mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
@@ -3419,6 +3419,8 @@ complete_info([{what}]) *complete_info()*
|
||||
"" Not in completion mode
|
||||
"keyword" Keyword completion |i_CTRL-X_CTRL-N|
|
||||
"ctrl_x" Just pressed CTRL-X |i_CTRL-X|
|
||||
"scroll" Scrolling with |i_CTRL-X_CTRL-E| or
|
||||
|i_CTRL-X_CTRL-Y|
|
||||
"whole_line" Whole lines |i_CTRL-X_CTRL-L|
|
||||
"files" File names |i_CTRL-X_CTRL-F|
|
||||
"tags" Tags |i_CTRL-X_CTRL-]|
|
||||
|
||||
Reference in New Issue
Block a user