summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-04-28 23:49:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-04-28 23:49:52 +0900
commit3d26b5336c964164b42dc698d7f3bd927368c90e (patch)
tree2959fbe7d19789e7fda79116e800459606635246 /plugin
parentc8f208b96b9302705ebb5e346d032e835d130da6 (diff)
[vim] Fix #220 - Prevent error after update
Diffstat (limited to 'plugin')
-rw-r--r--plugin/fzf.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 85f576d9..ffb0e2cd 100644
--- a/plugin/fzf.vim
+++ b/plugin/fzf.vim
@@ -208,6 +208,7 @@ function! s:xterm_launcher()
\ synIDattr(hlID("Normal"), "bg"), synIDattr(hlID("Normal"), "fg"),
\ &columns, &lines/2, getwinposx(), getwinposy())
endfunction
+unlet! s:launcher
let s:launcher = function('s:xterm_launcher')
function! s:execute(dict, command, temps)