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
2016-10-11
Document the optional parameter of the `cd` command
Frank LENORMAND
2016-10-11
Only create a default *scratch* when we dont have any non debug buffers
Maxime Coste
2016-10-11
More transform(...) filter cleanup using mem_fn when possible
Maxime Coste
2016-10-11
Add support for repeating the last object/char find command
Maxime Coste
2016-10-11
Use std::begin/std::end in containers.hh instead of the method version
Maxime Coste
2016-10-10
Convert some uses of lambda to more concise std::mem_fn
Maxime Coste
2016-10-10
Small formatting fixup
Maxime Coste
2016-10-10
Fix register alternate name doc and dash -> hash for '#'
Maxime Coste
2016-10-09
Merge remote-tracking branch 'Delapouite/typo'
Maxime Coste
2016-10-09
Document register alternate names and add some missing ones
Maxime Coste
2016-10-06
Handle all available keys when a RemoteClient input is available
Maxime Coste
2016-10-06
Ensure local client is destroyed before we fork the server to background
Maxime Coste
2016-10-06
Preserve shell context through eval command
Maxime Coste
2016-10-06
Fix typo horzontally → horizontally
Delapouite
2016-10-05
Fix select_to_previous_word with spaces at buffer start
Maxime Coste
2016-10-05
Fix custom text object
Maxime Coste
2016-10-04
Replace non ascii chars with ? in xterm title, and limit to 511 chars
Maxime Coste
2016-10-04
Treat '\n' as 1 column wide
Maxime Coste
2016-10-04
Small code cleanup
Maxime Coste
2016-10-04
Add "(extend)" to search prompts when we are extending the selection
Maxime Coste
2016-10-03
Refactor hook disabling in normal mode
Maxime Coste
2016-10-03
Do not select the next word for inner word.
Maxime Coste
2016-10-03
Close write buffer file descriptor before getting the new fs timestamp
Maxime Coste
2016-10-01
Change BufWritePre/BufWritePost logic
Maxime Coste
2016-10-01
Small refactoring in highlighters.cc
Maxime Coste
2016-10-01
Enable _XOPEN_SOURCE=700 on cygwin to get the wcwidth function
Maxime Coste
2016-10-01
Rename get_width to codepoint_width
Maxime Coste
2016-10-01
Fix get_column function and add some unit tests for fullwidth text
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-09-30
Tweak ranked match comparison, give contiguous matches an edge
Maxime Coste
2016-09-28
Fix String::Data::reserve on big endian platforms, and document String::Data
Maxime Coste
2016-09-27
Validate option names to be in [a-zA-Z0-9_]
Maxime Coste
2016-09-26
Make hook disabling work for all hooks, not only user hooks
Maxime Coste
2016-09-26
Selecting 'around' word when on spaces after word now selects next word
Maxime Coste
2016-09-26
Pass count to all object selectors
Maxime Coste
2016-09-26
Assert substr from parameter is within the string
Maxime Coste
2016-09-26
OptionDescs are const in OptionRegistry
Maxime Coste
2016-09-26
Merge remote-tracking branch 'lenormf/fix-src-makefile'
Maxime Coste
2016-09-26
Tweak RankedMatch logic, prioritize matches that are in a single word
Maxime Coste
2016-09-25
Add some standard GNU targets to the Makefile
Frank LENORMAND
2016-09-21
Add InsertCompletionShow/InsertCompletionHide hooks
Maxime Coste
2016-09-21
Tweak Buffer::offset_coord implementation
Maxime Coste
2016-09-19
Code cleanup in make_completer, use std::decay
Maxime Coste
2016-09-19
Fix select_to_reverse to correctly handle the first character of the buffer
Maxime Coste
2016-09-19
Add an unmap command to remove key mappings
Maxime Coste
2016-09-18
More command completer code cleanup
Maxime Coste
2016-09-18
Rewrite PerArgumentCommandCompleter to use compile time dispatching
Maxime Coste
2016-09-18
Make idle timeout and filesystem check timeout configurable
Maxime Coste
2016-09-06
Support kill session inside init command
Maxime Coste
2016-09-06
Do not let boost regex errors propagate, convert them to Kakoune errors.
Maxime Coste
[next]