From 8c3ee6eec6d64d52b4588efbeccaf4164555e419 Mon Sep 17 00:00:00 2001 From: Teo Ljungberg Date: Mon, 18 Sep 2017 18:43:32 +0200 Subject: [PATCH] Disable keypad This adds the `-K` flag to the default exectuable, which was introduced in https://github.com/calleerlandsson/pick/pull/247. --- plugin/pick.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/pick.vim b/plugin/pick.vim index 1576afd..8f4689c 100644 --- a/plugin/pick.vim +++ b/plugin/pick.vim @@ -1,5 +1,5 @@ if !exists("g:pick_executable") - let g:pick_executable = "pick -X" + let g:pick_executable = "pick -KX" endif if exists("g:pick_height")