From: Girish Palya Date: Sun, 4 Feb 2024 17:27:37 +0000 (+0100) Subject: Changes as requested X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c65c15760ef7d4b1e2b7438c8d8923b230f1b6c7;p=vim-lsp.git Changes as requested M autoload/lsp/symbol.vim M doc/lsp.txt --- diff --git a/autoload/lsp/symbol.vim b/autoload/lsp/symbol.vim index 5716454..bcd547a 100644 --- a/autoload/lsp/symbol.vim +++ b/autoload/lsp/symbol.vim @@ -838,9 +838,9 @@ def SymbolMenuFilterKey(symPopupMenu: number, win_execute(symPopupMenu, "normal! G") endif elseif key == "\" - win_execute(symPopupMenu, 'normal! ' .. "\") + win_execute(symPopupMenu, "normal! \") elseif key == "\" - win_execute(symPopupMenu, 'normal! ' .. "\") + win_execute(symPopupMenu, "normal! \") elseif key == "\" || key == "\" || key == "\" diff --git a/doc/lsp.txt b/doc/lsp.txt index 6d4c58c..68e4861 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -773,10 +773,13 @@ can map these commands to keys and make it easier to invoke them. pressing or , jump to the location of the symbol. - The , , , , , , - , , , keys can be used to - scroll the popup menu. The or keys can - be used to cancel the popup menu. + The , , , , , , + , ScrollWheelDown> keys can be used to + scroll popup menu one item at a time. and + can be used to scroll a page of popup + window, while and can be used to scroll a + page of underlying window. The or keys + can be used to cancel the popup menu. If one or more keyword characters are typed, then only the symbols containing the keyword characters are