-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into tabsidebar
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
" Vim autoload file for editing compressed files. | ||
" Maintainer: The Vim Project <https://github.com/vim/vim> | ||
" Last Change: 2023 Aug 10 | ||
" Last Change: 2024 Nov 25 | ||
" Former Maintainer: Bram Moolenaar <[email protected]> | ||
|
||
" These functions are used by the gzip plugin. | ||
|
@@ -148,6 +148,9 @@ fun gzip#read(cmd) | |
else | ||
let fname = escape(expand("%:r"), " \t\n*?[{`$\\%#'\"|!<") | ||
endif | ||
if filereadable(undofile(expand("%"))) | ||
exe "sil rundo " . fnameescape(undofile(expand("%"))) | ||
endif | ||
if &verbose >= 8 | ||
execute "doau BufReadPost " . fname | ||
else | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters