index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-01-24
Add missing locale include to main.cc
Maxime Coste
2019-01-24
Fix array_view dependency on std::min
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2019-01-24
Replace std::tie with structured bindings
Maxime Coste
2019-01-24
doc/kak.1: Mention other sources of information about Kakoune.
Tim Allen
2019-01-24
doc/kak.1: split the synopsis for each mutually exclusive mode of operation.
Tim Allen
2019-01-24
doc/kak.1: make the config-loading description a top-level paragraph.
Tim Allen
2019-01-23
Only embed gdb script on ELF targets, and add missing gdb symlink
Maxime Coste
2019-01-23
Embed gdb pretty-printing script directly into Kakoune binary
Maxime Coste
2019-01-23
Merge http://github.com/ckafi/kakoune
Maxime Coste
2019-01-23
Merge remote-tracking branch 'stevenyvr987/fix-ctags-plugin'
Maxime Coste
2019-01-23
Merge remote-tracking branch 'Screwtapello/document-specific-buffer-scope'
Maxime Coste
2019-01-23
Change pipe diffing to work linewise
Maxime Coste
2019-01-23
Always select inserted text after piping
Maxime Coste
2019-01-23
doc: Document the buffer=/path/to/file scope syntax.
Tim Allen
2019-01-22
Default to release build
Maxime Coste
2019-01-22
Update README regarding compiler compatibility
Maxime Coste
2019-01-21
Steven Chan Copyright Waiver
Steven Chan
2019-01-21
Fixes for ctags.kak
Steven Chan
2019-01-20
Fix travis.yml
Maxime Coste
2019-01-20
Try to bypass clang crash
Maxime Coste
2019-01-20
Add a peephole optimization pass to the regex compiler
Maxime Coste
2019-01-20
Refactor regex find next start not to be an instruction anymore
Maxime Coste
2019-01-20
Split compile time regex flags from runtime ones
Maxime Coste
2019-01-20
Try to get g++-7 working on OSX travis-ci
Maxime Coste
2019-01-20
Support re-using the same ThreadedRegexVM for multiple iterations
Maxime Coste
2019-01-20
Fix warning on gcc 8
Maxime Coste
2019-01-20
Fix use of removed std::random_shuffle
Maxime Coste
2019-01-20
Bump travis config to gcc-7 and xcode 10.1 to try to fix compilation
Maxime Coste
2019-01-20
Refactor parsed regex children iteration to use regular range-for loops
Maxime Coste
2019-01-20
Refactor RegexIterator to use a Sentinel
Maxime Coste
2019-01-20
Switch to compilation standard to C++17
Maxime Coste
2019-01-20
Kakoune v2019.01.20
Maxime Coste
2019-01-20
Defer deletion of unsetted option to return to main loop
Maxime Coste
2019-01-20
Rework c-family shell expansions to speed them up slightly
Maxime Coste
2019-01-20
Small optimization in clojure.kak awk script
Maxime Coste
2019-01-20
Convert scheme.kak expensive shell scope to awk
Maxime Coste
2019-01-19
Slight simplification in c-family.kak
Maxime Coste
2019-01-19
Use a here-document for clojure.kak awk script
Maxime Coste
2019-01-19
small code tweak
Maxime Coste
2019-01-19
Fix some escaping issues in clojure.kak
Maxime Coste
2019-01-19
Merge remote-tracking branch 'eraserhd/clojure-highlighting-with-awk'
Maxime Coste
2019-01-18
Rewrite clojure highlighting to use awk
Jason Felice
2019-01-18
Better tmux REPL support
Tobias Frilling
2019-01-17
Support quoted here-documents in sh highlighting
Maxime Coste
2019-01-17
Fix C++ raw strings not being checked for matching captures
Maxime Coste
2019-01-14
Improve some corner cases in c-family auto-indenting
Maxime Coste
2019-01-13
Merge remote-tracking branch 'JJK96/bash'
Maxime Coste
2019-01-13
Use an InvalidPolicy in utf8::dump and utf8::codepoint_size
Maxime Coste
2019-01-11
[Bash] Handle hashtag inside expansion (Fix #2684)
Jan-Jaap Korpershoek
[prev]
[next]