mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 04:58:33 +00:00
vim-patch:8.0.0629: set starting
earlier
The patch is N/A but we include it for consistency.
closes #9814
---
Problem: Checking for ambigous width is not working. (Hirohito Higashi)
Solution: Reset "starting" earlier.
6b1da3312e
This commit is contained in:

committed by
Justin M. Keyes

parent
1ae52a3bba
commit
104a40463a
@@ -547,10 +547,11 @@ int main(int argc, char **argv)
|
|||||||
if (params.n_commands > 0)
|
if (params.n_commands > 0)
|
||||||
exe_commands(¶ms);
|
exe_commands(¶ms);
|
||||||
|
|
||||||
|
starting = 0;
|
||||||
|
|
||||||
RedrawingDisabled = 0;
|
RedrawingDisabled = 0;
|
||||||
redraw_all_later(NOT_VALID);
|
redraw_all_later(NOT_VALID);
|
||||||
no_wait_return = FALSE;
|
no_wait_return = FALSE;
|
||||||
starting = 0;
|
|
||||||
|
|
||||||
// 'autochdir' has been postponed.
|
// 'autochdir' has been postponed.
|
||||||
do_autochdir();
|
do_autochdir();
|
||||||
|
Reference in New Issue
Block a user