[nvim] setlocal nospell on terminal buffer

Close #469. `setlocal nospell` should appear before `setf fzf` to allow
customization of the option.
pull/443/merge
Junegunn Choi 9 years ago
parent 2a2c0a0957
commit 6e08fe337c

@ -353,6 +353,7 @@ function! s:execute_term(dict, command, temps)
endfunction
call termopen(a:command, fzf)
setlocal nospell
setf fzf
startinsert
return []

Loading…
Cancel
Save