mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
1ae52a3bba
commit
104a40463a
@ -547,10 +547,11 @@ int main(int argc, char **argv)
|
||||
if (params.n_commands > 0)
|
||||
exe_commands(¶ms);
|
||||
|
||||
starting = 0;
|
||||
|
||||
RedrawingDisabled = 0;
|
||||
redraw_all_later(NOT_VALID);
|
||||
no_wait_return = FALSE;
|
||||
starting = 0;
|
||||
|
||||
// 'autochdir' has been postponed.
|
||||
do_autochdir();
|
||||
|
Loading…
Reference in New Issue
Block a user