Patch 8.1.0001
Problem: The netrw plugin does not work.
Solution: Make it accept version 8.x.
Files: runtime/autoload/netrw.vim
*** ../vim-8.1.0000/runtime/autoload/netrw.vim 2018-05-17 12:22:58.000000000
+0200
--- runtime/autoload/netrw.vim 2018-05-17 23:26:53.370512355 +0200
***************
*** 22,29 ****
if &cp || exists("g:loaded_netrw")
finish
endif
! " netrw requires vim having patch 213; netrw will benefit from vim's having
patch#656, too
! if v:version < 704 || !has("patch213")
if !exists("s:needpatch213")
unsilent echomsg "***sorry*** this version of netrw requires vim v7.4 with
patch 213"
endif
--- 22,29 ----
if &cp || exists("g:loaded_netrw")
finish
endif
! " netrw requires vim having patch 7.4.213; netrw will benefit from vim's
having patch#656, too
! if v:version < 704 || (v:version == 704 && !has("patch213"))
if !exists("s:needpatch213")
unsilent echomsg "***sorry*** this version of netrw requires vim v7.4 with
patch 213"
endif
*** ../vim-8.1.0000/src/version.c 2018-05-17 14:08:01.000000000 +0200
--- src/version.c 2018-05-17 20:46:40.257960708 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1,
/**/
--
NEIL INNES PLAYED: THE FIRST SELF-DESTRUCTIVE MONK, ROBIN'S LEAST FAVORITE
MINSTREL, THE PAGE CRUSHED BY A RABBIT, THE OWNER OF A DUCK
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.