vim-vimlparser icon indicating copy to clipboard operation
vim-vimlparser copied to clipboard

Behavior of echo :

Open mattn opened this issue 8 years ago • 0 comments
trafficstars

:echo :

Vim throw two errors for this statement.

E121: Undefined variable: :
E15: Invalid expression: :

https://github.com/vim-jp/vim-vimlparser/blob/b5f83738ba1baf012b9910487e5e38d577a916a5/autoload/vimlparser.vim#L3391

If modify this part to 1, error E121 is returned. We should design behavior what error should be returned.

mattn avatar May 25 '17 16:05 mattn