Files
neovim/test/functional/vimscript
Sean Dewar cf140fb25b vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Problem:  Things that temporarily change/restore curwin/buf (e.g:
          win_execute, some autocmds) may break assumptions that
          curwin/buf is the cmdwin when "cmdwin_type != 0", causing
          issues.

Solution: Expose the cmdwin's real win/buf and check that instead. Also
          try to ensure these variables are NULL if "cmdwin_type == 0",
          allowing them to be used directly in most cases without
          checking cmdwin_type. (Sean Dewar)

Reset and save `cmdwin_old_curwin` in a similar fashion.
Apply suitable changes for API functions and add Lua tests.

988f74311c
2024-01-28 12:29:26 +00:00
..
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2024-01-17 10:10:17 +00:00
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00
2024-01-17 10:10:17 +00:00
2024-01-03 02:09:29 +01:00
2024-01-03 02:09:29 +01:00