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
2014-11-22
Merge pull request #238 from evertvp/java-highlighting
Maxime Coste
2014-11-22
Add java code highlighting
Evert Van Petegem
2014-11-21
Do not record keys that were not user generated
Maxime Coste
2014-11-21
Do not reset edition level to 0 on buffer change
Maxime Coste
2014-11-21
Add travis badge in README
Maxime Coste
2014-11-21
Do not rely on kak being in path in test run script
Maxime Coste
2014-11-21
Force boost 1.54
Maxime Coste
2014-11-21
Try to get latest boost lib
Maxime Coste
2014-11-21
Try to fix travis build problem related to boost
Maxime Coste
2014-11-21
Try to fix c++11 support in .travis.yml
Maxime Coste
2014-11-21
Add kakoune filetype -> clang filetype conversion in clang-complete
Maxime Coste
2014-11-21
Add .travis.yml config
Maxime Coste
2014-11-21
Update README, document %val{...}
Maxime Coste
2014-11-20
Fix missing include in assert.cc
Maxime Coste
2014-11-20
Fix info box placement when too wide
Maxime Coste
2014-11-20
Improve line wrapping behaviour
Maxime Coste
2014-11-20
Wrap info boxes text in ncurses display even in Inline menu style
Maxime Coste
2014-11-20
Improve wrap_lines behaviour, split on punctiation as well
Maxime Coste
2014-11-20
Show brief comments in clang completion description
Maxime Coste
2014-11-20
Change wrap_lines to return StringViews, move it to string.cc
Maxime Coste
2014-11-19
jedi.kak: remove the tmp dir directly in the %sh block
Maxime Coste
2014-11-19
Add diagnostics support to clang.kak
Maxime Coste
2014-11-18
Use a 'complete' alias for file type specific completer
Maxime Coste
2014-11-18
Refresh stdscr at startup to avoid flickering
Maxime Coste
2014-11-17
Tweak option completion behaviour
Maxime Coste
2014-11-17
Remove unneeded string copies
Maxime Coste
2014-11-17
option completion are valid until a modification is made before it
Maxime Coste
2014-11-17
Import std::begin/std::end so that container utils work correctly with non st...
Maxime Coste
2014-11-16
Yet more StringView params, less const String&
Maxime Coste
2014-11-15
More const String& to StringView
Maxime Coste
2014-11-14
const String& to StringView
Maxime Coste
2014-11-13
small fix
Maxime Coste
2014-11-12
Cleanup includes
Maxime Coste
2014-11-12
Use general flags utility for Face Attribute
Maxime Coste
2014-11-12
Fix case where a context ends up locked in no-hooks mode
Maxime Coste
2014-11-11
change filter mode to make backup of files to .kak-bak and edit in place
Maxime Coste
2014-11-11
Reduce idle timeout to 50 milliseconds
Maxime Coste
2014-11-11
Hide info box when closing insert completion menu
Maxime Coste
2014-11-11
Support windows style path in grep output
Maxime Coste
2014-11-11
Support windows style path in make output
Maxime Coste
2014-11-11
Tweak clang completion docstring format
Maxime Coste
2014-11-11
Remove %rec{...} strings, now "..." strings expand their content
Maxime Coste
2014-11-11
fix clang compilation
Maxime Coste
2014-11-11
Back to an awk based clang completion parsing for better docstrings
Maxime Coste
2014-11-10
Document ui_options in README
Maxime Coste
2014-11-10
Add ui_options option for UserInterface configuration
Maxime Coste
2014-11-10
Add support for unordered_map options
Maxime Coste
2014-11-10
Display status line on top in ncurses
Maxime Coste
2014-11-10
Support hinting if an inline info should be above or below the anchor
Maxime Coste
2014-11-10
update TODO
Maxime Coste
[next]