summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-28 00:21:52 -0400
committerpommicket <pommicket@gmail.com>2025-09-28 00:21:52 -0400
commite2ba8973230902612cb7388eb7b227d9a43a46ed (patch)
tree93f75aee5a4786b897cc24cacdc872dd97cfd7fe /main.c
parent1241921c98705d60022150e0d58362f3bcf6342a (diff)
Don't autocomplete if there's a selection
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 ca3aa69..9da5c2b 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,5 @@
/*
TODO:
-- don't autocomplete when tab is pressed if there is text selected
- highlight <https://example.org> correctly in Markdown
- highlight (https://example.org) correctly in Markdown (exactly which characters are allowed in links?)
- what did I mean by this