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-02-19
Rename BufNew and BufOpen hooks to BufNewFile and BufOpenFile
Maxime Coste
2017-02-19
Copy the list of hooks to run before iterating on them and running them
Maxime Coste
2017-02-19
Small naming tweak in HookManager
Maxime Coste
2017-02-15
Detect when -client, -buffer or -try-client are used at the same time
Maxime Coste
2017-02-15
Detect when switches are specified more than once
Maxime Coste
2017-02-14
Reorganize code in main.cc
Maxime Coste
2017-02-14
Make numeric registers setable
Maxime Coste
2017-02-13
Fix RegisterRestorer not handling potential throws on register assign
Maxime Coste
2017-02-13
Fix non-returning parse_key lambda
Maxime Coste
2017-02-12
Add support for -on-change and -on-abort to prompt
Maxime Coste
2017-02-09
Refactor show_whitespaces a bit
Maxime Coste
2017-02-09
Merge remote-tracking branch 'lenormf/show-whitespaces-flags'
Maxime Coste
2017-02-09
Merge remote-tracking branch 'Delapouite/decl-completer'
Maxime Coste
2017-02-09
Merge remote-tracking branch 'Delapouite/line-flags'
Maxime Coste
2017-02-09
Add command completer for types to declare-option
Delapouite
2017-02-09
Fix missing new line char in declare_option_cmd info
Delapouite
2017-02-07
Fix Buffer::offset_coord that was dropping the target coordinate
Maxime Coste
2017-02-07
Remove unneeded padding in relative line numbers highlighting
Maxime Coste
2017-02-06
Add -match-capture support for regions higlighter
Maxime Coste
2017-02-06
Small layout tweak for Buffer::HistoryNode
Maxime Coste
2017-02-04
Allow modifying the characters used when highlighting whitespace
Frank LENORMAND
2017-02-03
Fix some bugs in non blocking pipe writing
Maxime Coste
2017-02-03
Merge remote-tracking branch 'ekie/move_buffer_end'
Maxime Coste
2017-02-03
Store shell-candidates completions in the Completion memory domain
Maxime Coste
2017-02-03
Make piping data into shell commands non blocking
Maxime Coste
2017-02-01
Also execute prompt callback when just starting
Maxime Coste
2017-02-01
Use <a-'> for backward rotate selection and move rotate content to <a-">
Maxime Coste
2017-02-01
Change `n` behaviour to only select next match for main selection
Maxime Coste
2017-01-31
Tweak ranked match ordering
Maxime Coste
2017-01-31
Formatting fix
Maxime Coste
2017-01-31
Add some noexcept to pointer policies
Maxime Coste
2017-01-31
Support the vim behaviour for +line syntax
Eike Plack
2017-01-30
Rework NCurses key parsing to properly handle <a-special key>
Maxime Coste
2017-01-30
Make SharedString::create take a list of StringViews
Maxime Coste
2017-01-30
Warning fix in ranked_match.cc
Maxime Coste
2017-01-30
Fix explicit insert completion menu/info not hiding
Maxime Coste
2017-01-29
Fix infinite loop when comparing RankedMatches containing invalid utf8
Maxime Coste
2017-01-29
Fix some uninitialized values
Maxime Coste
2017-01-29
Use iswlower instead of islower
Maxime Coste
2017-01-29
Fix option name in haskell.kak
Maxime Coste
2017-01-29
Remove unneeded assignment to null in RefPtr::release
Maxime Coste
2017-01-29
Detect too deep command call stack
Maxime Coste
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2017-01-29
Remove unused WindowAndSelections timestamp field
Maxime Coste
2017-01-29
Remove unused Diff::posA field
Maxime Coste
2017-01-28
Make BufferIterator only a bidirectional iterator
Maxime Coste
2017-01-28
Remove hash from StringData
Maxime Coste
2017-01-25
Fix fifo reading not handling potential errors from the read call
Maxime Coste
2017-01-25
Only restore cursor position after an append if we still have cursor > anchor
Maxime Coste
2017-01-24
Add a `RawKey` hook for raw user input hooking
Maxime Coste
[prev]
[next]