summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-24Add missing locale include to main.ccMaxime Coste
2019-01-24Fix array_view dependency on std::minMaxime Coste
2019-01-24Header and dependency cleanupMaxime Coste
2019-01-24Replace std::tie with structured bindingsMaxime Coste
2019-01-24doc/kak.1: Mention other sources of information about Kakoune.Tim Allen
2019-01-24doc/kak.1: split the synopsis for each mutually exclusive mode of operation.Tim Allen
2019-01-24doc/kak.1: make the config-loading description a top-level paragraph.Tim Allen
2019-01-23Only embed gdb script on ELF targets, and add missing gdb symlinkMaxime Coste
2019-01-23Embed gdb pretty-printing script directly into Kakoune binaryMaxime Coste
2019-01-23Merge http://github.com/ckafi/kakouneMaxime Coste
2019-01-23Merge remote-tracking branch 'stevenyvr987/fix-ctags-plugin'Maxime Coste
2019-01-23Merge remote-tracking branch 'Screwtapello/document-specific-buffer-scope'Maxime Coste
2019-01-23Change pipe diffing to work linewiseMaxime Coste
2019-01-23Always select inserted text after pipingMaxime Coste
2019-01-23doc: Document the buffer=/path/to/file scope syntax.Tim Allen
2019-01-22Default to release buildMaxime Coste
2019-01-22Update README regarding compiler compatibilityMaxime Coste
2019-01-21Steven Chan Copyright WaiverSteven Chan
2019-01-21Fixes for ctags.kakSteven Chan
2019-01-20Fix travis.ymlMaxime Coste
2019-01-20Try to bypass clang crashMaxime Coste
2019-01-20Add a peephole optimization pass to the regex compilerMaxime Coste
2019-01-20Refactor regex find next start not to be an instruction anymoreMaxime Coste
2019-01-20Split compile time regex flags from runtime onesMaxime Coste
2019-01-20Try to get g++-7 working on OSX travis-ciMaxime Coste
2019-01-20Support re-using the same ThreadedRegexVM for multiple iterationsMaxime Coste
2019-01-20Fix warning on gcc 8Maxime Coste
2019-01-20Fix use of removed std::random_shuffleMaxime Coste
2019-01-20Bump travis config to gcc-7 and xcode 10.1 to try to fix compilationMaxime Coste
2019-01-20Refactor parsed regex children iteration to use regular range-for loopsMaxime Coste
2019-01-20Refactor RegexIterator to use a SentinelMaxime Coste
2019-01-20Switch to compilation standard to C++17Maxime Coste
2019-01-20Kakoune v2019.01.20Maxime Coste
2019-01-20Defer deletion of unsetted option to return to main loopMaxime Coste
2019-01-20Rework c-family shell expansions to speed them up slightlyMaxime Coste
2019-01-20Small optimization in clojure.kak awk scriptMaxime Coste
2019-01-20Convert scheme.kak expensive shell scope to awkMaxime Coste
2019-01-19Slight simplification in c-family.kakMaxime Coste
2019-01-19Use a here-document for clojure.kak awk scriptMaxime Coste
2019-01-19small code tweakMaxime Coste
2019-01-19Fix some escaping issues in clojure.kakMaxime Coste
2019-01-19Merge remote-tracking branch 'eraserhd/clojure-highlighting-with-awk'Maxime Coste
2019-01-18Rewrite clojure highlighting to use awkJason Felice
2019-01-18Better tmux REPL supportTobias Frilling
2019-01-17Support quoted here-documents in sh highlightingMaxime Coste
2019-01-17Fix C++ raw strings not being checked for matching capturesMaxime Coste
2019-01-14Improve some corner cases in c-family auto-indentingMaxime Coste
2019-01-13Merge remote-tracking branch 'JJK96/bash'Maxime Coste
2019-01-13Use an InvalidPolicy in utf8::dump and utf8::codepoint_sizeMaxime Coste
2019-01-11[Bash] Handle hashtag inside expansion (Fix #2684)Jan-Jaap Korpershoek