neovim/runtime/lua/vim/_meta
Sean Dewar d85f180f26
vim-patch:9.1.0049: Make "[Command Line]" a special buffer name
Problem:  E95 is possible if a buffer called "[Command Line]" already
          exists when opening the cmdwin. This can also happen if the
          cmdwin's buffer could not be deleted when closing.

Solution: Un-name the cmdwin buffer, and give it a special name instead,
          similar to what's done for quickfix buffers and for unnamed
          prompt and scratch buffers. As a result, BufFilePre/Post are
          no longer fired when opening the cmdwin. Add a "command" key
          to the dictionary returned by getbufinfo() to differentiate
          the cmdwin buffer instead. (Sean Dewar)

Cherry-pick test_normal changes from v9.0.0954.

1fb4103206
2024-01-28 12:29:42 +00:00
..
api_keysets_extra.lua feat: improve return type annotations for vim.api.* 2024-01-26 15:07:25 +00:00
api_keysets.lua feat(ui): add support for OSC 8 hyperlinks (#27109) 2024-01-24 16:36:25 -06:00
api.lua feat: improve return type annotations for vim.api.* 2024-01-26 15:07:25 +00:00
base64.lua feat(stdlib): add vim.base64 module (#25843) 2023-10-31 09:15:32 -05:00
builtin_types.lua fix(builtin): parameter mismatch between winsaveview and winrestview 2023-12-31 14:10:53 +00:00
builtin.lua docs: add lua typing for vim.NIL 2024-01-15 08:45:30 +00:00
diff.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
json.lua fix(meta): include vim.json 2023-09-22 23:02:45 +01:00
lpeg.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
misc.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
mpack.lua fix: luacheck 2023-07-17 16:32:56 +01:00
options.lua fix(spell): always accept ':' as filename char in 'spellfile' (#27172) 2024-01-24 18:13:39 +08:00
re.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
regex.lua docs: fix typos and other small fixes (#25005) 2023-09-14 12:05:27 +08:00
spell.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
vimfn.lua vim-patch:9.1.0049: Make "[Command Line]" a special buffer name 2024-01-28 12:29:42 +00:00
vvars.lua docs(vvars): fix wrong lua types in vim.v variables 2024-01-15 09:39:27 +00:00