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-08-12
Make safe_ptr able to track callstacks
Maxime Coste
2014-08-11
Add an operator[](CharCount) to String and StringView
Maxime Coste
2014-08-07
Fix buffer modification check
Maxime Coste
2014-08-03
Change escaping method for command completion
Maxime Coste
2014-08-03
Use more StringView in string helper functions
Maxime Coste
2014-08-03
Fix buffer name completion when basename only
Maxime Coste
2014-07-31
Buffer completion match directory names as well for subsequence match
Maxime Coste
2014-07-31
Add a -existing switch to edit command
Maxime Coste
2014-07-30
Insert word completion: Use subsequence matching if prefix failed
Maxime Coste
2014-07-30
Add access to specific env vars in %val{...} evaluation
Maxime Coste
2014-07-30
Only change search register when prompt are validated
Maxime Coste
2014-07-30
Stop macro recording on esc in normal mode
Maxime Coste
2014-07-30
Rewrite real_path, try to find an existing directory in the given path
Maxime Coste
2014-07-27
In non interactive interactive mode, disable user key mappings
Maxime Coste
2014-07-26
Fix resize handling in ncurses UI
Maxime Coste
2014-07-25
Display a [no-hooks] tag in the mode line when hooks are disabled
Maxime Coste
2014-07-25
Fix Selection::insert when replacing with empty string at the end of the buffer
Maxime Coste
2014-07-24
Disable hooks on a per context basis, and propagate that to Insert mode
Maxime Coste
2014-07-22
fix align with multiple columns
Maxime Coste
2014-07-22
Fix Menu use of j/k keys when editing filter
Maxime Coste
2014-07-21
Add completion support for rmhooks
Maxime Coste
2014-07-19
Add some more force inlines to some buffer methods
Maxime Coste
2014-07-17
Clear status line on normal mode command
Maxime Coste
2014-07-16
Fix ncurses flickering of the menu and info box
Maxime Coste
2014-07-15
Use strongly typed enum for Face Attribute, add Dim
Maxime Coste
2014-07-15
Fix comment parsing error in CommandManager
Maxime Coste
2014-07-14
Remove region highlighter, rename multi_regions to regions, cleanup
Maxime Coste
2014-07-14
Fix bug in nested highlighting
Maxime Coste
2014-07-14
Avoid infinite loop in MultiRegionHighlighter when regexes generate empty mat...
Maxime Coste
2014-07-14
underline (MatchingChar|Search) faces
Alex Leferry 2
2014-07-14
Fix numbering with '#' register
Maxime Coste
2014-07-13
Do not resolve faces in highlighter factories, defer to actual highlighting
Maxime Coste
2014-07-12
Rename RegexColorizer to RegexHighlighter
Maxime Coste
2014-07-12
Refactor RegexColorizers face handling
Maxime Coste
2014-07-12
Rename :colalias to :face and update documentation
Maxime Coste
2014-07-11
Support attributes in face specifications
Maxime Coste
2014-07-11
Rename ColorPair to Face and ColorRegistry to FaceRegistry
Maxime Coste
2014-07-10
Fix select_number
Maxime Coste
2014-07-10
Add docstring for normal mode commands and display them if autoinfo >= 2
Maxime Coste
2014-07-10
Change autoinfo option to be an integer, allowing different levels
Maxime Coste
2014-07-10
:edit! without argument reload current buffer
Maxime Coste
2014-07-08
Fix :map scope completion
Maxime Coste
2014-07-07
Do not write '*** kak: fifo closed ***' in buffers
Maxime Coste
2014-07-07
Fix redrawing of windows when only the status line changes
Maxime Coste
2014-07-07
Use colors in status bar for certain flags
Maxime Coste
2014-07-05
NCurses: change scroll bar characters
Maxime Coste
2014-07-05
Remove 'ReplaceMain' select mode
Maxime Coste
2014-07-05
Merge remote-tracking branch 'alexherbo2/previous-match'
Maxime Coste
2014-07-05
More consistent <space> and <a-space> behaviour
Maxime Coste
2014-07-05
NCurses: better support for 256 color terminals that cannot change colors
Maxime Coste
[prev]
[next]