user.lang.vimscript.vimscript
| assign [<user.vimscript_scope>] (variable | var) [<user.text>] [over] | Insert text at the current cursor position Insert text at the current cursor position inserts properly formatted private function name |
| [<user.vimscript_scope>] (variable | var) [<user.text>] [over] | Insert text at the current cursor position inserts properly formatted private function name |
| <user.vimscript_functions> | Insert text at the current cursor position |
| state command | Insert “command! “ |
| state end if | Insert “endif” |
| state end for | Insert “endfor” |
| state end while | Insert “endwhile” |
| state end function | Insert “endfunction” |
| state continue | Insert “continue” |