diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-08-03 02:11:29 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-08-15 10:57:17 -0400 |
commit | acf4197290e062584d467cff1ec9d4cb0d8e6825 (patch) | |
tree | 376d6bb9b99ac813854d4fad889bc8447e045143 /runtime/lua/vim/lsp/protocol.lua | |
parent | 6ac51792b969142431dff91016d32a2a551215d7 (diff) | |
download | rneovim-acf4197290e062584d467cff1ec9d4cb0d8e6825.tar.gz rneovim-acf4197290e062584d467cff1ec9d4cb0d8e6825.tar.bz2 rneovim-acf4197290e062584d467cff1ec9d4cb0d8e6825.zip |
ex_docmd: replace #define with enum
enum value can be inferred from previous member.
Vim was doing this manually via relative #define.
It's not needed but it is confusing for me to update an array index
after the array value and to configure the array index
such that it is dependent on other array indices.
One missing #define and everything below breaks.
Diffstat (limited to 'runtime/lua/vim/lsp/protocol.lua')
0 files changed, 0 insertions, 0 deletions