| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-14 | Add Dart rc file | Harm Aarts | |
| Based heavily on `go.kak`. | |||
| 2018-08-13 | rc lisp: Highlight basic numeral forms | Frank LENORMAND | |
| 2018-08-13 | rc lisp: Extend the range of identifier characters | Frank LENORMAND | |
| 2018-08-11 | rc lisp: Fix variable highlighting | Frank LENORMAND | |
| Fixes #2289 | |||
| 2018-08-11 | src: Forbid empty `menu` entries | Frank LENORMAND | |
| Empty entries in menus look weird, and don't serve any purpose. Empty commands are still allowed. | |||
| 2018-08-10 | Christopher Nascone Copyright Waiver | Christopher Nascone | |
| I dedicate any and all copyright interest in this software to the public domain. I make this dedication for the benefit of the public at large and to the detriment of my heirs and successors. I intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law. | |||
| 2018-08-10 | Add instructions to install from Solus repository. | Christopher Nascone | |
| 2018-08-09 | Merge remote-tracking branch 'laelath/fix-git-hide-blame' | Maxime Coste | |
| 2018-08-09 | Merge remote-tracking branch 'laelath/i3-comments' | Maxime Coste | |
| 2018-08-09 | Add a -version switch to Kakoune | Maxime Coste | |
| Closes #1035 | |||
| 2018-08-08 | i3 comments don't require a space after the hash | Justin Frank | |
| 2018-08-08 | fixed git hide-blame not working | Justin Frank | |
| 2018-08-06 | src: Allow hooks to be run only once | Frank LENORMAND | |
| This commit implements the -once flag on the `:hook` command, which automatically removes a hook after it was run, to avoid having to declare a group and remove it in the hook implementation. Closes #2277 | |||
| 2018-08-05 | Merge remote-tracking branch 'Screwtapello/support_rust_raw_strings' | Maxime Coste | |
| 2018-08-05 | Merge remote-tracking branch 'lenormf/fix-lint' | Maxime Coste | |
| 2018-08-04 | An empty string is not a valid number | Maxime Coste | |
| Fixes #2284 | |||
| 2018-08-02 | rc lint: Be more resilient to null coordinates | Frank LENORMAND | |
| Some syntax checkers (such as `cppcheck`) like to pass extra-information using a regular diagnostic line - but with null coordinates (0:0). This commit makes the `:lint` command ignore such messages, to prevent `set-option` from failing when assigning coordinates to `lint_flags`, and to avoid unecessary information in the `*lint-output*` buffer. | |||
| 2018-08-02 | src: Stay in user-mode when an unmapped key is hit in lock-mode | Frank LENORMAND | |
| Closes #2278 | |||
| 2018-08-02 | src: Make `enter_user_mode()` tail-recursive | Frank LENORMAND | |
| 2018-08-02 | rust.kak: Support Rust's raw-string syntax. | Tim Allen | |
| According to the Rust language reference[1], a raw string starts with an 'r', zero or more '#' characters, and a '"', and doesn't close until a '"' is immediately followed by the matching number of '#' characters. [1]: https://doc.rust-lang.org/reference/tokens.html#raw-string-literals | |||
| 2018-08-01 | rc systemd: Make sure files are in the `systemd` directory | Frank LENORMAND | |
| Fixes #2272 | |||
| 2018-07-31 | Merge remote-tracking branch 'lenormf/fix-lint' | Maxime Coste | |
| 2018-07-31 | Merge branch 'patch-4' of git://github.com/co-dh/kakoune | Maxime Coste | |
| 2018-07-31 | Fix reference to perl regex syntax, Kakoune's is based on ECMAScript | Maxime Coste | |
| Fixes #2271 | |||
| 2018-07-31 | Add an assert to catch newpad returning a nullptr | Maxime Coste | |
| 2018-07-30 | sql is case insensitive | Hao Deng | |
| make sql hilighter case insensitive. | |||
| 2018-07-30 | rc lint: Create temporary file with the same buffer extension | Frank LENORMAND | |
| Fixes #2189 | |||
| 2018-07-30 | Avoid invalid access to Optional | Maxime Coste | |
| If the UI is not ok, the exit status of the client might not be available. Return -1 in that case. | |||
| 2018-07-30 | Fix compilation with gcc-5 | Maxime Coste | |
| Gcc-5 seems to have a bug in its handling of template variable. Fixes #2267 | |||
| 2018-07-28 | Do not enforce autoformat in ocaml | Maxim Baz | |
| 2018-07-28 | Bump gcc version used in travis to 6 | Maxime Coste | |
| 2018-07-28 | Merge remote-tracking branch 'Delapouite/map-key-completer' | Maxime Coste | |
| 2018-07-28 | Fix specs based highlighter documentation | Maxime Coste | |
| Lists elements are now given as separate arguments rather than as a single ':' separated string. Fixes #2261 | |||
| 2018-07-27 | Merge remote-tracking branch 'JJK96/master' | Maxime Coste | |
| 2018-07-26 | Lazily iterate over words instead of gathering them in a vector | Maxime Coste | |
| 2018-07-26 | Fix shared string registry ref count stats | Maxime Coste | |
| 2018-07-26 | Cleanup some trailing whitespaces and double semicolon | Maxime Coste | |
| 2018-07-26 | Replace a few loops with ranges | Maxime Coste | |
| 2018-07-26 | Make TransformView iterator's category match its underlying's | Maxime Coste | |
| In particular, this make gathering a transformed range to a vector faster because we can use the random access nature of underlying iterator to get the size to allocate in the vector upfront. | |||
| 2018-07-26 | Fix missing override specifier | Maxime Coste | |
| 2018-07-26 | Fix unclosed string due to unescaped ' | Jan-Jaap Korpershoek | |
| 2018-07-26 | Add / behind add-highlighter path | Jan-Jaap Korpershoek | |
| 2018-07-25 | Obtain a new window for a client before releasing the current one | Maxime Coste | |
| Creating a window potentially runs hooks, which themselves could trigger shell evaluation, which could handle urgent input events such as a resize, while waiting for the shell to finish. When that happens, the client had a temporarily null window as it had already released its own window. Fixes #2225 | |||
| 2018-07-25 | Merge remote-tracking branch 'lenormf/syntax-systemd' | Maxime Coste | |
| 2018-07-25 | Micro optimize command parsing by avoiding utf8 decoding | Maxime Coste | |
| Balanced quoted parsing does not need to decode utf8, neither does unquoted word parsing. This improves startup time a bit, helping for issue #2152 | |||
| 2018-07-25 | Fix uninitialized context flags | Maxime Coste | |
| 2018-07-25 | Fix memory leak in regex execution | Maxime Coste | |
| 2018-07-24 | Merge remote-tracking branch 'laserswald/scheme-support' | Maxime Coste | |
| 2018-07-24 | Quote every option type but integral types | Maxime Coste | |
| Opt-in quoting was a bad choice, lets default to opt-out with all integral types non quoted. | |||
| 2018-07-24 | rc: Highlight `systemd` files in a dedicated script | Frank LENORMAND | |
