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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-08
travis: try to fix build by using local built dependencies
Marc André Tanner
1
-2
/
+2
2015-11-08
ui: redo syntax coloring after resize
Marc André Tanner
1
-0
/
+1
2015-11-08
Update README
Marc André Tanner
1
-1
/
+30
2015-11-08
vis: factor out syntax highlighting code
Marc André Tanner
3
-47
/
+62
2015-11-08
vis: implement :set theme
Marc André Tanner
3
-3
/
+36
2015-11-08
vis: implement :set cursorline
Marc André Tanner
5
-0
/
+30
2015-11-08
vis: experimental support for lua/lpeg based syntax highlighting
Marc André Tanner
11
-48
/
+499
2015-11-08
Overhaul build system
Marc André Tanner
2
-6
/
+122
2015-11-08
Import LPeg based lexers from Scintillua 3.6.1-1
Marc André Tanner
108
-0
/
+11252
2015-11-08
vis: remove regex based syntax highlighting
Marc André Tanner
10
-792
/
+17
2015-11-08
vis: more comments and cleanups
Marc André Tanner
4
-96
/
+84
2015-11-07
text-motion: do not treat ' as string delimiter in match bracket
Marc André Tanner
1
-2
/
+2
2015-11-07
vis: shadow default register while in prompt mode
Marc André Tanner
2
-2
/
+12
2015-11-07
vis: prefix enum VisMotion values with VIS_
Marc André Tanner
6
-264
/
+225
2015-11-07
vis: tweak enum VisTextObject names
Marc André Tanner
3
-78
/
+78
2015-11-07
vis: prefix enum VisOperator values with VIS_
Marc André Tanner
6
-101
/
+88
2015-11-07
vis: API documentation and cleanup
Marc André Tanner
7
-99
/
+151
2015-11-07
vis: introduce vis_cancel API
Marc André Tanner
4
-8
/
+13
2015-11-07
vis: move modes into separate file
Marc André Tanner
3
-282
/
+287
2015-11-07
vis: move operators to separate file
Marc André Tanner
4
-238
/
+247
2015-11-07
vis: move motions to separate file
Marc André Tanner
4
-262
/
+272
2015-11-07
vis: move :-commands into their own file
Marc André Tanner
4
-1206
/
+1230
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
2015-11-04
vis: fix definition of space motion
Marc André Tanner
1
-1
/
+1
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-03
vis: add vis_keys_inject to place keys into the input queue
Marc André Tanner
2
-6
/
+25
2015-11-03
buffer: add buffer_insert to insert data at an arbitrary position
Marc André Tanner
2
-10
/
+23
2015-11-03
vis: add some default bindings for <Delete>
Marc André Tanner
1
-0
/
+3
2015-11-03
vis: let libtermkey map <DEL> to <Backspace>
Marc André Tanner
2
-6
/
+1
2015-11-02
vis: map <DEL> to <Backspace>
Marc André Tanner
1
-1
/
+5
2015-11-02
text: return end of changed range in text_redo
Marc André Tanner
1
-0
/
+2
2015-11-02
vis: free input_queue at exit
Virgile Andreani
1
-0
/
+1
2015-11-02
vis: make I command repeatable
Marc André Tanner
2
-1
/
+7
2015-11-02
vis: let keys entered via API affect macro recording
Marc André Tanner
1
-4
/
+5
2015-11-02
vis: make append (a and A) commands repeatable
Marc André Tanner
3
-4
/
+32
2015-11-02
vis: improve count handling for dot command
Marc André Tanner
1
-2
/
+12
2015-11-02
vis: improve dot command
Marc André Tanner
2
-55
/
+92
2015-10-31
travis: try to fix build once more
Marc André Tanner
1
-3
/
+3
2015-10-31
vis: adapt some comments to new input handling code
Marc André Tanner
1
-8
/
+9
2015-10-31
view: make zb command more robust
Marc André Tanner
1
-4
/
+2
2015-10-29
build: introduce make local Makefile target
Marc André Tanner
2
-9
/
+44
2015-10-27
ui: make color parsing more robust
Marc André Tanner
1
-0
/
+2
2015-10-27
vis: map C-c to leave insert mode
Marc André Tanner
1
-1
/
+1
2015-10-27
ui: properly restore terminal state upon exit
Marc André Tanner
1
-2
/
+5
2015-10-27
Update source tree overview section in README
Marc André Tanner
1
-2
/
+2
2015-10-27
build: merge parts of the build system changes from lua branch
Marc André Tanner
2
-14
/
+15
2015-10-27
vis: make Vis an opaque type, hide implementaton details
Marc André Tanner
4
-137
/
+151
[next]