mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
vim-patch:8.1.0140: recording into a register has focus events
Problem: Recording into a register has focus events. (Michael Naumann)
Solution: Don't record K_FOCUSGAINED and K_FOCUSLOST. (closes vim/vim#3143)
972bfddc6b
This commit is contained in:
@@ -240,8 +240,8 @@ enum key_extra {
|
||||
, KE_DROP = 95 // DnD data is available
|
||||
// , KE_CURSORHOLD = 96 // CursorHold event
|
||||
, KE_NOP = 97 // no-op: does nothing
|
||||
, KE_FOCUSGAINED = 98 // focus gained
|
||||
, KE_FOCUSLOST = 99 // focus lost
|
||||
// , KE_FOCUSGAINED = 98 // focus gained
|
||||
// , KE_FOCUSLOST = 99 // focus lost
|
||||
// , KE_MOUSEMOVE = 100 // mouse moved with no button down
|
||||
// , KE_CANCEL = 101 // return from vgetc
|
||||
, KE_EVENT = 102 // event
|
||||
|
Reference in New Issue
Block a user