]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/autos.vim
Move to vim9script
[dotfiles.git] / vim / .vim / ftplugin / c / autos.vim
index 28149447a5e4dce75961ba7bade9a9fc47e50c5e..6a804dbb74b43726e404126ec7a28c1904666d41 100644 (file)
@@ -1,4 +1,3 @@
-setlocal equalprg=cfmt.sh
-setlocal commentstring=//\ %s
-command! -buffer Fmt normal mtgg=G'tz.
-abbreviate UCC unsigned char
+let @e = "ywoassert(\epA!= NULL);\e"
+nmap [cl O// clang-format off<ESC>
+nmap ]cl o// clang-format on<ESC>