Re: :let and :set with whitespaces

2009-12-01 Thread Tony Mechelynck
On 01/12/09 12:33, Aarto Matti wrote: > Hi, > > I can freely use whitespaces with let command, both "let my_var = 1" and > "let my_var=1" are equal correct, but something like "set tabstop = 4" > is impossible. Any reason why there are such restrictions in VimL? After ":let", whitespace can only h

Re: :let and :set with whitespaces

2009-12-01 Thread Stahlman Family
Aarto Matti wrote: > Hi, > > I can freely use whitespaces with let command, both "let my_var = 1" and > "let my_var=1" are equal correct, but something like "set tabstop = 4" is > impossible. Any reason why there are such restrictions in VimL? Aarto, You can use arbitrary expressions on the rhs

:let and :set with whitespaces

2009-12-01 Thread Aarto Matti
Hi, I can freely use whitespaces with let command, both "let my_var = 1" and "let my_var=1" are equal correct, but something like "set tabstop = 4" is impossible. Any reason why there are such restrictions in VimL? -- You received this message from the "vim_use" maillist. For more information, v