Files
vim-config/after/ftplugin/sh.vim

9 lines
94 B
VimL
Raw Normal View History

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