honza / vim-snippets

vim-snipmate default snippets (Previously snipmate-snippets)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

one line vs multilen if .. then ... else

MarcWeber opened this issue · comments

Again, use post-processing snippets to provide extra snippets having everything "joined"?
eg "If" instead of "if" ? We could add tags to snippets to find out which snippets to provide "joined lines" versions of.

for while, should it be shortened to wh or be "while" ?

+1 to wh

+1 to wh also.

Not sure what this bug report is about, but it seems like wh -> while is the consesus.... Can this be closed?

Its about

if
then
else

vs

if then else

But you're right, we can close ..