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
2015-11-17
NCurses: Fix max menu item width computation
Maxime Coste
2015-11-17
Fix alias completion and overwritting
Maxime Coste
2015-11-16
Try to restore the previously opened buffer when converting to client mode
Maxime Coste
2015-11-15
Move is_basic_alpha to unicode.hh
Maxime Coste
2015-11-13
Support <c-v> to insert raw value in insert/prompt mode
Maxime Coste
2015-11-12
Faster BufferIterator::operator++/--
Maxime Coste
2015-11-12
Show an info box explaining that spaces disable history recording in command ...
Maxime Coste
2015-11-11
Fix access to dead temporary
Maxime Coste
2015-11-11
Document i attribute in face command info
Maxime Coste
2015-11-11
Remove unneeded conversion
Maxime Coste
2015-11-11
Fix to_lower/to_upper handling to correctly support non unicode chars
Maxime Coste
2015-11-10
Remove useless checks, buffer has always at list one line
Maxime Coste
2015-11-10
Disable history when executing maps
Maxime Coste
2015-11-10
Document default registers
Maxime Coste
2015-11-10
Try to switch to last buffer when removing the current one
Maxime Coste
2015-11-10
Avoid unneeded inc/dec rec in RefPtr::operator=
Maxime Coste
2015-11-09
Refactor Normal input mode on_key method
Maxime Coste
2015-11-09
Regex based normal mode command honor the selected register
Maxime Coste
2015-11-09
Merge search hihglighter and regex option highlighter in dynregex
Maxime Coste
2015-11-09
Small tweak in DynamicRegexHighlighter
Maxime Coste
2015-11-09
Catch expression evaluation errors in line/column highlighters
Maxime Coste
2015-11-09
Slightly more performant regex capture gathering in select_all_matches
Maxime Coste
2015-11-07
Store the last used buffer in clients
Maxime Coste
2015-11-07
Optimize BufferIterator to avoid a lot of pointer chasing
Maxime Coste
2015-11-07
Avoid useless StringDataPtr copy
Maxime Coste
2015-11-06
Support 'current' scope in set/unset command
Maxime Coste
2015-11-06
Remove unused _ss UDL
Maxime Coste
2015-11-05
Support 'V' for locked view control
Maxime Coste
2015-11-05
Change ncurses wheel down default button to 5
Maxime Coste
2015-11-04
Avoid an unneeded call to ensure_char_start
Maxime Coste
2015-11-04
Fix double check_invariant in SelectionList construction, and set main select...
Maxime Coste
2015-11-04
Merge https://github.com/alpha123/kakoune
Maxime Coste
2015-11-04
always_inline a few RefPtr operators
Maxime Coste
2015-11-04
Avoid unneeded sort_and_merge_ovelapping call in select_all_matches
Maxime Coste
2015-11-04
Do not tag BufferIterator as random access
Maxime Coste
2015-11-04
Rework Buffer::distance implementation
Maxime Coste
2015-11-03
Build on FreeBSD
alpha123
2015-11-03
Minor cleanup in normal.cc
Maxime Coste
2015-11-03
Adding support for DragonFlyBSD.
sinetek
2015-11-02
Support horizontal centering in view commands (using m)
Maxime Coste
2015-11-02
Use explicit lambda captures
Maxime Coste
2015-10-30
Make word insert completion work better with unicode char
Maxime Coste
2015-10-30
Fix preservation of entered text in option insert completer
Maxime Coste
2015-10-30
Minor code cleanup in insert_completer.cc
Maxime Coste
2015-10-29
Use ranked matches for option completion as well
Maxime Coste
2015-10-29
Merge branch 'master' into ranked-word-completion
Maxime Coste
2015-10-29
Use an heuristic based match ranking algorithm inspired by what YouCompleteMe...
Maxime Coste
2015-10-28
Fix mouse scrolling up stopping at line 2
Maxime Coste
2015-10-27
Move more logic into RankedMatch
Maxime Coste
2015-10-27
Merge branch 'master' into ranked-word-completion
Maxime Coste
[prev]
[next]