forked from aniani/vim
updated for version 7.0030
This commit is contained in:
parent
c83c455ee7
commit
fa4fd1bf97
@ -3560,4 +3560,3 @@ gui_mch_browse(saving, title, dflt, ext, initdir, filter)
|
|||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ STARTTEST
|
|||||||
:au FilterReadPost *.out '[,']s/x/X/g
|
:au FilterReadPost *.out '[,']s/x/X/g
|
||||||
:e! test.out " Edit the output file
|
:e! test.out " Edit the output file
|
||||||
:23,$!cat
|
:23,$!cat
|
||||||
|
:23,$s/\r$// " remove CR for when sed adds them
|
||||||
:au! FileReadPre *.gz !gzip -d <afile>
|
:au! FileReadPre *.gz !gzip -d <afile>
|
||||||
:au FileReadPre *.gz call rename(expand("<afile>:r"), expand("<afile>"))
|
:au FileReadPre *.gz call rename(expand("<afile>:r"), expand("<afile>"))
|
||||||
:au! FileReadPost *.gz '[,']s/l/L/
|
:au! FileReadPost *.gz '[,']s/l/L/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user