diff options
author | pommicket <pommicket@gmail.com> | 2022-12-06 14:31:32 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-06 14:31:32 -0500 |
commit | e47e17a810962a20d9483222ee2908071c89984c (patch) | |
tree | 5b00bed8bdf5d9389ed86c44796a9ca87a9be9de /main.c | |
parent | 8242cd817017628db85f04ebf63cd328ec1e8eb3 (diff) |
fix arr_set_len_, more future features
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,7 +1,11 @@ /* FUTURE FEATURES: +- regenerate tags for completion too if there are no results - config variables +- bind key to multiple commands - plugins? +- keyboard macros + - ctrl+9/0 to inc/dec number would be useful here */ #include "base.h" |