diff options
author | pommicket <pommicket@gmail.com> | 2023-08-13 22:19:21 -0300 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-08-13 22:19:21 -0300 |
commit | 79af91046d6c9f8ddca52dee1cb72181168c0f73 (patch) | |
tree | 82b70ee555d20fc6036a7f97bf94f3853130d64a /main.c | |
parent | 74c32a957d8533f746c960e8f726670e3d6b1baf (diff) |
fix ask-reload menu
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ /* TODO: -- fix ask-reload menu (clicking "no" will probably do nothing) - public Node API - public Selector/FileSelector API - public Settings API @@ -16,7 +15,7 @@ FUTURE FEATURES: - "remove file..." menu - auto-close brackets - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) -- manual.md +- manual directory - LSP request timeout */ |