mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
implement scroll autocommand
This commit is contained in:
@@ -72,6 +72,7 @@ return {
|
||||
'QuickFixCmdPre', -- before :make, :grep etc.
|
||||
'QuitPre', -- before :quit
|
||||
'RemoteReply', -- upon string reception from a remote vim
|
||||
'Scroll', -- after scrolling
|
||||
'SessionLoadPost', -- after loading a session file
|
||||
'ShellCmdPost', -- after ":!cmd"
|
||||
'ShellFilterPost', -- after ":1,2!cmd", ":w !cmd", ":r !cmd".
|
||||
@@ -123,6 +124,7 @@ return {
|
||||
-- syntax file
|
||||
nvim_specific = {
|
||||
DirChanged=true,
|
||||
Scroll=true,
|
||||
Signal=true,
|
||||
TabClosed=true,
|
||||
TabNew=true,
|
||||
|
Reference in New Issue
Block a user