diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-09-03 16:29:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-09-03 16:29:04 +0200 |
commit | 5a49789a9b1f6447aeafbbbdd5b235dd10c471d5 (patch) | |
tree | 611853ba4f58cc676cffdfdf622dad348372c269 /src/proto/ex_getln.pro | |
parent | dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067 (diff) | |
download | vim-git-5a49789a9b1f6447aeafbbbdd5b235dd10c471d5.tar.gz |
patch 7.4.2312v7.4.2312
Problem: Crash when autocommand moves to another tab. (Dominique Pelle)
Solution: When navigating to another window halfway the :edit command go
back to the right window.
Diffstat (limited to 'src/proto/ex_getln.pro')
-rw-r--r-- | src/proto/ex_getln.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/ex_getln.pro b/src/proto/ex_getln.pro index 581bfcebb..afc875c59 100644 --- a/src/proto/ex_getln.pro +++ b/src/proto/ex_getln.pro @@ -3,6 +3,7 @@ char_u *getcmdline(int firstc, long count, int indent); char_u *getcmdline_prompt(int firstc, char_u *prompt, int attr, int xp_context, char_u *xp_arg); int text_locked(void); void text_locked_msg(void); +char_u *get_text_locked_msg(void); int curbuf_locked(void); int allbuf_locked(void); char_u *getexline(int c, void *cookie, int indent); |