summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index b93e121..a97779a 100644
--- a/.vimrc
+++ b/.vimrc
@@ -208,7 +208,7 @@ Plug 'joestringer/cscope_maps' " cscope maps
Plug 'google/vim-searchindex' " show how many times a search pattern occurs
" fzf (https://github.com/junegunn/fzf.vim)
-Plug 'junegunn/fzf', { 'do': './install --bin' }
+Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }
Plug 'junegunn/fzf.vim'
call plug#end()
1: - Fixed patch 2/3 - Rebased whole series onto current net-next/master Changes since v2: - Improved description of patch 2/3 ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat