vim/after/ftplugin/text.vim
2016-03-12 20:35:11 +00:00

5 lines
84 B
VimL

if !has("win32") || has("gui_running")
setlocal spell
endif
setlocal textwidth=80