diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-06-23 15:57:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-23 15:57:51 +0200 |
| commit | c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7 (patch) | |
| tree | 70106c58f08ac71355eb8d953b0b003094aa0ede /runtime/pack/dist/opt/termdebug/plugin | |
| parent | 3c85fd817ee57793503b29202ce07166f0a48480 (diff) | |
| download | rneovim-c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7.tar.gz rneovim-c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7.tar.bz2 rneovim-c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7.zip | |
vim-patch:8cc5b559f700 (#19066)
Update runtime files
https://github.com/vim/vim/commit/8cc5b559f70041361612b8a6a87922503b33baa6
Diffstat (limited to 'runtime/pack/dist/opt/termdebug/plugin')
| -rw-r--r-- | runtime/pack/dist/opt/termdebug/plugin/termdebug.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim index 4cd4a200dd..f76bdebe9b 100644 --- a/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim +++ b/runtime/pack/dist/opt/termdebug/plugin/termdebug.vim @@ -2,7 +2,7 @@ " " Author: Bram Moolenaar " Copyright: Vim license applies, see ":help license" -" Last Change: 2022 May 23 +" Last Change: 2022 Jun 22 " " WORK IN PROGRESS - The basics works stable, more to come " Note: In general you need at least GDB 7.12 because this provides the @@ -1406,7 +1406,7 @@ func s:HandleCursor(msg) echomsg 'different fname: "' .. expand('%:p') .. '" vs "' .. fnamemodify(fname, ':p') .. '"' augroup Termdebug " Always open a file read-only instead of showing the ATTENTION - " prompt, since we are unlikely to want to edit the file. + " prompt, since it is unlikely we want to edit the file. " The file may be changed but not saved, warn for that. au SwapExists * echohl WarningMsg \ | echo 'Warning: file is being edited elsewhere' |