summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-22Fix readonly behaviourMaxime Coste
2021-08-22Merge branch 'roam-hurd-exec-path' of http://github.com/ppentchev/kakoune int...Maxime Coste
2021-08-21add module `dtach-repl`Tilman List
2021-08-21Find the executable path on the GNU Hurd, too.Peter Pentchev
2021-08-21Use the [[gnu::packed]] C++ attribute.Peter Pentchev
2021-08-20Do not break non-GCC/g++ compilers.Peter Pentchev
2021-08-20Make sure the ParsedRegex structure has the right size.Peter Pentchev
2021-08-17Move control character escaping responsibility to the terminal UIMaxime Coste
2021-08-17Merge remote-tracking branch 'alexherbo2/fix-typos'Maxime Coste
2021-08-17Merge remote-tracking branch 'gustavo-hms/master'Maxime Coste
2021-08-17Merge remote-tracking branch 'kkga/gdscript.kak'Maxime Coste
2021-08-17Merge http://github.com/mujo-hash/kakouneMaxime Coste
2021-08-17Merge remote-tracking branch 'waldyrious/patch-2'Maxime Coste
2021-08-17Merge remote-tracking branch 'krobelus/no-env-var'Maxime Coste
2021-08-17Merge remote-tracking branch 'krobelus/complete-at-percent-delimiter'Maxime Coste
2021-08-17Merge remote-tracking branch 'krobelus/fish-snowflakes'Maxime Coste
2021-08-17Merge remote-tracking branch 'krobelus/comment-line-fennel'Maxime Coste
2021-08-10Avoid "env var" in error message for unknown %val expansionJohannes Altmanninger
2021-08-09Restore prompt completion for "%opt{"Johannes Altmanninger
2021-08-09Teach :comment-line about the fennel languageJohannes Altmanninger
2021-08-09rc fish: fix keyword highlighting false positiveJohannes Altmanninger
2021-08-06Add gentoo linux ebuild filetype detection.ioh
2021-08-05Reduce memory usage and allocations in terminal output codeMaxime Coste
2021-08-05Merge remote-tracking branch 'StatPal/master' into HEADMaxime Coste
2021-08-05Merge remote-tracking branch 'hugomg/lua-highlighting' into HEADMaxime Coste
2021-08-05Remove unnecessary fflush callMaxime Coste
2021-08-04Remove a duplicate highligher rule for _G/_ENVHugo Musso Gualandi
2021-08-04Recognize and/or/not in a separate ruleHugo Musso Gualandi
2021-08-04lua.kak: highlight and/or/not as operatorsHugo Musso Gualandi
2021-08-04lua.kak: highlight Lua 5.4 variable attributesHugo Musso Gualandi
2021-08-04lua.kak: Treat "local" as a normal keywordHugo Musso Gualandi
2021-08-04lua.kak: the builtin is called _ENV, not _EHugo Musso Gualandi
2021-08-04lua.kak: keyword should have higher priority than function callHugo Musso Gualandi
2021-08-04Fallback to 80x24 terminal size when ioctl fails or returns 0x0Maxime Coste
2021-08-01Use a BufferedWriter to output in the terminal ui instead of stdioMaxime Coste
2021-07-31README: Add Nix installation instructionsWaldir Pimenta
2021-07-31Add a format_with format function that takes a FunctionRef appendMaxime Coste
2021-07-31Expose BufferedWriterMaxime Coste
2021-07-31Fix FunctionRef copy constructionMaxime Coste
2021-07-31Code style tweak for Regex implementation TestVMMaxime Coste
2021-07-30R file highliight change. Merged into single highlighter for math, summary an...Subrata
2021-07-30Merge remote-tracking branch 'hugomg/rockspec-highlighting'Maxime Coste
2021-07-30Merge remote-tracking branch 'hugomg/lua-comment-insert-indent'Maxime Coste
2021-07-26Recognize ".rockspec" file extension as a Lua fileHugo Musso Gualandi
2021-07-26Do not run unit tests in release buildsMaxime Coste
2021-07-26always inline custom operator new/delete to avoid spurious warningsMaxime Coste
2021-07-22R file highlights. Added :: etc, added new functions from base::Ops and metho...Subrata
2021-07-22 Subrata Pal Copyright WaiverSubrata
2021-07-21Hugo Musso Gualandi Copyright WaiverHugo Musso Gualandi
2021-07-20Document the new write behaviourMaxime Coste