]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/abs.vim
Split multistring vimscript
[dotfiles.git] / vim / .vim / ftplugin / c / abs.vim
diff --git a/vim/.vim/ftplugin/c/abs.vim b/vim/.vim/ftplugin/c/abs.vim
new file mode 100644 (file)
index 0000000..1f99c4c
--- /dev/null
@@ -0,0 +1,3 @@
+abbreviate <buffer> ucc unsigned char *
+abbreviate <buffer> u8 uint8_t *
+abbreviate <buffer> U8 (uint8_t *)