4 lines
62 B
VimL
4 lines
62 B
VimL
if !has("win32") || has("gui_running")
|
|
setlocal spell
|
|
endif
|
if !has("win32") || has("gui_running")
|
|
setlocal spell
|
|
endif
|