mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.1.1544: :retab cannot be limited to indentation only (#34939)
Problem: :retab cannot be limited to indentation only
Solution: add the optional -indentonly parameter
(Hirohito Higashi)
closes: vim/vim#17730
836e54f5de
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
1
runtime/lua/vim/_meta/vimfn.lua
generated
1
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -3113,6 +3113,7 @@ function vim.fn.getcmdwintype() end
|
||||
--- messages |:messages| suboptions
|
||||
--- option options
|
||||
--- packadd optional package |pack-add| names
|
||||
--- retab |:retab| suboptions
|
||||
--- runtime |:runtime| completion
|
||||
--- scriptnames sourced script names |:scriptnames|
|
||||
--- shellcmd Shell command
|
||||
|
||||
Reference in New Issue
Block a user