kakoune/rc/tools
Tim Allen f75f484b84 spell.kak: Present spelling suggestions with :prompt
Previously, spelling suggestions were presented with the :menu command,
requiring the user to cycle through wild and fanciful alternatives to get to the
one they wanted. Now, we present suggestions with the :prompt command, which
allows the user to type to filter down the list, and also to customise the
replacement after they've chose it (perhaps to fix capitalisation or add
apostrophe-S).

We also use the mispelled word as the initial content of the prompt. That
filters out the wildest alternatives by default, and allows the user to edit the
original word instead of forcing them to choose from among the suggestions. To
get the full list of suggestions, it's easy enough to just backspace until the
word you want appears in the list.
2020-09-21 21:07:35 +10:00
..
go gopls: fixes based on krobelus@ review 2020-09-16 21:58:22 +02:00
python Fix fifos for Linux 2019-06-10 18:25:51 +02:00
rust simplify rust completion to match generic Kakoune completions 2019-05-17 20:00:40 +03:00
autorestore.kak Avoid accidentally using environment variables in sh scopes 2020-08-24 19:01:05 +02:00
autowrap.kak rc: Make docstrings more readable 2020-02-03 20:53:28 +01:00
clang.kak Apply suggestions from code review 2020-09-06 10:56:37 +10:00
comment.kak Add comment highlighting and options for asciidoc. 2020-07-04 00:28:51 -06:00
ctags.kak Merge remote-tracking branch 'lenormf/patch-3' 2020-02-05 20:41:40 +11:00
doc.kak Avoid accidentally using environment variables in sh scopes 2020-08-24 19:01:05 +02:00
format.kak rc: Use the standard fail command to report errors 2019-11-14 08:32:55 +01:00
git.kak Clear unwanted environment variable 2020-09-02 06:54:19 +02:00
grep.kak Apply suggestions from code review 2020-09-06 10:56:37 +10:00
lint.kak Make lint.kak utilize toolsclient 2020-06-10 22:39:11 -07:00
make.kak rc: Make docstrings more readable 2020-02-03 20:53:28 +01:00
man.kak Avoid accidentally using environment variables in sh scopes 2020-08-24 19:01:05 +02:00
spell.kak spell.kak: Present spelling suggestions with :prompt 2020-09-21 21:07:35 +10:00