Skip to content

Commit

Permalink
Disable keypad
Browse files Browse the repository at this point in the history
This adds the `-K` flag to the default exectuable, which was introduced
in mptre/pick#247.
  • Loading branch information
teoljungberg committed Sep 18, 2017
1 parent 6b6a6ff commit 8c3ee6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/pick.vim
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 8c3ee6e

Please sign in to comment.