honza/vim-snippets

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

MarcWeber opened this issue · 5 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

taq commented

+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 ..