]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/autos.vim
Split multistring vimscript
[dotfiles.git] / vim / .vim / ftplugin / c / autos.vim
index b0f7c2d6b407578da08a84cbb75950d223836402..d89b689a15f0bac3004a1c0d745cb220bc036f7f 100644 (file)
@@ -1,3 +1,4 @@
-setlocal equalprg=clang-format60
 setlocal commentstring=//\ %s
-command! -buffer Fmt normal mtgg=G'tz.
+let @e = "ywoassert(\epA!= NULL);\e"
+nmap [cl O// clang-format off<ESC>
+nmap ]cl o// clang-format on<ESC>