diff --git a/plugin/fzf.vim b/plugin/fzf.vim index a391e33..89f1b21 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -353,6 +353,7 @@ function! s:execute_term(dict, command, temps) endfunction call termopen(a:command, fzf) + setlocal nospell setf fzf startinsert return []