| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-05 | Move user mappings to <space> and keep/remove selection to , | Maxime Coste | |
| 2022-05-26 | rc filetype: fix double space in trim-indent hooks | Johannes Altmanninger | |
| 2020-02-03 | rc: Make docstrings more readable | Frank LENORMAND | |
| This cosmetics commit makes use of the auto-deindentation syntax, available to docstrings. | |||
| 2020-01-03 | {clojure,lisp}.kak: handle doubled brackets | Jason Felice | |
| 2019-10-16 | Replace ModeChange hooks by ModePush and ModePop | Maxime Coste | |
| Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd hooks. Closes #2545 | |||
| 2019-09-26 | rc, doc: set extra_word_chars on buffer, not window | Jason Felice | |
| 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 | |||
| 2019-07-31 | Insert Clojure ns directive for new files | Jason Felice | |
| 2019-05-15 | clojure: Fix indentation for lists with 1-character heads | Jason Felice | |
| Indentation can be different depending on the first word of list forms. The indent hook uses `e` from inside the parent to select the first word for testing whether it is a special word; however, in the case of a one-character symbol, this selects to the end of the *next* word. This rejects such selections. | |||
| 2019-04-09 | Fixed many of the filetype support modules to not use `BufSetOption` to load | Justin Frank | |
| 2019-04-08 | Modified base files to use modules | Justin Frank | |
| 2019-04-08 | Modified a bunch of language support files to use modules | Justin Frank | |
| 2019-03-21 | Add categories in rc/ | Alex Leferry 2 | |
| Closes #2783 | |||
