aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-03-14 06:44:50 +0800
committerGitHub <noreply@github.com>2024-03-14 06:44:50 +0800
commitb17be231a61f69b52eb809b6c72b20d3b089495d (patch)
treeba51454c65693b7f738da60e52f4c4fb80c874b9 /src
parentbbb68e2a034ad3aaea99178c09301ca458ee8dff (diff)
downloadrneovim-b17be231a61f69b52eb809b6c72b20d3b089495d.tar.gz
rneovim-b17be231a61f69b52eb809b6c72b20d3b089495d.tar.bz2
rneovim-b17be231a61f69b52eb809b6c72b20d3b089495d.zip
vim-patch:9.1.0178: E1513 might be confusing (#27846)
Problem: E1513 might be confusing (Christoph Thoma) Solution: reword error message, fix test to not depend on the actual message fixes: vim/vim#14189 https://github.com/vim/vim/commit/0a32b8854b52381fd17a6fcc5e38a3b9e77c8923 Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src')
-rw-r--r--src/nvim/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index 06fb95b577..bb9aca38b7 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -972,7 +972,7 @@ EXTERN const char e_undobang_cannot_redo_or_move_branch[]
INIT(= N_("E5767: Cannot use :undo! to redo or move to a different undo branch"));
EXTERN const char e_winfixbuf_cannot_go_to_buffer[]
-INIT(= N_("E1513: Cannot edit buffer. 'winfixbuf' is enabled"));
+INIT(= N_("E1513: Cannot switch buffer. 'winfixbuf' is enabled"));
EXTERN const char e_trustfile[] INIT(= N_("E5570: Cannot update trust file: %s"));