]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/c/alt.vim
HI flag
[dotfiles.git] / vim / .vim / ftplugin / c / alt.vim
diff --git a/vim/.vim/ftplugin/c/alt.vim b/vim/.vim/ftplugin/c/alt.vim
deleted file mode 100644 (file)
index 609f37d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-nnoremap <buffer> <C-^> :execute "edit %<." . {"c": "h", "h": "c", "cc": "hh", "hh": "cc"}[expand("%:e")]<CR>