nim.vim/ftplugin/nimrod.vim

9 lines
105 B
VimL

if (exists("b:did_ftplugin"))
finish
endif
let b:did_ftplugin = 1
let s:cpo_save = &cpo
set cpo&vim