]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/autos.vim
d89b689a15f0bac3004a1c0d745cb220bc036f7f
[dotfiles.git] / vim / .vim / ftplugin / c / autos.vim
1 setlocal commentstring=//\ %s
2 let @e = "ywoassert(\epA!= NULL);\e"
3 nmap [cl O// clang-format off<ESC>
4 nmap ]cl o// clang-format on<ESC>