Skip to content

<leader>r prints "\n" instead of newline on macvim #354

@thirtypancakes

Description

@thirtypancakes

As the title says, when I run python code with r "\n" is printed instead of
printing each word on a new line.

Example:

print "A\nNew\nLine"

print "A"
print "New"
print "Line"

shows

"A\nNew\nLine\nA\nNew\nLine"

vimrc here

Is this the expected behaviour? If so is there a way to change it?
Let me know if more info is needed.

Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions