aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/client.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-04-05 18:32:04 +0800
committerGitHub <noreply@github.com>2024-04-05 18:32:04 +0800
commit6ecb5d2d0c96d5f18d9dd8f3568c1fe3bfdca903 (patch)
treef9f004a9b45e94ec1721261261f124fb2aeec2e0 /runtime/lua/vim/lsp/client.lua
parent9711370c26453f3a966b9306111939b144248b41 (diff)
downloadrneovim-6ecb5d2d0c96d5f18d9dd8f3568c1fe3bfdca903.tar.gz
rneovim-6ecb5d2d0c96d5f18d9dd8f3568c1fe3bfdca903.tar.bz2
rneovim-6ecb5d2d0c96d5f18d9dd8f3568c1fe3bfdca903.zip
vim-patch:9.1.0265: console dialog cannot save unnamed buffers (#28185)
Problem: console dialog cannot save unnamed buffers Solution: set bufname before save (glepnir). Define dialog_con_gui to test for GUI+Console dialog support, use it to skip the test when the GUI feature has been defined. Note: The dialog_changed() function will also try to call the browse_save_fname() function, when FEAT_BROWSE is defined (which is only defined in a GUI build of Vim). This will eventually lead to a call of do_browse(), which causes an error message if a GUI is not currently running (see the TODO: in do_browse()) and will then lead to a failure in Test_goto_buf_with_onfirm(). Therefore, we must disable the Test_goto_buf_with_onfirm(), when the dialog_con_gui feature is enabled (which basically means dialog feature for GUI and Console builds, in contrast to the dialog_con and dialog_gui feature). (Previously this wasn't a problem, because the test aborted in the YES case for the :confirm :b XgotoConf case and did therefore not run into the browse function call) closes: vim/vim#14398 https://github.com/vim/vim/commit/df46115fc839c8912ed60646e86a412e5180ba1d Co-authored-by: glepnir <glephunter@gmail.com>
Diffstat (limited to 'runtime/lua/vim/lsp/client.lua')
0 files changed, 0 insertions, 0 deletions