index
:
vis.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
/
vis-operators.c
Age
Commit message (
Expand
)
Author
2016-04-29
vis: improve cursor placement after join operator
Marc André Tanner
2016-04-27
vis: adapt charwise put operator to not move across lines
Marc André Tanner
2016-04-13
Use view_cursors_new_force where appropriate
Marc André Tanner
2016-04-09
vis: make sure linewise put operations insert necessary new lines
Marc André Tanner
2016-03-28
view: change cursor creation API to take an initial position
Marc André Tanner
2016-03-12
register: rename register put related functions
Marc André Tanner
2016-02-21
vis: only move to start of yanked range if it is not line wise
Marc André Tanner
2016-02-21
vis: insert missing new line when putting at the end of file
Marc André Tanner
2016-02-18
vis: move cursor to start of yanked range
Marc André Tanner
2016-02-12
Mark some tables as const
Marc André Tanner
2016-02-10
vis: implement yank register "0
Marc André Tanner
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
2016-01-30
Cleanup register implementation
Marc André Tanner
2016-01-19
vis: improve cursor placement after shift operators
Marc André Tanner
2016-01-14
vis: s/ops/vis_operators/g
Marc André Tanner
2016-01-14
vis: move vis_operator(..) to corresponding file
Marc André Tanner
2016-01-14
vis: inline expand_tab
Marc André Tanner
2015-11-28
vis: add cmd argument to VIS_OP_FILTER
Marc André Tanner
2015-11-27
vis: implement filter operator !
Marc André Tanner
2015-11-17
vis: put in visual mode should replace the current selection
Marc André Tanner
2015-11-07
vis: prefix enum VisOperator values with VIS_
Marc André Tanner
2015-11-07
vis: move operators to separate file
Marc André Tanner