1
0
forked from aniani/vim

More runtime file updates.

This commit is contained in:
Bram Moolenaar
2010-07-28 18:17:41 +02:00
parent 6e202e52b7
commit 477db060eb
10 changed files with 64 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
" netrw.vim: Handles file transfer and remote directory listing across
" AUTOLOAD SECTION
" Date: Jul 27, 2010
" Version: 139
" Version: 140
" Maintainer: Charles E Campbell, Jr <NdrOchip@ScampbellPfamily.AbizM-NOSPAM>
" GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim
" Copyright: Copyright (C) 1999-2010 Charles E. Campbell, Jr. {{{1
@@ -22,7 +22,7 @@
if &cp || exists("g:loaded_netrw")
finish
endif
let g:loaded_netrw = "v139"
let g:loaded_netrw = "v140"
if v:version < 702
echohl WarningMsg
echo "***warning*** this version of netrw needs vim 7.2"