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-04-07
Add g. command to go to the last buffer modification position
Maxime Coste
2014-04-07
the 'def' commands now supports -(buffer|client)-completion switches
Maxime Coste
2014-04-07
Add ClientManager::complete_client_name
Maxime Coste
2014-04-07
rename BufferManager::complete_buffername to complete_buffer_name
Maxime Coste
2014-04-06
Code cleanup in list_files
Maxime Coste
2014-04-06
Merge remote-tracking branch 'jjthrash/fix-closedir-crash'
Maxime Coste
2014-04-05
Fix crash caused by attempting to close a nonexistent DIR*
Jimmy Thrasher
2014-04-05
code formatting tweak
Maxime Coste
2014-04-04
minor code style tweak
Maxime Coste
2014-04-03
Add %rec{...} string that recursively expand %block inside
Maxime Coste
2014-04-03
Merge remote-tracking branch 'jjthrash/osx-install-fixes'
Maxime Coste
2014-04-03
Remove redundant -D that was causing problems on OSX
Jimmy Thrasher
2014-04-03
Fix cygwin detection in Makefile
Maxime Coste
2014-04-03
Use plain libncurses with Apple
Jimmy Thrasher
2014-04-03
Detect Darwin in the Makefile and plan accordingly
Jimmy Thrasher
2014-04-03
Fix some more constexpr issues for clang
Jimmy Thrasher
2014-04-02
More OSX fixes
Maxime Coste
2014-04-02
Fix compilation with OSX C++ lib
Maxime Coste
2014-04-02
Fix clang compilation
Maxime Coste
2014-04-01
Minor formatting changes
Maxime Coste
2014-03-31
Select previous sentence or paragraph if selecting backward from the first char
Maxime Coste
2014-03-31
debug command now serves as a frontend to get debug informations
Maxime Coste
2014-03-31
echo command accepts -debug switch to write to the debug buffer
Maxime Coste
2014-03-30
When selecting forward paragraph and we are on an end of line, select the nex...
Maxime Coste
2014-03-30
minor cleanup in select_whole_sentence
Maxime Coste
2014-03-30
minor cleanup
Maxime Coste
2014-03-29
Add basic support for colalias completion
Maxime Coste
2014-03-29
Fix indent/deindent when only empty lines are selected
Maxime Coste
2014-03-29
Remove Range struct, merge it back in Selection
Maxime Coste
2014-03-29
Change default menu colors
Maxime Coste
2014-03-27
rotate selection content count parameter groups selections
Maxime Coste
2014-03-26
notify buffer saved after closing the file descriptor
Maxime Coste
2014-03-26
fix file reload prompt displaying invalid message
Maxime Coste
2014-03-25
ShellManager: Change the env var detection regex to find more uses
Maxime Coste
2014-03-25
Remove the shell option, always use /bin/sh
Maxime Coste
2014-03-25
do not write the trailing nul char in send_commands
Maxime Coste
2014-03-25
Server: correctly handle Accepters lifetime
Maxime Coste
2014-03-25
FDWatchers are non copiable and non movable
Maxime Coste
2014-03-25
fix segfault in parameter parser
Maxime Coste
2014-03-24
Merge remote-tracking branch 'evertvp/master'
Maxime Coste
2014-03-24
Push aborted commands to history
Evert Van Petegem
2014-03-24
change ncurses menu scroll bar style
Maxime Coste
2014-03-24
Use an info box to prompt for reloading of modified files
Maxime Coste
2014-03-22
style tweak
Maxime Coste
2014-03-21
Correctly handle failing to connect to the given session in client mode
Maxime Coste
2014-03-20
Store key names in a constexpr array
Maxime Coste
2014-03-20
Container utility functions now use the free begin/end functions
Maxime Coste
2014-03-20
Fix support for switches style option in user commands
Maxime Coste
2014-03-20
exec and eval support the -no-hooks option
Maxime Coste
2014-03-20
Remove dangling forward declaration of Editor class
Maxime Coste
[prev]
[next]