mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 23:42:03 +00:00
fix(editors): fix neovim closing when using modify with editor (#5337)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
parent
76bbbac7ff
commit
d35abdab99
2 changed files with 2 additions and 2 deletions
|
|
@ -290,7 +290,7 @@ describe('editor utils', () => {
|
|||
'-c',
|
||||
'wincmd l | setlocal statusline=%#StatusBold#NEW\\ FILE\\ :wqa(save\\ &\\ quit)\\ \\|\\ i/esc(toggle\\ edit\\ mode)',
|
||||
'-c',
|
||||
'autocmd WinClosed * wqa',
|
||||
'autocmd BufWritePost * wqa',
|
||||
'old.txt',
|
||||
'new.txt',
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue