diff options
author | pommicket <pommicket@gmail.com> | 2022-12-30 18:59:39 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-30 18:59:39 -0500 |
commit | 1bd19da6910c85029c34c6d8cf65739a9e0a2127 (patch) | |
tree | 23896f33125315499f51dd1ac4a49632e2afe11f /command.h | |
parent | 72624969e99d284984614a33cabb4ed9fea31a0a (diff) |
start parse rename response
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ ENUM_U16 { CMD_RELOAD_ALL, // reload all buffers from file CMD_QUIT, + // IDE features CMD_SET_LANGUAGE, CMD_AUTOCOMPLETE, CMD_AUTOCOMPLETE_BACK, |