From 1b4297e6095fea7258f99150fb79b49a01b5519b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 5 Feb 2023 19:47:49 -0500 Subject: Fix what went wrong, part 2 --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index b11fc22..6b33b93 100644 --- a/input.c +++ b/input.c @@ -266,7 +266,7 @@ void inputCompletion(void) { for (size_t i = 0; i < ARRAY_LEN(Macros); ++i) { size_t n = wcstombs(mbs, Macros[i].name, sizeof(mbs)); assert(n != (size_t)-1); - completePush(None, mbs); + completePush(None, mbs, Default); } } -- cgit 1.4.1 4a32088203435496babe006a18ba6c4ca1d083c'>this commit dontfiles
summary refs log tree commit diff
path: root/.zsh/gitprompt.zsh (unfollow)
Commit message (Expand)Author
2014-11-25Remove multiple cursors pluginJune McEnroe
2014-11-25Simplify C-n relative number toggleJune McEnroe
2014-11-25Add Goyo.vimJune McEnroe
2014-11-25Use ProFont 11 in VimJune McEnroe
2014-10-14Add ~/.bin to the pathJune McEnroe
2014-10-14Remove binJune McEnroe
2014-10-12Remove backup option from vimrcJune McEnroe
2014-10-12Update tunnel function for new domainJune McEnroe
2014-09-29On error rollback in interactive psqlJune McEnroe
2014-09-23Never mind thatJune McEnroe
2014-09-23Add FETCH_COUNT and expanded auto to psqlrcJune McEnroe
2014-09-23Silence psqlrc output and turn timing onJune McEnroe