summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-21Use std::remove_cvref instead of std::decayMaxime Coste
2021-11-21Convert comparisons to spaceship operatorMaxime Coste
2021-11-21Replace std::enable_if with requiresMaxime Coste
2021-11-21Fix continuous integration configurationMaxime Coste
2021-11-21Micro-optimize regex character class/type matchingMaxime Coste
2021-11-21Reduce the amount of Regex VM Instruction codeMaxime Coste
2021-11-21Merge remote-tracking branch 'sidkshatriya/ocaml-switch-between-ml-and-mli'Maxime Coste
2021-11-21Merge remote-tracking branch 'lenormf/debug_mode-gdb_script'Maxime Coste
2021-11-21Merge branch 'doc_highlighter_switch' of http://github.com/fennewald/kakouneMaxime Coste
2021-11-21Merge remote-tracking branch 'sidkshatriya/markdown-highlight-erlang-and-elixir'Maxime Coste
2021-11-21Merge branch 'patch-1' of http://github.com/throwawayaccount12345-1/kakouneMaxime Coste
2021-11-18sh filetype: do not highlight an empty array as a functionthrowawayaccount12345-1
2021-11-17markdown.kak: erlang, elixir and ocaml code should be highlighted in markdownSidharth Kshatriya
2021-11-16Documented -override switch for add-highlighterCarson
2021-11-15Fixes #4432: JSON UI only shows stdin when connecting to an existing sessionSidharth Kshatriya
2021-11-11Recognize both <tab> and <c-i> as forward jumpMaxime Coste
2021-11-10OCaml: Add a command to shift between .ml and .mli files and vice versaSidharth Kshatriya
2021-11-08src makefile: Install GDB types in debug modeFrank LENORMAND
2021-11-07Kakoune 2021.11.08Maxime Coste
2021-11-07Merge remote-tracking branch 'lenormf/fix-4367'Maxime Coste
2021-11-07Merge branch 'master' of http://github.com/throwawayaccount12345-1/kakouneMaxime Coste
2021-11-05rc/tools/make.kak: quote "${kak_opt_makecmd}"throwawayaccount12345-1
2021-11-05src highlighters: Factorise docstringsFrank LENORMAND
2021-11-04Merge remote-tracking branch 'lenormf/fix-3970'Maxime Coste
2021-11-04Merge remote-tracking branch 'lenormf/patch-17'Maxime Coste
2021-11-04doc pages: Document `-cursor-separator` of `number-lines`Frank LENORMAND
2021-11-04src highlighters: Sort instantiationsFrank LENORMAND
2021-11-04rc man: Gracefully fail link searchFrank LENORMAND
2021-11-04rc man: Keep user mode alias in the prompt historyFrank LENORMAND
2021-11-04rc man: Let mode commands failFrank LENORMAND
2021-11-04rc man: Drop helper commandFrank LENORMAND
2021-11-04rc man: Rename mode to `man`Frank LENORMAND
2021-11-02use shifted key codes on kittyJason Felice
2021-11-02Keep command_fifo read fd open instead of closing/reopeningMaxime Coste
2021-11-02Merge remote-tracking branch 'sidkshatriya/remove-kak-history-file'Maxime Coste
2021-11-02Remove .kak_history file that seems to have been committed by mistakeSidharth Kshatriya
2021-11-02Fix DECRPM parsing for 2026Maxime Coste
2021-11-01Fix pasting all from empty registerMaxime Coste
2021-10-29doc regex: Avoid confusion in relationship with ECMAScriptFrank LENORMAND
2021-10-29doc options: state that all |-separated tuples need escapingJohannes Altmanninger
2021-10-29Fix incorrect reading logic and EAGAIN handlingMaxime Coste
2021-10-29doc regex: Avoid confusion in relationship with ECMAScriptFrank LENORMAND
2021-10-29Complete alias command with existing alias namesMaxime Coste
2021-10-29Fix terminal underline color not being properly resetMaxime Coste
2021-10-28Erlang syntax highlighting: Improved support for numeric literals, refs, port...Sidharth Kshatriya
2021-10-28Kakoune 2021.10.28Maxime Coste
2021-10-28Merge remote-tracking branch 'sidkshatriya/erlang-syntax-highlighting'Maxime Coste
2021-10-28Merge remote-tracking branch 'lxnn/master'Maxime Coste
2021-10-25src/main.cc: Fix inline assembly syntax error on ARMRobert Clausecker
2021-10-24Add new '_', 'case', and 'match' keywords to Python highlighterLXNN