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
2019-04-08
Evaluate modules in an empty context
Justin Frank
2019-04-08
Added ModuleLoad hook that uses the module name as the parameter
Justin Frank
2019-04-08
Added 'provide-module' and 'require-module' commands
Justin Frank
2019-04-08
Set up command boilerplate for provide-module and require-module
Justin Frank
2019-04-08
Refactor ClientManager::clear
Maxime Coste
2019-04-08
Auto generate buffer name when using edit -scratch with no name
Maxime Coste
2019-04-08
Add a ClientCreate and ClientClose hook
Maxime Coste
2019-04-07
update version notes and changelog
Maxime Coste
2019-04-07
Add support for %file{...} expansions
Maxime Coste
2019-04-07
Add a -to-file <filename> switch to the echo command
Maxime Coste
2019-04-04
Run WinClose hook when clearing all free windows
Maxime Coste
2019-04-04
Fix detection of client ungraceful disconnection
Maxime Coste
2019-04-01
Buffer writes in blocks of 4Kb when writing buffers to files
Maxime Coste
2019-04-01
Add -timestamp switch support to the select command
Maxime Coste
2019-04-01
Add Optional::map and Optional::cast methods
Maxime Coste
2019-03-27
Add missing flags to debug buffers output
Delapouite
2019-03-26
Only pass ncurses compilation flags to ncurses_ui.cc
Maxime Coste
2019-03-24
Add support for -shell-script-* completion in :prompt
Maxime Coste
2019-03-24
Extract shell script completion code into structs
Maxime Coste
2019-03-23
Add cursor_display_column expansion
Maxime Coste
2019-03-22
find $(sharedir)/rc ...
Vladimir Bauer
2019-03-22
undo clean section
Vladimir Bauer
2019-03-22
call find in BSD compatible way
Vladimir Bauer
2019-03-22
Limit WordDB word length to 50 bytes
Maxime Coste
2019-03-21
Fixed makefile so properly installs new rc structure
Justin Frank
2019-03-21
Do not copy environment strings, just refer to them
Maxime Coste
2019-03-21
Track more memory statistics
Maxime Coste
2019-03-19
Make String able to reference external data without copying
Maxime Coste
2019-03-19
Fix typo in scratch buffer default content
Maxime Coste
2019-03-17
Add a text in scratch buffer to make it explicit it wont be saved
Maxime Coste
2019-03-16
Remove another unnecessary ; in palete reset escape sequence
Maxime Coste
2019-03-16
Make keymap fully constexpr
Maxime Coste
2019-03-13
Remove unnecessary ; from palette reset escape sequence
Maxime Coste
2019-03-05
Re-introduce -MP in the C++ compilation rule
Maxime Coste
2019-03-05
Merge remote-tracking branch 'laelath/compilation-warnings'
Maxime Coste
2019-03-05
Merge remote-tracking branch 'krobelus/write-all-note-modified'
Maxime Coste
2019-03-05
Make error description available as "%val{error}" during catch blocks
Maxime Coste
2019-03-05
Fix use of invalidated iterators in highlight_range
Maxime Coste
2019-02-27
-MP compile option isn't needed since header files aren't globbed
Justin Frank
2019-02-27
Fixed all reorder warnings
Justin Frank
2019-02-27
Fixed Selection being defined as a struct and class
Justin Frank
2019-02-25
Document that write-all only writes modified buffers
Johannes Altmanninger
2019-02-17
Add object mode expansions
Jason Felice
2019-02-17
Merge remote-tracking branch 'eraserhd/object-command-submode'
Maxime Coste
2019-02-17
Collapse jumps based on current index change
Maxime Coste
2019-02-17
Fix uses of std::remove_if
Maxime Coste
2019-02-17
Run WinClose hook before putting the window into trash
Maxime Coste
2019-02-14
Add object command
Jason Felice
2019-02-12
Check the return value of the rename call
Maxime Coste
2019-02-12
Introduce a writemethod option to either overwrite or replace files
Maxime Coste
[next]