mirror of
https://github.com/neovim/neovim.git
synced 2026-08-25 00:21:55 +00:00
vim-patch:8.2.3465: cannot detect insert scroll mode (#15885)
Problem: Cannot detect insert scroll mode.
Solution: Add "scroll" to complete_info(). (closes vim/vim#8943)
27fef59dd1
This commit is contained in:
@@ -950,6 +950,10 @@ func Test_popup_complete_info_01()
|
||||
\ ["\<C-X>", 'ctrl_x'],
|
||||
\ ["\<C-X>\<C-N>", 'keyword'],
|
||||
\ ["\<C-X>\<C-P>", 'keyword'],
|
||||
\ ["\<C-X>\<C-E>", 'scroll'],
|
||||
\ ["\<C-X>\<C-Y>", 'scroll'],
|
||||
\ ["\<C-X>\<C-E>\<C-E>\<C-Y>", 'scroll'],
|
||||
\ ["\<C-X>\<C-Y>\<C-E>\<C-Y>", 'scroll'],
|
||||
\ ["\<C-X>\<C-L>", 'whole_line'],
|
||||
\ ["\<C-X>\<C-F>", 'files'],
|
||||
\ ["\<C-X>\<C-]>", 'tags'],
|
||||
|
||||
Reference in New Issue
Block a user