summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-04 16:12:41 -0500
committerpommicket <pommicket@gmail.com>2023-03-04 16:12:41 -0500
commita8ecd337a1714653710d69a9fcaea8b354ffded8 (patch)
treec76b706d4e366bc610aca7808c41f98e48da643c /main.c
parented9d2be11db07ed1e31e884004ae65b14991de1a (diff)
regenerate tags if there are no completion results
(if regenerate-tags-if-not-found is enabled)
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index f5c1dc5..0690f4d 100644
--- a/main.c
+++ b/main.c
@@ -5,7 +5,6 @@ FUTURE FEATURES:
- better undo chaining (dechain on backspace?)
- auto-reload config even for %included files
- manual.md
-- regenerate tags for completion too if there are no results
- font setting & support for multiple fonts to cover more characters
- support for variable-width fonts
- robust find (results shouldn't move around when you type things)