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-07-13
Fix description of ui_options
Maxim Baz
2018-07-10
The info command only takes one content string, not one-or-more.
Tim Allen
2018-07-09
Add BufReload hook which is triggered on buffer reload
Christopher Fredén
2018-07-08
Rename highlighters that used an underscore to use a dash
Maxime Coste
2018-07-08
Refactor WrapHighlighter::next_split_pos to avoid non-linear complexity
Maxime Coste
2018-07-08
Use a memory mapped file for sourcing
Maxime Coste
2018-07-08
Tweak comment to make it less ambiguous
Maxime Coste
2018-07-08
Fix infinite loop on SIGHUP with the NCursesUI
Maxime Coste
2018-07-05
Fix asserts with -sync flag handling and slight code cleanup
Maxime Coste
2018-07-05
Change `a` on end of line behaviour to be consistent
Maxime Coste
2018-07-05
Tweak how highlighter names are auto-generated
Maxime Coste
2018-07-05
Make recurse regex opt-in with a -recurse switch instead of opt-out
Maxime Coste
2018-07-05
Fix add-highlighter docstring
Maxime Coste
2018-07-05
Fix bug in recursive region highlighting
Maxime Coste
2018-07-05
Fix region highlighters validation that the delegate type exists
Maxime Coste
2018-07-05
Parse unknown switches as positional for region highlighters
Maxime Coste
2018-07-05
Prevent adding region/default-region highlighters to non-regions parents
Maxime Coste
2018-07-05
Allow removing region from regions highlighter
Maxime Coste
2018-07-05
Invalidate cache when RegionsHighlighter subregions are modified
Maxime Coste
2018-07-05
Auto-generate highlighter name if only path is given
Maxime Coste
2018-07-05
Refactor RegionsHighlighters to define each region as a separate command
Maxime Coste
2018-07-05
Add HashMap::items to access item list
Maxime Coste
2018-07-05
Fix ParameterParser::position_from with arbitrary indices
Maxime Coste
2018-07-05
Refactor add-highlighter to make naming explicit
Maxime Coste
2018-07-05
Introduce a "double_up" function for doubling up escaping
Maxime Coste
2018-07-05
Fix auto escaping of command argument completion
Maxime Coste
2018-07-05
Improve highlighting of Kakrc string regions
Maxime Coste
2018-07-05
Refactor handling of startup info to make it configurable
Maxime Coste
2018-07-05
Expand %reg{} inside double quotes only to the main selection value
Maxime Coste
2018-07-05
Tolerate restoring invalid coordinates from register
Maxime Coste
2018-07-05
Reference the big breaking refactoring in the startup message
Maxime Coste
2018-07-05
Make register expansions expand to the full register content
Maxime Coste
2018-07-05
Store each selection as a separate element in a register
Maxime Coste
2018-07-05
Change set-register command to take a list of values
Maxime Coste
2018-07-05
Fix selection save/restore from registers post selection list syntax change
Maxime Coste
2018-07-05
Add 'skip(size_t)' range utility to skip a number of elements
Maxime Coste
2018-07-05
Change env vars that are lists to use the general list syntax
Maxime Coste
2018-07-05
Make selection lists use the option list syntax
Maxime Coste
2018-07-05
Change option lists to be specified as separate arguments on commands line
Maxime Coste
2018-07-05
Make expansion of strings support quoting of % by doubling up
Maxime Coste
2018-07-05
Refactor command line parsing
Maxime Coste
2018-07-05
Add -with-hooks to execute-keys and make -no-hooks evaluate-commands specific
Maxime Coste
2018-07-05
Make -with-maps only available for execute-keys command
Maxime Coste
2018-07-05
Do not save any registers by default in evaluate-commands
Maxime Coste
2018-07-05
Do not reparse %sh{...} strings
Maxime Coste
2018-07-04
Merge remote-tracking branch 'lenormf/edit-readonly-flag'
Maxime Coste
2018-07-04
Merge remote-tracking branch 'lenormf/synchronized-write'
Maxime Coste
2018-07-04
src: Add a `-sync` flag to the write commands
Frank LENORMAND
2018-07-03
src: Allow the `edit` command to create readonly buffers
Frank LENORMAND
2018-07-02
Mark unused variables with the [[gnu::unused]] attribute
dahlbaek
[prev]
[next]