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
2017-07-20
Merge remote-tracking branch 'Delapouite/rmhl'
Maxime Coste
2017-07-20
Fix wrong autoinfo for remove-highlighter
Delapouite
2017-07-19
Make non smart case full match better than smart case full match
Maxime Coste
2017-07-19
Use smart case matching for contiguous/prefix/fullmatch detection
Maxime Coste
2017-07-19
Require clang >= 3.6 as 3.5 is failing on debug symbol generation
Maxime Coste
2017-07-19
Detect overflow using a long long for the computation result.
Maxime Coste
2017-07-19
Fix main selection handling in keep pipe ($)
Maxime Coste
2017-07-19
Merge remote-tracking branch 'lenormf/fix-git' into c++14
Maxime Coste
2017-07-19
Remove `echo -color` support, superseeded by `echo -markup`
Maxime Coste
2017-07-19
Update README for C++14 requirement
Maxime Coste
2017-07-19
More use of std::enable_if_t alias
Maxime Coste
2017-07-19
More uses of standard type traits aliases
Maxime Coste
2017-07-19
Remove unused function
Maxime Coste
2017-07-19
Try to simplify back travis config
Maxime Coste
2017-07-19
Use c++14 function deduction and decltype(auto) to cleanup some code
Maxime Coste
2017-07-19
Cleanup some code with C++14 features
Maxime Coste
2017-07-19
Fix travis configuration for C++14 support
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-07-19
Add an assert to try to get more info on #1506
Maxime Coste
2017-07-18
Use the provided equal functor for prefix/suffix detection in diff
Maxime Coste
2017-07-18
Merge remote-tracking branch 'Delapouite/extra_word'
Maxime Coste
2017-07-18
Merge remote-tracking branch 'lenormf/fix-man-expr-reserved-words'
Maxime Coste
2017-07-18
More refactoring of the diff code in order to make it cleaner
Maxime Coste
2017-07-18
Change diff Implementation to use end indices instead of length
Maxime Coste
2017-07-17
rc man: Avoid undefined behavior on `expr`
Frank LENORMAND
2017-07-17
Slight style change
Maxime Coste
2017-07-17
Refactor find_diff_rec and detect kept prefix/suffixes early
Maxime Coste
2017-07-17
Remove MirroredArray for diff implementation
Maxime Coste
2017-07-17
Fix xmessage handling in assert.cc
Maxime Coste
2017-07-17
rc git: Don't force a highlighting format on commits
Frank LENORMAND
2017-07-16
Tolerate that the cursor might not be visible
Maxime Coste
2017-07-16
Merge remote-tracking branch 'lenormf/fix-formatter'
Maxime Coste
2017-07-15
Small code cleanup in diff implementation
Maxime Coste
2017-07-14
rc formatter: Don't force selection restoration
Frank LENORMAND
2017-07-14
Fix replacing reducing selections to their cursor
Maxime Coste
2017-07-14
`|` now applies the diff of the modification instead of plain replace
Maxime Coste
2017-07-14
Fix assertion when replacing with empty strings
Maxime Coste
2017-07-14
Fix an assert in compute modified ranges when merging single char ranges
Maxime Coste
2017-07-13
Fix undo handling in <a-o>/<a-O>
Maxime Coste
2017-07-12
Docs: update completions_extra_word_chars → extra_word_chars
Delapouite
2017-07-12
Add main selection index in mode_info
Delapouite
2017-07-13
Small startup message formatting tweak
Maxime Coste
2017-07-11
Alternative, and hopefully safer implementation of <a-o>/<a-O>
Maxime Coste
2017-07-11
Add <a-c> and <a-d> for changing/deleting without yanking
Maxime Coste
2017-07-11
Preserve order of definition of mappings when listing them
Maxime Coste
2017-07-11
Merge remote-tracking branch 'Delapouite/last-command-reg'
Maxime Coste
2017-07-11
Add <a-o> and <a-O> to add lines below/above selections
Maxime Coste
2017-07-10
Docs: add missing colon register (last entered command)
Delapouite
2017-07-09
Merge remote-tracking branch 'Delapouite/alt-r'
Maxime Coste
2017-07-09
Docs: add missing <a-R> key and fix info message
Delapouite
[prev]
[next]