mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 10:01:49 +00:00
vim-patch:dd9f7e6: runtime(doc): Fix some overlength lines
closes: vim/vim#19286
dd9f7e6cbb
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
3
runtime/lua/vim/_meta/vimfn.lua
generated
3
runtime/lua/vim/_meta/vimfn.lua
generated
@@ -10924,7 +10924,8 @@ function vim.fn.win_gettype(nr) end
|
||||
|
||||
--- Go to window with ID {expr}. This may also change the current
|
||||
--- tabpage.
|
||||
--- Return TRUE if successful, FALSE if the window cannot be found.
|
||||
--- Return TRUE if successful, FALSE if the window cannot be
|
||||
--- found.
|
||||
---
|
||||
--- @param expr integer
|
||||
--- @return 0|1
|
||||
|
||||
Reference in New Issue
Block a user