diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-05 09:45:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 09:45:14 +0200 |
commit | 55a721512b695db47c6c0a792b767a1c850b01fc (patch) | |
tree | fa3f76da5189581a12ecacc7a8e42b4640ebeac5 /src/nvim/auevents.lua | |
parent | bfe82d465035a1b792c4a17d7f7a759b61205e15 (diff) | |
parent | 958467456930badcaf218b6fac56b105ac7655c8 (diff) | |
download | rneovim-55a721512b695db47c6c0a792b767a1c850b01fc.tar.gz rneovim-55a721512b695db47c6c0a792b767a1c850b01fc.tar.bz2 rneovim-55a721512b695db47c6c0a792b767a1c850b01fc.zip |
Merge #8953 from janlazo/vim-8.0.1190
Diffstat (limited to 'src/nvim/auevents.lua')
-rw-r--r-- | src/nvim/auevents.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/auevents.lua b/src/nvim/auevents.lua index d0a3f38c6b..d002aaae43 100644 --- a/src/nvim/auevents.lua +++ b/src/nvim/auevents.lua @@ -34,6 +34,7 @@ return { 'CursorMovedI', -- cursor was moved in Insert mode 'DirChanged', -- directory changed 'EncodingChanged', -- after changing the 'encoding' option + 'ExitPre', -- before exiting 'FileAppendCmd', -- append to a file using command 'FileAppendPost', -- after appending to a file 'FileAppendPre', -- before appending to a file |