mirror of
https://github.com/neovim/neovim.git
synced 2026-03-08 10:05:43 +00:00
Problem: Changing the return value of getpos() causes an error. (Jie Zhu) Solution: Revert getpos() and add getcurpos(). https://code.google.com/p/vim/source/detail?r=332a5c2b2956d9b18d85268a724d01deea27ec83
14 lines
432 B
Plaintext
14 lines
432 B
Plaintext
Vim(function):E128: Function name must start with a capital or "s:": g:test()
|
|
Vim(function):E128: Function name must start with a capital or "s:": test2() "#
|
|
Vim(function):E128: Function name must start with a capital or "s:": b:test()
|
|
called Foo(1)
|
|
called Foo(2)
|
|
called Foo(3)
|
|
s:Testje exists: 0
|
|
func s:Testje exists: 1
|
|
Bar exists: 1
|
|
func Bar exists: 1
|
|
Vim(call):E116: Invalid arguments for function append
|
|
{{{1 getcurpos/setpos
|
|
6
|