mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	updated for version 7.0030
This commit is contained in:
		| @@ -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/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user