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
2018-02-25
Remove avoidance of end of lines
Maxime Coste
2018-02-24
Update startup message to notify about h/l change
Maxime Coste
2018-02-24
Allow l/h to cross line boundaries
Maxime Coste
2018-02-24
Highlight cursors differently when they lie on an end of line
Maxime Coste
2018-02-24
goto last change: do not try to avoid end of lines
Maxime Coste
2018-02-24
Fix crash in select_sentence when not selection to end
Maxime Coste
2018-02-24
Revert "Do not save last command/pipe/regex in register when history is disab...
Maxime Coste
2018-02-24
Always collapse jumps in exec/eval, remove -collapse-jumps switch
Maxime Coste
2018-02-24
Regex: Improve comments and constify some variables
Maxime Coste
2018-02-24
regex: track CompiledRegex::StartDesc in the Regex memory domain
Maxime Coste
2018-02-23
Display number of combined/saved/restored selections in status
Delapouite
2018-02-23
Merge remote-tracking branch 'lenormf/fix-makefile'
Maxime Coste
2018-02-22
Fix typos in C++ string literals
aver-d
2018-02-22
src makefile: Fix the `--static` flag passed to `pkg-config`
Frank LENORMAND
2018-02-22
Merge remote-tracking branch 'Delapouite/trim'
Maxime Coste
2018-02-22
NCursesUI: Rework menu placement to fix missing menu on small window
Maxime Coste
2018-02-21
Fix crash when iterating through options on window creation
Maxime Coste
2018-02-20
Rewrite OptionManager::flatten_options to use ranges
Maxime Coste
2018-02-20
Re-introduce aliases in command name completion
Maxime Coste
2018-02-20
ranges: Support temporary parameters passed to concatenated
Maxime Coste
2018-02-20
Json: Fix buffer overflow when reading json finishing with { or [
Maxime Coste
2018-02-19
user-modes: Fix incorrect use of keymap mode
Maxime Coste
2018-02-19
Fix bug in command parsing post refactoring
Maxime Coste
2018-02-18
Small code tweaks regarding user modes
Maxime Coste
2018-02-18
Merge remote-tracking branch 'Delapouite/user-mode'
Maxime Coste
2018-02-18
Makefile: use PKG_CONFIG to get static compilation flags as well
Maxime Coste
2018-02-18
CommandManager: unescape % while parsing the string
Maxime Coste
2018-02-18
Do not support general commands in filter mode
Maxime Coste
2018-02-18
normal mode: Fail if ':' is pressed with no CommandManager
Maxime Coste
2018-02-18
ShellManager: init from a static list of env vars
Maxime Coste
2018-02-18
BufferManager: Support missing ClientManager
Maxime Coste
2018-02-18
Buffer: avoid expensive option flattening in on_registred with NoHooks
Maxime Coste
2018-02-17
'*' uses escaping of meta characters instead of \Q and \E
Maxime Coste
2018-02-15
CommandManager: refactor parsing of commands to iterate through tokens
Maxime Coste
2018-02-13
Add trim_selections primitive
Delapouite
2018-02-12
Add declare-user-mode / enter-user-mode commands
Delapouite
2018-02-11
Prevent whitespaces in command names
Maxime Coste
2018-02-11
Do not specify utf8 InvalidPolicy when we are using the default value
Maxime Coste
2018-02-11
Refuse modification of ReadOnly buffers and make Debug buffer readonly
Maxime Coste
2018-02-09
Regex: Use a template argument instead of a regular one for "forward"
Maxime Coste
2018-02-09
Regex: minor code cleanup
Maxime Coste
2018-02-09
FaceRegistry: pass face names as StringViews instead of const String&
Maxime Coste
2018-02-09
Add a limit to the size of selection with which we will try to diff on pipe
Maxime Coste
2018-02-09
diff: try to improve code readability
Maxime Coste
2018-02-09
CommandManager: Use byte rather than columns for token positions
Maxime Coste
2018-02-06
Fix parsing of percent tokens with unicode separators
Maxime Coste
2018-02-05
Handle errors while reloading buffer gracefully
Maxime Coste
2018-02-05
Remove the `New` flag from a buffer after reloading it
Maxime Coste
2018-02-04
CommandManager: parse command lines as utf8 instead of ascii
Maxime Coste
2018-02-03
Makefile: Only check for pkg-config when on a system that uses it
Maxime Coste
[prev]
[next]