updated for version 7.0002

This commit is contained in:
Bram Moolenaar
2004-06-24 15:53:16 +00:00
parent 69a7cb473c
commit f4b8e57ffd
39 changed files with 3963 additions and 2144 deletions

View File

@ -1,7 +1,7 @@
"=============================================================================
" File: explorer.vim
" Author: M A Aziz Ahmed (aziz@acorn-networks.com - doesn't work)
" Last Change: 2004 May 13
" Last Change: 2004 Jun 22
" Version: 2.5 + changes
" Additions by Mark Waggoner (waggoner@aracnet.com) et al.
"-----------------------------------------------------------------------------
@ -647,7 +647,7 @@ function! s:ShowDirectory()
let b:maxFileLen = 0
0
/^"=/+1,$g/^/call s:MarkDirs()
normal! `t
keepjumps normal! `t
call s:AddFileInfo()
endif
@ -840,7 +840,7 @@ function! s:AddFileInfo()
call s:AddSeparators()
" return to start
normal! `t
keepjumps normal! `t
let &sc = save_sc
endfunction
@ -973,7 +973,7 @@ function! s:UpdateHeader()
" Go back where we came from if possible
0
if line("'t") != 0
normal! `t
keepjumps normal! `t
endif
let &report=oldRep

File diff suppressed because it is too large Load Diff