commit eaab89508f535a8902ed3c1d79af557263f7d27c
parent 62bb49acfe13dcf9dc707a69267eb2e24277f917
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 14 Apr 2020 20:36:58 +0200
Bugfix
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/plugin/lf.vim b/plugin/lf.vim
@@ -3,6 +3,9 @@ if exists('g:loaded_lf') || &cp
 endif
 let g:loaded_lf = 1
 
+let s:cpo_save = &cpo
+set cpo&vim
+
 command! -nargs=+ LF call lf#LF(<f-args>)
 nnoremap <Plug>LfEdit :LF % edit<CR>
 nnoremap <Plug>LfSplit :LF % split<CR>