kakoune/doc/pages
Tim Allen 1b8381461d command-parsing: You *cannot* escape the delimiters of balanced strings.
Originally the page said:

> No other escaping takes place in balanced strings.

...but in the course of a general readability rewrite (56287da) this was
changed to:

> Characters may be escaped in the same manner as those for quoted strings.

...which is not actually true; probably this change made it in because there
were a lot of good changes in those commits and we didn't read them all closely
enough.

Now the documentation is correct again, and I've added some examples covering
the problems people occasionally ask about (see #2760).
2022-10-20 23:11:20 +11:00
..
buffers.asciidoc Amended grammar, punctuation, and word choice. 2022-05-17 10:39:06 -07:00
changelog.asciidoc Clarify changelog on user mode prompt history 2022-08-17 00:48:12 +02:00
command-parsing.asciidoc command-parsing: You *cannot* escape the delimiters of balanced strings. 2022-10-20 23:11:20 +11:00
commands.asciidoc doc commands: fix names of complete-command's completion_type arguments 2022-03-08 22:10:28 +01:00
execeval.asciidoc doc execeval: mention that the colon register is saved by default 2022-08-01 07:15:08 +02:00
expansions.asciidoc Fix documentation for %val{window_range} 2022-04-22 21:26:15 +02:00
faces.asciidoc Made changes suggested by krobelus 2022-07-26 13:42:28 -07:00
faq.asciidoc doc faq: Document the frugal scripting language 2020-08-10 12:23:35 +03:00
highlighters.asciidoc highlighter doc: some clarificatory edits 2022-05-23 16:52:30 +05:30
hooks.asciidoc {commands,hooks}.asciidoc: Use consistent capitalization for Kakoune 2021-05-15 22:17:41 -04:00
keymap.asciidoc doc keymap: update for <space>/, swap 2022-08-17 00:48:12 +02:00
keys.asciidoc Correct and unify descriptions of normal mode C key behavior 2022-10-11 08:39:34 +02:00
mapping.asciidoc Remove unnecessary leading space in prompt from mappings 2022-08-01 07:37:02 +02:00
modes.asciidoc Move user mappings to <space> and keep/remove selection to , 2022-07-05 08:43:40 +10:00
options.asciidoc Grammar correction options.asciidoc 2022-02-13 21:27:31 -05:00
regex.asciidoc doc regex: Avoid confusion in relationship with ECMAScript 2021-10-29 19:21:50 +02:00
registers.asciidoc Merge remote-tracking branch 'krobelus/document-history-registers' 2022-08-03 19:51:22 +10:00
scopes.asciidoc doc: Document the buffer=/path/to/file scope syntax. 2019-01-23 12:34:02 +11:00