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-06-18
Fix segfault on g. when last modification position past buffer end
Maxime Coste
2015-06-17
Move status/mode line drawing as a separate ui method
Maxime Coste
2015-06-16
Resolve symbol names in Cygwin Backtrace::desc implementation
Maxime Coste
2015-06-15
Small formatting fix
Maxime Coste
2015-06-12
Add <a-;> in insert mode to execute a single normal mode command
Maxime Coste
2015-06-12
Notify user on kakrc parsing errors
Maxime Coste
2015-06-11
Fix regions highlighter docstring
Maxime Coste
2015-06-10
Show main selection search pattern on '*'
Maxime Coste
2015-06-10
Style tweak
Maxime Coste
2015-06-09
Fix race condition ShellManager::eval with SIGCHLD
Maxime Coste
2015-06-09
Fix comment
Maxime Coste
2015-06-08
Do not close stderr/stdout before program finish
Maxime Coste
2015-06-08
Change gl/gh to only move cursor, not selecting (<a-h>/<a-l>) are unchanged
Maxime Coste
2015-06-08
Specify if ShellManager should read output or not using a flag
Maxime Coste
2015-06-07
Change select_to_eol implementation
Maxime Coste
2015-06-06
Move write_debug to buffer utils as write_to_debug_buffer
Maxime Coste
2015-06-05
Support sourcing files that use crlf end of lines
Maxime Coste
2015-06-05
Merge branch 'mode-stack'
Maxime Coste
2015-06-05
Gracefully handle reloading a file that was deleted
Maxime Coste
2015-06-05
Avoid buffer end in compute_modified_ranges
Maxime Coste
2015-06-04
Fix support for default face on remote clients
Maxime Coste
2015-06-04
on_enabled might change mode, so assert Normal mode before
Maxime Coste
2015-06-04
Merge branch 'master' into mode-stack
Maxime Coste
2015-06-04
Add support for Default face
Maxime Coste
2015-06-03
Describe facedesc in :face docstring
Maxime Coste
2015-06-03
Fix memory leak in fifo buffer handling
Maxime Coste
2015-06-03
Get rid of the mode trash, delete mode directly when leaving on_key
Maxime Coste
2015-06-02
Fix Makefile for Fedora packaging system
Jiří Konečný
2015-06-02
InputHandler now uses a stack for active modes
Maxime Coste
2015-06-01
Port even more code to use format function
Maxime Coste
2015-06-01
Port more code to use the format function instead of adhoc string concat
Maxime Coste
2015-06-01
Remove redundant forward declaration
Maxime Coste
2015-05-30
Autoload site wide kak scripts if the user does not have his own autoload folder
Maxime Coste
2015-05-30
Improve CYGWIN bactrace description
Maxime Coste
2015-05-29
Add missing include
Maxime Coste
2015-05-29
Return a String in Backtrace::desc
Maxime Coste
2015-05-29
Extract xmessage/MessageBox support in a notify_fatal_error function
Maxime Coste
2015-05-28
Go back to ignoring SIGPIPE
Maxime Coste
2015-05-28
Do not throw exceptions when handling a fatal signal
Maxime Coste
2015-05-27
Tweak Makefile, enable -rdynamic so that backtraces symbols are found
Maxime Coste
2015-05-27
Only try to run xmessage on Linux
Maxime Coste
2015-05-27
Use common signal handler for SIGPIPE
Maxime Coste
2015-05-27
Include backtrace in debug info in on_assert_failed
Maxime Coste
2015-05-27
Extract Backtrace out of SafePtr as a general utility
Maxime Coste
2015-05-26
Workaround incomplete c++11 stdlib in gcc 4.8
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-26
Small style tweaks
Maxime Coste
2015-05-26
Try matching functions one by one when completing
Maxime Coste
2015-05-25
Try gnu++1y
Maxime Coste
2015-05-25
Use gnu++14 only for Cygwin, as not recognized on OSX
Maxime Coste
[prev]
[next]