diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-11 19:59:29 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-11 19:59:29 +0000 |
commit | 8b59de9f2ff80773cdf422db4db05e11a3409fbd (patch) | |
tree | 139cc98fd447920652daa89b4aded286b30b3b65 /runtime/plugin | |
parent | 0fa313a71870ccc2ba63da25a7abea850f5b3d02 (diff) | |
download | vim-git-8b59de9f2ff80773cdf422db4db05e11a3409fbd.tar.gz |
updated for version 7.0128
Diffstat (limited to 'runtime/plugin')
-rw-r--r-- | runtime/plugin/NetrwFileHandlers.vim | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/runtime/plugin/NetrwFileHandlers.vim b/runtime/plugin/NetrwFileHandlers.vim index 6d3f8dcb9..9b9cd2060 100644 --- a/runtime/plugin/NetrwFileHandlers.vim +++ b/runtime/plugin/NetrwFileHandlers.vim @@ -1,8 +1,16 @@ " NetrwFileHandlers: contains various extension-based file handlers for " netrw's browsers' x command ("eXecute launcher") " Author: Charles E. Campbell, Jr. -" Date: Apr 07, 2005 -" Version: 4a NOT RELEASED +" Date: Aug 08, 2005 +" Version: 5a NOT RELEASED +" Copyright: Copyright (C) 1999-2005 Charles E. Campbell, Jr. +" Permission is hereby granted to use and distribute this code, +" with or without modifications, provided that this copyright +" notice is copied with it. Like anything else that's free, +" netrw.vim is provided *as is* and comes with no +" warranty of any kind, either expressed or implied. In no +" event will the copyright holder be liable for any damages +" resulting from the use of this software. " --------------------------------------------------------------------- " Load Once: {{{1 @@ -11,7 +19,7 @@ if exists("g:loaded_netrwfilehandlers") || &cp endif let s:keepcpo= &cpo set cpo&vim -let g:loaded_netrwfilehandlers= "v4a" +let g:loaded_netrwfilehandlers= "v5a" " --------------------------------------------------------------------- " NetrwFileHandler_html: handles html when the user hits "x" when the {{{1 |