mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.4267: unused entry in keymap enum (#17255)
Problem: Unused entry in keymap enum.
Solution: Remove the entry.
4c93aff20f
This commit is contained in:
parent
2870311a37
commit
2a58e62145
@ -122,8 +122,6 @@
|
||||
//
|
||||
// Entries must be in the range 0x02-0x7f (see comment at K_SPECIAL).
|
||||
enum key_extra {
|
||||
KE_NAME = 3, // name of this terminal entry
|
||||
|
||||
KE_S_UP = 4, // shift-up
|
||||
KE_S_DOWN = 5, // shift-down
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user