vim-nomsu/ftplugin/nomsu.vim

16 lines
279 B
VimL
Raw Normal View History

2017-09-12 23:00:42 -07:00
" Language: Nomsu
" Maintainer: Bruce Hill <bruce@bruce-hill.com>
" License: WTFPL
if exists("b:did_ftplugin")
finish
endif
let b:did_ftplugin = 1
setlocal formatoptions-=t
setlocal iskeyword+=%
setlocal cpoptions+=M
2017-09-12 23:00:42 -07:00
let b:undo_ftplugin = "setlocal formatoptions<"