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
2018-02-01
Profile the time it takes to source a file
Maxime Coste
2018-01-31
Change `m` to search until the end of the buffer instead of end of line
Maxime Coste
2018-01-31
Do not strip whitespaces with '*'
Maxime Coste
2018-01-30
ncurses: change handling of <c-z> suspend to improve terminal state
Maxime Coste
2018-01-26
Use '/' register as the default register for <a-k> and <a-K>
Maxime Coste
2018-01-26
Reset normal mode before hiding the reload buffer info box
Maxime Coste
2018-01-25
Insert complete: Remove path info with one buffer
aver-d
2018-01-24
Support multiline selections in C/<a-C>
Maxime Coste
2018-01-21
Do not block when waiting for next event if we have pending input
Maxime Coste
2018-01-21
Rename InputModeChange hook to ModeChange
Maxime Coste
2018-01-20
Fallback to getpwuid in the unlikely case $HOME is underfined
Maxime Coste
2018-01-19
Introduce a $kak_config env var containing the Kakoune user config dir
Maxime Coste
2018-01-19
Do not save last command/pipe/regex in register when history is disabled
Maxime Coste
2018-01-18
Use the _str and _sv string literals more often
Maxime Coste
2018-01-15
Slight code refactor in InputHandler::handle_key
Maxime Coste
2018-01-12
Save/restore main selection from/to strings
Maxime Coste
2018-01-12
Slight refactor of jump collapsing code
Maxime Coste
2018-01-12
Merge remote-tracking branch 'Delapouite/print_status'
Maxime Coste
2018-01-12
Merge remote-tracking branch 'lenormf/fix-makefile'
Maxime Coste
2018-01-11
Remove extraneous face when clearing status line
Delapouite
2018-01-11
src makefile: Abort compilation when `pkg-config` is not in PATH
Frank LENORMAND
2018-01-11
Small code style tweak
Maxime Coste
2018-01-08
Write new buffers even when unmodified
Maxime Coste
2017-12-29
Add information on InputModeChange hook in the startup message
Maxime Coste
2017-12-29
Correctly set the NotBeginOfSubject/NotEndOfSubject flags for regex matching
Maxime Coste
2017-12-29
Regex: Add a RegexExecFlags::NotEndOfSubject flag
Maxime Coste
2017-12-21
Add session name filtering for KakBegin hook
Delapouite
2017-12-21
Completion: Use a heap to gather the best matches instead of sorting
Maxime Coste
2017-12-21
Highlighter: In general, highlight replaced ranges
Maxime Coste
2017-12-21
InputHandler: Preserve no-hooks on insert mode from single command normal mode
Maxime Coste
2017-12-18
Introduce InputModeChange hook
Maxime Coste
2017-12-17
Use existing window reference in view mode
Delapouite
2017-12-15
Go back to getpwuid call to get user name from user id
Maxime Coste
2017-12-15
Window: avoid positionning window on a negative column
Maxime Coste
2017-12-12
Make `edit` command work fine when running from an empty context
Maxime Coste
2017-12-12
Detect invalid coordinates in selection_from_string
Maxime Coste
2017-12-09
InsertCompleter: Respected ignored_filename option in filename completer
Maxime Coste
2017-12-09
Go back to getpwuid call on OSX
Maxime Coste
2017-12-07
Ranges: add unit test and fix corner case in split view
Maxime Coste
2017-12-07
Tweak unescape template function to unescape the escape char as well
Maxime Coste
2017-12-06
Remove Vector returning split functions, use range adaptor
Maxime Coste
2017-12-06
InsertCompleter: only accept words matching the target buffer word definition
Maxime Coste
2017-12-06
RankedMatch: Make punctuation ordered *before* alphanumeric characters
Maxime Coste
2017-12-06
Ensure that normal mode restores disabled hook status on disabled
Maxime Coste
2017-12-04
Replace uses of getpwuid which is incompatible with static linking
Maxime Coste
2017-12-03
Text-Objects: Use regex to select surroundings
Maxime Coste
2017-12-03
Regex: Introduce backward_regex_search helper function
Maxime Coste
2017-12-02
Regex: make RegexIterator iterable and able to iter backwards
Maxime Coste
2017-12-01
Regex: Support forward and backward matching code in the same CompiledRegex
Maxime Coste
2017-12-01
Regex: Do not allow private use codepoints literals
Maxime Coste
[prev]
[next]