mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 03:19:01 +00:00
[nvim] setlocal nospell on terminal buffer
Close #469. `setlocal nospell` should appear before `setf fzf` to allow customization of the option.
This commit is contained in:
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…
Reference in New Issue
Block a user