index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vis-modes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
vis: remove unnecessary status bar redraw
Marc André Tanner
1
-2
/
+0
2017-02-24
vis: make help texts optional to produce a smaller binary
Marc André Tanner
1
-1
/
+3
2017-02-17
vis: cleanup error paths in key action handling code
Marc André Tanner
1
-6
/
+10
2017-01-28
vis: deindent blank autoindented lines when leaving insert mode
Marc André Tanner
1
-0
/
+16
2017-01-26
vis: do not repeat insertion while showing prompt
Marc André Tanner
1
-1
/
+2
2017-01-20
vis: slightly cleanup repeat code, always set dot register
Marc André Tanner
1
-4
/
+1
2017-01-19
vis: simplify count handling for insertion
Marc André Tanner
1
-15
/
+11
2017-01-18
vis: fix count handling for append
Marc André Tanner
1
-0
/
+7
2017-01-18
vis: support count for insertion and replacement
Marc André Tanner
1
-1
/
+10
2017-01-18
vis: unify insert/replace mode enter handler
Marc André Tanner
1
-18
/
+4
2017-01-18
vis: unify insert/replace mode leave handler
Marc André Tanner
1
-18
/
+9
2017-01-18
vis: do not take undo snaphots while replaying a macro
Marc André Tanner
1
-3
/
+3
2017-01-16
vis: change key input handling model
Marc André Tanner
1
-2
/
+2
2017-01-15
vis: do not crash when given insufficient arguments to :map
Marc André Tanner
1
-1
/
+1
2017-01-14
vis-lua: allow mode changes by setting vis.mode
Marc André Tanner
1
-1
/
+2
2017-01-06
vis: simplify mode lookup for :map and :unmap
Marc André Tanner
1
-1
/
+11
2016-12-29
vis: cleanup key action lifetime management
Marc André Tanner
1
-7
/
+38
2016-12-29
vis: unmap all conflicting bindings of a forced map command
Marc André Tanner
1
-17
/
+2
2016-12-27
vis: properly free dynamic key bindings
Marc André Tanner
1
-0
/
+29
2016-11-09
vis: perform undo snapshotting more rarerly
Marc André Tanner
1
-6
/
+8
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
1
-2
/
+4
2016-08-24
vis: add vis_mode_get function
Marc André Tanner
1
-0
/
+4
2016-08-24
vis: improve dot (repeat) command implmentation
Marc André Tanner
1
-4
/
+12
2016-05-22
vis: refactor status line handling
Marc André Tanner
1
-6
/
+6
2016-05-13
vis: clean up key mapping implementation
Marc André Tanner
1
-20
/
+34
2016-04-28
vis: reject key mappings for which a prefix is already mapped
Marc André Tanner
1
-1
/
+1
2016-04-06
vis: fix vi filter operators ! and =
Marc André Tanner
1
-1
/
+2
2016-02-20
vis: reject obviously recursive key bindings
Marc André Tanner
1
-0
/
+3
2016-02-12
vis: respect window local mappings for child modes
Marc André Tanner
1
-0
/
+6
2016-02-10
vis: simplify modes implementation
Marc André Tanner
1
-0
/
+2
2016-01-27
vis: remove unused struct Mode member 'is_user'
Marc André Tanner
1
-7
/
+1
2016-01-18
vis: do not move cursor when entering visual line mode
Marc André Tanner
1
-1
/
+1
2016-01-14
vis: more cleanups
Marc André Tanner
1
-1
/
+5
2016-01-14
vis: s/ops/vis_operators/g
Marc André Tanner
1
-2
/
+2
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
1
-53
/
+8
2016-01-13
vis: add infrastructure to support per window key bindings
Marc André Tanner
1
-6
/
+27
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
1
-62
/
+6
2015-11-28
vis: add namespace prefix for MARK_SELECTION_{START,END}
Marc André Tanner
1
-4
/
+4
2015-11-28
vis: improve switching to prompt mode
Marc André Tanner
1
-6
/
+20
2015-11-27
vis: implement filter operator !
Marc André Tanner
1
-0
/
+2
2015-11-08
vis: reindent config.def.h (no functional changes)
Marc André Tanner
1
-36
/
+1
2015-11-07
vis: shadow default register while in prompt mode
Marc André Tanner
1
-2
/
+11
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
1
-1
/
+1
2015-11-07
vis: prefix enum VisOperator values with VIS_
Marc André Tanner
1
-2
/
+2
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
1
-6
/
+6
2015-11-07
vis: introduce vis_cancel API
Marc André Tanner
1
-3
/
+3
2015-11-07
vis: move modes into separate file
Marc André Tanner
1
-0
/
+281