diff options
| author | Jason Felice <jason.m.felice@gmail.com> | 2019-09-26 09:25:57 -0400 |
|---|---|---|
| committer | Jason Felice <jason.m.felice@gmail.com> | 2019-09-26 09:55:02 -0400 |
| commit | f88cf7ffb47dabd4c418f1ceff986176b86b2a15 (patch) | |
| tree | d005702732d9e81c4213776b73cfe68f397fcfb8 /doc | |
| parent | aa6a7e544df566edc1b0222fb9c08c0f66c0d0e6 (diff) | |
rc, doc: set extra_word_chars on buffer, not window
For clojure.kak and haskell.kak, set extra_word_chars on the buffer
and not the window, so that the buffer's word db is updated correctly
for word completion.
Document this.
Also, minor refactor of clojure.kak.
Closes #3108
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/pages/options.asciidoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pages/options.asciidoc b/doc/pages/options.asciidoc index 6e836df7..90303945 100644 --- a/doc/pages/options.asciidoc +++ b/doc/pages/options.asciidoc @@ -235,7 +235,8 @@ are exclusively available to built-in options. *extra_word_chars* `codepoint-list`:: a list of all additional codepoints that should be considered - as word character. + as word character. This must be set on the buffer, not the window, + for word completion to offer words containing these codepoints. *matching_pairs* `codepoint-list`:: _default_ ( ) { } [ ] < > + |
