diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-03-29 04:21:05 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-03-29 18:30:30 -0700 |
commit | 562b1a5e92685f463e655ad670fce90a376c8b03 (patch) | |
tree | 916a52f3f23ee3c7c55e172d3e8bf7653493b864 | |
parent | 9c1c88291d7f5cdb8000513bbc0d3e8d1030e455 (diff) |
upstream name changestudio
https://github.com/neovim/neovim/issues/33075
https://github.com/neovim/neovim/pull/33122
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 0602a31f..ebad7d99 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -111,8 +111,8 @@ augroup mycmd " https://vi.stackexchange.com/questions/21784/vim-edit-anyway-without-prompting " https://github.com/neovim/neovim/pull/25336 " https://github.com/neovim/neovim/commit/29fe883aa9166bdbcae3f935523c75a8aa56fe45 - " remove nvim_swapfile autocmd is more correct, without also works but I think it change to 'e' then to 'o' which is not ideal, also it will echo "W325: ..." which is not what I want - autocmd! nvim_swapfile + " remove nvim.swapfile autocmd is more correct, without also works but I think it change to 'e' then to 'o' which is not ideal, also it will echo "W325: ..." which is not what I want + autocmd! nvim.swapfile autocmd SwapExists * let v:swapchoice = 'o' augroup END |