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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2017-03-09
Fix crash on non utf8 files trigering highlighting of backward ranges
Maxime Coste
2017-03-08
Add a -debug flag to :edit to set the buffer as debug data
Maxime Coste
2017-03-08
ncurses: Add a Dilbert assistant
Frank LENORMAND
2017-03-07
Try to please clang-3.5
Maxime Coste
2017-03-07
Collapse undo groups during an eval command
Maxime Coste
2017-03-07
Small code simplification
Maxime Coste
2017-03-07
Merge branch 'patch-1' of git://github.com/guillaumecherel/kakoune
Maxime Coste
2017-03-07
Cleanup hash_map code
Maxime Coste
2017-03-07
Expand a bit the hash map profiling code
Maxime Coste
2017-03-07
Update Makefile
guillaumecherel
2017-03-07
Remove temporary stats code from HashMap
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-03-06
Add support for HashMap options types
Maxime Coste
2017-03-06
Introduce a custom HashMap implementation along with a quick benchmark
Maxime Coste
2017-03-06
Simplify AliasRegistry::remove_alias
Maxime Coste
2017-03-04
Remove unused AliasRegistry::flatten_aliases method
Maxime Coste
2017-03-04
Change word object selector to fail if the cursor is not on a word char
Maxime Coste
2017-03-04
Refactor surround unit test code
Maxime Coste
2017-03-03
Refactor regex based selection code
Maxime Coste
2017-03-03
Fix indent selection respect for original selection cursor position
Maxime Coste
2017-03-03
Merge remote-tracking branch 'ekie/hook'
Maxime Coste
2017-03-03
Merge remote-tracking branch 'occivink/master'
Maxime Coste
2017-03-03
Merge remote-tracking branch 'lenormf/fix-spell'
Maxime Coste
2017-03-03
Return an optional selection in most selectors, fail rather than keep current
Maxime Coste
2017-03-03
Ensure main selection index is correct directly in SelectionList::remove
Maxime Coste
2017-03-03
Make <a-space> throw on invalid index or last selection
Maxime Coste
2017-03-03
Add docstring support for mappings, and use them in autoinfo
Maxime Coste
2017-03-03
<space>, <a-space>: throw on invalid preconditions
Olivier Perret
2017-03-01
src: Fix the string conversion of range faces
Frank LENORMAND
2017-03-01
Add `RawKey` to hook completion list
Eike Plack
2017-02-27
Small naming tweak
Maxime Coste
2017-02-27
Fix clang warnings about uninitialized timestamp field
Maxime Coste
2017-02-27
Compile optimized and debug into different files, make `kak` a symlink
Maxime Coste
2017-02-27
Cleanup some tabby mess in the Makefile
Maxime Coste
2017-02-23
Tweak some character categorization function implementations
Maxime Coste
2017-02-23
Refactor get_words to be simpler and faster
Maxime Coste
2017-02-23
Fix support for non ascii chars in completion_extra_word_char
Maxime Coste
2017-02-23
Slight code cleanup in utf8_iterator.hh
Maxime Coste
2017-02-23
Refactor WordDB::add_words to be slightly faster
Maxime Coste
2017-02-23
Refactor StringData and StringRegistry to remove need for purging
Maxime Coste
2017-02-23
Use false instead of 0 in the kak_assert do while
Maxime Coste
2017-02-22
Properly wrap `kak_assert` into a do-while scope
Frank LENORMAND
2017-02-22
Try to please clang-3.5
Maxime Coste
2017-02-20
Fix overly strict backward_sorted_until
Maxime Coste
2017-02-20
Fix performance of word completion with many different selections
Maxime Coste
2017-02-20
Correctly handle mutation of the watcher list while iterating on them
Maxime Coste
2017-02-19
Fix hook list in commands.cc
Maxime Coste
2017-02-19
Display an info box on startup with recent breaking changes
Maxime Coste
2017-02-19
Fix handling of disabled_hooks regex
Maxime Coste
[prev]
[next]