6 lines
112 B
VimL
6 lines
112 B
VimL
if &compatible || v:version < 603
|
|
finish
|
|
endif
|
|
|
|
autocmd BufNewFile,BufRead sxhkdrc,*.sxhkdrc set ft=sxhkdrc
|