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
/
normal.cc
Age
Commit message (
Expand
)
Author
2018-07-05
Store each selection as a separate element in a register
Maxime Coste
2018-07-05
Fix selection save/restore from registers post selection list syntax change
Maxime Coste
2018-06-30
src: Make `C` skip empty lines
Frank LENORMAND
2018-06-30
src: Fix cycle hogging when using `C` at EOF
Frank LENORMAND
2018-06-30
src: Make `!` re-evaluate the command for each selection
Frank LENORMAND
2018-06-21
Refactor the way main selection is determined after rotating contents
Maxime Coste
2018-06-03
Add MenuStyle::Search that prevents the menu from hiding buffer text
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-21
Small code cleanup
Maxime Coste
2018-05-19
Fix behaviour of extending to next match when wrapping
Maxime Coste
2018-05-14
Do not push jumps implicitely in transient contexts
Maxime Coste
2018-05-02
Refactor buffer undo tree
Maxime Coste
2018-04-29
Rework the way UI can trigger a client quitting
Maxime Coste
2018-04-29
Rename move to move_cursor
Maxime Coste
2018-04-19
Complete word from the current buffer in regex_prompt
Maxime Coste
2018-04-11
Add support for the shift modifier.
Tim Allen
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-03-27
Support count in <a-s> to split on groups of n lines
Maxime Coste
2018-03-26
Fix operator priority order error
Maxime Coste
2018-03-25
Remove contains_that and use any_of to be closer to the c++ stdlib
Maxime Coste
2018-03-25
Move rotate selection and rotate selection contents to ) and <a-)>
Maxime Coste
2018-03-25
Use 1 and -1 for Forward/Backward Direction to simplify code
Maxime Coste
2018-03-23
Support `%` in `path` option to mean current buffer directory
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-13
Do not jump to buffer start on `g.` with no previous modifications
Maxime Coste
2018-03-10
Move WORD text object to <a-w>
Maxime Coste
2018-03-05
Regex: take the full subject range as a parameter
Maxime Coste
2018-03-03
Remove unused lambda capture
fsub
2018-03-01
Reintroduce complex selection merging behaviour
Maxime Coste
2018-02-26
Merge remote-tracking branch 'Delapouite/sels'
Maxime Coste
2018-02-25
Remove avoidance of end of lines
Maxime Coste
2018-02-24
goto last change: do not try to avoid end of lines
Maxime Coste
2018-02-24
Revert "Do not save last command/pipe/regex in register when history is disab...
Maxime Coste
2018-02-23
Display number of combined/saved/restored selections in status
Delapouite
2018-02-22
Fix typos in C++ string literals
aver-d
2018-02-22
Merge remote-tracking branch 'Delapouite/trim'
Maxime Coste
2018-02-18
Merge remote-tracking branch 'Delapouite/user-mode'
Maxime Coste
2018-02-18
normal mode: Fail if ':' is pressed with no CommandManager
Maxime Coste
2018-02-17
'*' uses escaping of meta characters instead of \Q and \E
Maxime Coste
2018-02-13
Add trim_selections primitive
Delapouite
2018-02-12
Add declare-user-mode / enter-user-mode commands
Delapouite
2018-02-09
Add a limit to the size of selection with which we will try to diff on pipe
Maxime Coste
2018-01-31
Do not strip whitespaces with '*'
Maxime Coste
2018-01-26
Use '/' register as the default register for <a-k> and <a-K>
Maxime Coste
2018-01-24
Support multiline selections in C/<a-C>
Maxime Coste
2018-01-19
Do not save last command/pipe/regex in register when history is disabled
Maxime Coste
2018-01-12
Save/restore main selection from/to strings
Maxime Coste
2017-12-29
Correctly set the NotBeginOfSubject/NotEndOfSubject flags for regex matching
Maxime Coste
2017-12-17
Use existing window reference in view mode
Delapouite
[prev]
[next]