Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line continuation error #1

Open
szarski opened this issue Nov 2, 2013 · 0 comments
Open

line continuation error #1

szarski opened this issue Nov 2, 2013 · 0 comments

Comments

@szarski
Copy link

szarski commented Nov 2, 2013

When I break a line in any sourced file, like so:

function Abc(a,b,c)
endf

call Abc(1,2,
      \3)

vimspec raises an error:

"TestOutput"  --No lines in buffer--
Error detected while processing /Volumes/workspace/buftabs/test/config_test.vim:
line   44:
E116: Invalid arguments for function Abc
line   45:
E10: \ should be followed by /, ? or &
"vimspec.output" 
"vimspec.output" [New File] 36 lines, 1149 characters written

However, when I use one line everything works fine:

function Abc(a,b,c)
endf

call Abc(1,2,3)

The same code works fine in my plugin and seems to be correct accorging to vim specification (:help line-continuation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant