vim-lf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e3717066f1c09f500378a40a75966ff0022ae0cc
parent 696f1377bc7052afc15e72ce3f17f35130a035d2
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Mon,  7 Sep 2020 22:48:20 +0200

Merge Neovim loading fix

Courtesy of @alanjjenkins.

Diffstat:
Mplugin/lf.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/lf.vim b/plugin/lf.vim @@ -1,4 +1,4 @@ -if exists('g:loaded_lf') || &cp || v:version < 802 +if exists('g:loaded_lf') || &cp || (v:version < 802 && !has('nvim')) finish endif let g:loaded_lf = 1