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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-07
vis: implement number increment <C-a> and decrement <C-x> functionality
Marc André Tanner
1
-0
/
+59
2016-01-30
Implement "A - "Z registers
Marc André Tanner
1
-0
/
+2
2016-01-30
Implement system clipboard registers "* and "+
Marc André Tanner
1
-0
/
+2
2016-01-30
Implement blackhole register "_
Marc André Tanner
1
-0
/
+2
2016-01-30
Cleanup register implementation
Marc André Tanner
1
-3
/
+3
2016-01-28
vis: implement nn%
Marc André Tanner
1
-5
/
+15
2016-01-28
vis: clean up count handling
Marc André Tanner
1
-7
/
+8
2016-01-27
vis: apply insert register <C-r> to all cursors
Marc André Tanner
1
-5
/
+2
2016-01-20
vis: make <End> in insert/replace mode move to the end of line
Marc André Tanner
1
-0
/
+6
2016-01-19
vis: fix default command prompt in visual mode
Marc André Tanner
1
-1
/
+1
2016-01-19
vis: improve selection restore `gv`
Marc André Tanner
1
-2
/
+8
2016-01-18
vis: simplify code by using text_bytes_alloc0
Marc André Tanner
1
-4
/
+1
2016-01-16
vis: make o and O work in prompt
Marc André Tanner
1
-2
/
+2
2016-01-13
Implement command/search prompt history as a regular file
Marc André Tanner
1
-37
/
+7
2016-01-13
vis: cleanup key binding definitions
Marc André Tanner
1
-18
/
+6
2016-01-06
vis: apply <C-v> to all cursors not only primary one
Marc André Tanner
1
-5
/
+2
2016-01-06
vis: enhance <C-v> to recognize a few special keys
Marc André Tanner
1
-28
/
+58
2015-12-26
vis: refactor Lua integration
Marc André Tanner
1
-1
/
+12
2015-12-20
vis: fix forceful redraw <C-l>
Marc André Tanner
1
-1
/
+1
2015-11-28
vis: add namespace prefix for MARK_SELECTION_{START,END}
Marc André Tanner
1
-2
/
+2
2015-11-28
vis: improve switching to prompt mode
Marc André Tanner
1
-2
/
+0
2015-11-28
vis: implement = operator in terms of fmt(1)
Marc André Tanner
1
-0
/
+6
2015-11-28
vis: add cmd argument to VIS_OP_FILTER
Marc André Tanner
1
-1
/
+8
2015-11-27
vis: improve cursor alignment command <C-a>
Marc André Tanner
1
-6
/
+7
2015-11-27
vis: improve creation of new cursors on line above/below
Marc André Tanner
1
-6
/
+6
2015-11-27
vis: implement filter operator !
Marc André Tanner
1
-0
/
+6
2015-11-23
vis: fix compiler warnings related to `ga` implementation
Marc André Tanner
1
-1
/
+2
2015-11-23
vis: implement ga
Marc André Tanner
1
-0
/
+31
2015-11-19
vis: improve <C-p> in visual mode
Marc André Tanner
1
-0
/
+1
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
1
-3
/
+0
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
1
-67
/
+67
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
-20
/
+20
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
1
-3
/
+3
2015-11-03
vis: make open line commands (o and O) repeatable
Marc André Tanner
1
-7
/
+6
2015-11-03
vis: make single character replace (r command) repeatable
Marc André Tanner
1
-7
/
+9
2015-11-02
vis: make I command repeatable
Marc André Tanner
1
-0
/
+6
2015-11-02
vis: make append (a and A) commands repeatable
Marc André Tanner
1
-0
/
+20
2015-10-31
vis: adapt some comments to new input handling code
Marc André Tanner
1
-8
/
+9
2015-10-27
vis: make Vis an opaque type, hide implementaton details
Marc André Tanner
1
-34
/
+34
2015-10-27
vis: introduce vis_prompt_enter API
Marc André Tanner
1
-19
/
+2
2015-10-27
vis: clean up tab/newline insertion code
Marc André Tanner
1
-56
/
+4
2015-10-27
vis: introduce pseudo operators for put
Marc André Tanner
1
-13
/
+4
2015-10-26
vis: introduce explicit operators for cursor creation
Marc André Tanner
1
-11
/
+2
2015-10-26
vis: introduce explicit operators for case changes
Marc André Tanner
1
-11
/
+3
2015-10-26
vis: move key handling functions to main.c
Marc André Tanner
1
-2
/
+1641
2015-10-23
vis: begin librarization of core vis primitives
Marc André Tanner
1
-0
/
+35
2014-09-09
Rename vis.[ch] to editor.[ch] and main.c to vis.c
Marc André Tanner
1
-1002
/
+0
2014-09-09
Unclutter config.def.h by moving stuff to main.c
Marc André Tanner
1
-5
/
+688
2014-09-09
Open all files given on command line
Marc André Tanner
1
-2
/
+6
[next]