mirror of
https://github.com/neovim/neovim.git
synced 2026-05-23 21:30:11 +00:00
docs: lsp, options, api #38980
docs: lsp, options
- revert bogus change to `_meta/builtin_types.lua` from 3a4a66017b
Close #38991
Co-authored-by: David Mejorado <david.mejorado@gmail.com>
This commit is contained in:
@@ -1050,11 +1050,7 @@ function M.show_document(location, position_encoding, opts)
|
||||
if vim.api.nvim_get_mode().mode == 'i' then
|
||||
local line = api.nvim_buf_get_lines(bufnr, row, row + 1, false)[1] or ''
|
||||
if col >= #line then
|
||||
vim.api.nvim_feedkeys(
|
||||
vim.api.nvim_replace_termcodes('<End>', true, false, true),
|
||||
'n',
|
||||
false
|
||||
)
|
||||
vim.api.nvim_feedkeys(vim.keycode('<End>'), 'n', false)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user