]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/c/autos.vim
5b935260e2636887b9b2987ecd0d643dc357ce3a
[dotfiles.git] / vim / .vim / ftplugin / c / autos.vim
1 set 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>