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
/
line_modification.cc
Age
Commit message (
Expand
)
Author
2018-05-17
compute_line_modifications: avoid potentially long iteration
Maxime Coste
2017-06-11
Fix the Buffer::end() madness
Maxime Coste
2016-05-17
Use variadic macros for kak_assert to remove the need for COMMA
Maxime Coste
2016-03-16
Use ByteCoords directly for buffer insert/erase/replace
Maxime Coste
2015-12-27
Fix uses of non-keyword logical operators (replace &&, || and ! with and, or ...
Maxime Coste
2015-10-17
Move line parsing and to Buffer.cc directly
Maxime Coste
2015-05-22
Move unit test functions in next to the code they are testing
Maxime Coste
2015-02-01
Fixes in line_modification change, along with style tweak
Maxime Coste
2015-01-31
Rewrite line modifications, hopefully with easier to comprehend code
Maxime Coste
2015-01-12
replace all std::vector with Vector
Maxime Coste
2014-09-18
Add a small validation assert to catch a rare bug
Maxime Coste
2014-05-26
Revert "Remove line modification, replaced by modification"
Maxime Coste
2014-05-21
Remove line modification, replaced by modification
Maxime Coste
2014-05-14
replace LineChangeWatcher with a free function compute_line_modifications
Maxime Coste