File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
if &cp || exists("g:loaded_netrw")
23
23
finish
24
24
endif
25
- " netrw requires vim having patch 213; netrw will benefit from vim's having patch#656, too
26
- if v:version < 704 || !has("patch213")
25
+ " netrw requires vim having patch 7.4. 213; netrw will benefit from vim's having patch#656, too
26
+ if v:version < 704 || (v:version == 704 && !has("patch213") )
27
27
if !exists("s:needpatch213")
28
28
unsilent echomsg "***sorry*** this version of netrw requires vim v7.4 with patch 213"
29
29
endif
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761
761
762
762
static int included_patches [] =
763
763
{ /* Add new patch number below this line */
764
+ /**/
765
+ 1 ,
764
766
/**/
765
767
0
766
768
};
You can’t perform that action at this time.
0 commit comments