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
2014-03-20
Fix comment
Maxime Coste
2014-03-19
Automatic insert filename completion kicks in only if prefix contains slash
Maxime Coste
2014-03-18
EventManager: fix busy loop when no timer events exists.
Maxime Coste
2014-03-15
Insert mode completion execute completers in order, and supports multiple option
Maxime Coste
2014-03-07
Clamp cursor position on buffer reloading
Maxime Coste
2014-03-05
Fix segfault in get_until_delimiter
Maxime Coste
2014-03-02
Add -p <session> option to kak, which forward commands on stdin to session
Maxime Coste
2014-03-02
Rename connect_to's pid parameter to session
Maxime Coste
2014-03-02
Add -docstring option to the 'def' command
Maxime Coste
2014-03-02
Add support for -buffer <comma separated names> to eval and exec commands
Maxime Coste
2014-03-02
tweak docstring
Maxime Coste
2014-03-02
Declare commands in a CommandDesc structure
Maxime Coste
2014-03-02
Add a docstring to commands
Maxime Coste
2014-03-02
Display command info only when the autoinfo option is true
Maxime Coste
2014-03-02
Consistently name -foo things 'switches'
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
All commands now take directly a parameter parser
Maxime Coste
2014-03-02
Add @ command for tabs to spaces and alt-@ for spaces to tabs
Maxime Coste
2014-03-02
Rename align indent to more correct copy indent
Maxime Coste
2014-02-27
Add buffile env var for getting the buffer filename
Maxime Coste
2014-02-27
Tolerate invalid %...{} when completing
Maxime Coste
2014-02-25
regionref highlighter just ignore invalid references
Maxime Coste
2014-02-15
Add support for `strings`
Maxime Coste
2014-02-12
Use a scoped edition when pasting
Maxime Coste
2014-02-12
EventManager now wakes up for next timer rather than running a 10Hz
Maxime Coste
2014-02-12
Check for buffer external change when entering insert mode
Maxime Coste
2014-02-12
Prompt handles scrolling in the line being edited
Maxime Coste
2014-02-12
ClientManager: use lifo behaviour for free windows
Maxime Coste
2014-01-28
Fix LineChangeWatcher behaviour when inserting at buffer end
Maxime Coste
2014-01-28
Rename selections first,last to more explicit anchor,cursor
Maxime Coste
2014-01-27
Fix autoinfo for angle bracket object
Maxime Coste
2014-01-27
Fix compilation with clang 3.4
Maxime Coste
2014-01-27
remove unused Singleton::delete_instance
Maxime Coste
2014-01-27
Remove session socket on error signal
Maxime Coste
2014-01-27
Honor incsearch option for select/split/keep
Maxime Coste
2014-01-27
Rework command completion to allow partial token completion
Maxime Coste
2014-01-27
update gdbinit
Maxime Coste
2014-01-27
WordDB now uses a LineChangeWatcher based implementation
Maxime Coste
2014-01-27
Rework regions highlighter, refactor and extract line tracking
Maxime Coste
2014-01-23
Add 'a' alias to angle brackets text object
Maxime Coste
2014-01-23
Catch parameter errors on startup and display option informations
Maxime Coste
2014-01-23
write_debug: fallback to stderr if the BufferManager does not exists yet
Maxime Coste
2014-01-21
Fix adapt_view_pos when the cursor is not on a display atom by itself
Maxime Coste
2014-01-20
Add a show_matching highlighter
Maxime Coste
2014-01-19
WordDB: use an ordered map for storing words
Maxime Coste
2014-01-18
RegionHighlighter: correct coordinates that are one past end of line
Maxime Coste
2014-01-18
Pass a HighlightFlags parameter to highlighters
Maxime Coste
2014-01-17
only highlight actually displayed regions
Maxime Coste
2014-01-17
FunctionGroup: fix incorrect parameter for operator()
Maxime Coste
2014-01-16
Word completion use a WordDB stored as a buffer value.
Maxime Coste
[prev]
[next]