comparison runtime/autoload/netrwFileHandlers.vim @ 798:95dac6af3b3a v7.0232

updated for version 7.0232
author vimboss
date Thu, 23 Mar 2006 22:59:57 +0000
parents e180933b876a
children b933657f7c9d
comparison
equal deleted inserted replaced
797:a1a08851eac8 798:95dac6af3b3a
1 " netrwFileHandlers: contains various extension-based file handlers for 1 " netrwFileHandlers: contains various extension-based file handlers for
2 " netrw's browsers' x command ("eXecute launcher") 2 " netrw's browsers' x command ("eXecute launcher")
3 " Author: Charles E. Campbell, Jr. 3 " Author: Charles E. Campbell, Jr.
4 " Date: Feb 15, 2006 4 " Date: Mar 22, 2006
5 " Version: 8a ASTRO-ONLY 5 " Version: 8
6 " Copyright: Copyright (C) 1999-2005 Charles E. Campbell, Jr. {{{1 6 " Copyright: Copyright (C) 1999-2005 Charles E. Campbell, Jr. {{{1
7 " Permission is hereby granted to use and distribute this code, 7 " Permission is hereby granted to use and distribute this code,
8 " with or without modifications, provided that this copyright 8 " with or without modifications, provided that this copyright
9 " notice is copied with it. Like anything else that's free, 9 " notice is copied with it. Like anything else that's free,
10 " netrwFileHandlers.vim is provided *as is* and comes with no 10 " netrwFileHandlers.vim is provided *as is* and comes with no
20 if exists("g:loaded_netrwFileHandlers") || &cp 20 if exists("g:loaded_netrwFileHandlers") || &cp
21 finish 21 finish
22 endif 22 endif
23 let s:keepcpo= &cpo 23 let s:keepcpo= &cpo
24 set cpo&vim 24 set cpo&vim
25 let g:loaded_netrwFileHandlers= "v8a" 25 let g:loaded_netrwFileHandlers= "v8"
26 26
27 " --------------------------------------------------------------------- 27 " ---------------------------------------------------------------------
28 " netrwFileHandlers#Invoke: {{{2 28 " netrwFileHandlers#Invoke: {{{2
29 fun! netrwFileHandlers#Invoke(exten,fname) 29 fun! netrwFileHandlers#Invoke(exten,fname)
30 " call Dfunc("netrwFileHandlers#Invoke(exten<".a:exten."> fname<".a:fname.">)") 30 " call Dfunc("netrwFileHandlers#Invoke(exten<".a:exten."> fname<".a:fname.">)")