vim-config/after/ftplugin/sh.vim

9 lines
94 B
VimL

if (expand("%:e") == "exheres-0")
finish
endif
if (expand("%:e") == "exlib")
finish
endif