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-01-24
Fix crash when clearing a regex prompt with multiple selections
Maxime Coste
2017-01-22
Add `gi` to go to first non-blank character on line
Maxime Coste
2017-01-22
Fix client destruction when there is an InsertMode mode still alive
Maxime Coste
2017-01-21
Support the +line syntax for clients as well.
Maxime Coste
2017-01-21
Fix SafeCountable callstack tracking
Maxime Coste
2017-01-19
Only touch new clients selections when target coord are explicit
Maxime Coste
2017-01-16
Use ints instead of unsigned for capture count
Maxime Coste
2017-01-16
Fix regex search/select not restoring initial selections on abort
Maxime Coste
2017-01-14
Remove the option that excludes the `-pedantic` flag from `CXXFLAGS`
Frank LENORMAND
2017-01-13
Update ranges highlighter options according to buffer changes
Maxime Coste
2017-01-13
Propagate ShellContext custom env-vars through custom commands
Maxime Coste
2017-01-13
Fix capture group handling
Maxime Coste
2017-01-11
Detect empty selection lists when restoring selections from registers
Maxime Coste
2017-01-10
Merge remote-tracking branch 'alexherbo2/command-names'
Maxime Coste
2017-01-10
Merge remote-tracking branch 'Delapouite/pipe-register'
Maxime Coste
2017-01-10
Treat <c-h> as backspace in ncurses ui
Maxime Coste
2017-01-10
Fix: add missing pipe register in info
Delapouite
2017-01-08
Small code cleanups
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2017-01-06
Make the currently sourced file path available through $kak_source
Maxime Coste
2017-01-05
Merge branch 'master' of git://github.com/hoop33/kakoune
Maxime Coste
2017-01-05
Use PREFIX to locate ncurses and boost on macOS
Rob Warner
2017-01-04
Higher level implementation of attributes to json formatting
Maxime Coste
2017-01-04
Allow non-standard homebrew location for boost and ncurses linking
Rob Warner
2017-01-04
update command names
Alex Leferry 2
2017-01-04
Add `Modal` InfoStyle used for bufer reload info box
Maxime Coste
2017-01-03
Fix bug relying on undefined arg evaluation order.
Maxime Coste
2017-01-03
Fix handling of main selection when copying selection to next/previous lines
Maxime Coste
2017-01-02
Merge remote-tracking branch 'casimir/makefile-osx'
Maxime Coste
2017-01-02
better support for plain pointer iterators in containers.hh
Maxime Coste
2017-01-02
Ensure <esc> cancels in replace with char
Maxime Coste
2017-01-01
Move some template code out of selectors.hh into selectors.cc
Maxime Coste
2017-01-01
Better handling of linewise inserting when we have multiple selections per line
Maxime Coste
2017-01-01
Refactor SelectionList::insert a bit
Maxime Coste
2017-01-01
When inserting at the end, store the next line as end pos in the change
Maxime Coste
2017-01-01
Fix remaining uses of hardcoded /tmp to get the socket paths
Maxime Coste
2017-01-01
Slight code refactor for paste handling
Maxime Coste
2016-12-30
use explicit flags for homebrew's boost on osx
Martin Chaine
2016-12-30
Dont use constexpr to fix OSX compilation
Maxime Coste
2016-12-30
Add a ncurses_change_colors option that can disable color palette change
Maxime Coste
2016-12-30
Use a struct WorstMatch instead of varargs for the fallback option_add
Maxime Coste
2016-12-27
Use 'not empty' in place of 'length > 0'
Maxime Coste
2016-12-27
Merge remote-tracking branch 'leira/empty_param_crash'
Maxime Coste
2016-12-27
Merge remote-tracking branch 'kballard/readonly_warning_msg'
Maxime Coste
2016-12-27
Support set -add on flag types
Maxime Coste
2016-12-27
Change the message when entering insert mode while readonly
Kevin Ballard
2016-12-27
Fix unmap 4th argument not being optional
Maxime Coste
2016-12-26
Use absolute distance for relative line numbering
Maxime Coste
2016-12-24
Added string length check when checking switch params
Leira Hua
2016-12-23
Set the register incrementally as well during incremental search
Maxime Coste
[next]