vim-config/after/ftplugin/sh.vim

9 lines
94 B
VimL
Raw Normal View History

2020-01-11 02:51:56 +00:00
if (expand("%:e") == "exheres-0")
finish
endif
if (expand("%:e") == "exlib")
finish
endif