mirror of
https://github.com/neovim/neovim.git
synced 2026-03-31 04:42:03 +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:
@@ -13222,7 +13222,8 @@ M.funcs = {
|
||||
desc = [=[
|
||||
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.
|
||||
|
||||
]=],
|
||||
name = 'win_gotoid',
|
||||
|
||||
Reference in New Issue
Block a user