Improve vim snippets.

This commit is contained in:
ujihisa 2013-12-29 19:54:05 -08:00
parent 8b4b6ebf82
commit 4a294edbac
1 changed files with 4 additions and 0 deletions

View File

@ -222,3 +222,7 @@ abbr use option save
let &$1 = $1_save
endtry
snippet p
abbr debug-echomsg
options head
echomsg string([${0:TARGET}])