5 lines
84 B
VimL
5 lines
84 B
VimL
if !has("win32") || has("gui_running")
|
|
setlocal spell
|
|
endif
|
|
setlocal textwidth=80
|