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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-28
vis: clean up count handling
Marc André Tanner
1
-9
/
+15
2016-01-20
vis: further improve selection restore code
Marc André Tanner
1
-0
/
+6
2016-01-19
vis: improve selection restore `gv`
Marc André Tanner
1
-0
/
+11
2016-01-14
vis: use different default register when editing a prompt file
Marc André Tanner
1
-3
/
+3
2016-01-14
vis: move prompt handling to separate file
Marc André Tanner
1
-175
/
+3
2016-01-14
vis: more cleanups
Marc André Tanner
1
-4
/
+0
2016-01-14
vis: s/moves/vis_motions/g
Marc André Tanner
1
-1
/
+1
2016-01-14
vis: s/ops/vis_operators/g
Marc André Tanner
1
-6
/
+6
2016-01-14
vis: move motion releated functions to corresponding file
Marc André Tanner
1
-90
/
+0
2016-01-14
vis: s/VIS_MODE_LAST/VIS_MODE_INVALID/g
Marc André Tanner
1
-1
/
+1
2016-01-14
vis: move vis_operator(..) to corresponding file
Marc André Tanner
1
-63
/
+0
2016-01-14
vis: move text object definitions to separate file
Marc André Tanner
1
-37
/
+1
2016-01-14
vis: inline expand_tab
Marc André Tanner
1
-11
/
+0
2016-01-14
vis: focus correct window when closing prompt
Marc André Tanner
1
-21
/
+29
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
1
-65
/
+176
2016-01-13
ui: make statusbar configurable
Marc André Tanner
1
-1
/
+1
2016-01-13
vis: add infrastructure to support per window key bindings
Marc André Tanner
1
-10
/
+22
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
1
-2
/
+2
2016-01-13
vis: fix tab expansion if enabled
Marc André Tanner
1
-2
/
+17
2015-12-26
vis: refactor Lua integration
Marc André Tanner
1
-103
/
+15
2015-12-20
vis: fix forceful redraw <C-l>
Marc André Tanner
1
-0
/
+4
2015-11-28
vis: do not switch to normal mode when leaving ? and / prompt
Marc André Tanner
1
-1
/
+1
2015-11-28
view: remove ViewEvent infrastructure
Marc André Tanner
1
-14
/
+2
2015-11-28
vis: improve switching to prompt mode
Marc André Tanner
1
-5
/
+5
2015-11-28
vis: add cmd argument to VIS_OP_FILTER
Marc André Tanner
1
-5
/
+19
2015-11-27
vis: implement filter operator !
Marc André Tanner
1
-5
/
+17
2015-11-27
vis: change semantics of operator implementation return value
Marc André Tanner
1
-3
/
+3
2015-11-23
vis: improve replacement of combining characters
Marc André Tanner
1
-6
/
+1
2015-11-08
Update year numbers in Copyright clause
Marc André Tanner
1
-1
/
+1
2015-11-08
Remove trailing white space from source files
Marc André Tanner
1
-4
/
+4
2015-11-08
ui: load syntax theme based on the number of supported colors
Marc André Tanner
1
-1
/
+0
2015-11-08
vis: introduce vis namespace for lua objects
Marc André Tanner
1
-2
/
+6
2015-11-08
vis: try to support all lua versions >= 5.1
Marc André Tanner
1
-1
/
+1
2015-11-08
vis: factor out syntax highlighting code
Marc André Tanner
1
-0
/
+3
2015-11-08
vis: implement :set theme
Marc André Tanner
1
-3
/
+25
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
1
-3
/
+81
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
1
-49
/
+1
2015-11-08
vis: more comments and cleanups
Marc André Tanner
1
-19
/
+13
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
1
-30
/
+30
2015-11-07
vis: tweak enum VisTextObject names
Marc André Tanner
1
-26
/
+26
2015-11-07
vis: prefix enum VisOperator values with VIS_
Marc André Tanner
1
-19
/
+19
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
1
-11
/
+8
2015-11-07
vis: introduce vis_cancel API
Marc André Tanner
1
-4
/
+8
2015-11-07
vis: move modes into separate file
Marc André Tanner
1
-282
/
+1
2015-11-07
vis: move operators to separate file
Marc André Tanner
1
-238
/
+13
2015-11-07
vis: move motions to separate file
Marc André Tanner
1
-262
/
+0
2015-11-07
vis: move :-commands into their own file
Marc André Tanner
1
-1206
/
+4
2015-11-06
vis: fix cursor position after charwise paste
Marc André Tanner
1
-0
/
+7
2015-11-06
vis: do something reasonable upon visual repeat
Marc André Tanner
1
-0
/
+4
2015-11-06
vis: fix operators to correctly handle multiple selections
Marc André Tanner
1
-4
/
+8
[next]