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
2016-12-31
vis: allow user registered :-commands to specify a help text
Marc André Tanner
5
-10
/
+26
2016-12-31
vis: typedef function type not pointer to function
Marc André Tanner
2
-4
/
+4
2016-12-31
sam: use buffer_move where appropriate
Marc André Tanner
1
-4
/
+4
2016-12-31
buffer: implement buffer_move
Marc André Tanner
2
-0
/
+10
2016-12-30
test: update
Marc André Tanner
1
-5
/
+5
2016-12-30
sam: execute X and Y commands only once not for every selection
Marc André Tanner
1
-2
/
+2
2016-12-30
sam: change write command implementation to not change argv[]
Marc André Tanner
1
-6
/
+6
2016-12-30
sam: explicitly pass invalid range for X and Y commands
Marc André Tanner
1
-1
/
+1
2016-12-30
sam: use more expressive name for select command
Marc André Tanner
1
-2
/
+2
2016-12-29
Add rc lexer
Michael Forney
1
-0
/
+65
2016-12-29
vis-lua: allow vis:map to set up key aliases and actions
Marc André Tanner
1
-15
/
+51
2016-12-29
vis-lua: introduce vis:action_register
Marc André Tanner
1
-0
/
+32
2016-12-29
vis: cleanup key action lifetime management
Marc André Tanner
5
-26
/
+59
2016-12-29
vis-lua: simplify lua function reference handling
Marc André Tanner
1
-31
/
+17
2016-12-29
vis-lua: luaL_checkstring already checks for NULL return value
Marc André Tanner
1
-7
/
+6
2016-12-29
test: update
Marc André Tanner
1
-8
/
+5
2016-12-29
vis: unmap all conflicting bindings of a forced map command
Marc André Tanner
1
-17
/
+2
2016-12-29
map: implement map_prefix_delete
Marc André Tanner
2
-0
/
+15
2016-12-29
map: implement map_first
Marc André Tanner
2
-0
/
+24
2016-12-28
vis: do not free right hand side of mapping twice
Marc André Tanner
1
-8
/
+3
2016-12-28
build: use latest Lua 5.3.x for make local and standalone builds
Marc André Tanner
1
-4
/
+4
2016-12-27
build: update libtermkey to version 0.19
Marc André Tanner
1
-2
/
+2
2016-12-27
vis: properly free dynamic key bindings
Marc André Tanner
6
-7
/
+44
2016-12-27
array: implement array_remove
Marc André Tanner
2
-0
/
+14
2016-12-27
travis: install 9base
Marc André Tanner
1
-0
/
+5
2016-12-27
build: configure ncurses with --disable-leaks
Marc André Tanner
1
-1
/
+1
2016-12-27
build: pass $CFLAGS_EXTRA through make debug target
Marc André Tanner
1
-1
/
+1
2016-12-26
fix help text for next/prev match
Erlend Fagerheim
1
-2
/
+2
2016-12-23
text-objects: explicitly ignore return value of strtoll(3)
Marc André Tanner
1
-1
/
+1
2016-12-23
Apply format string attribute to printf style functions
Marc André Tanner
3
-6
/
+6
2016-12-23
text: make text_vprintf static, it is only used within text.c
Marc André Tanner
2
-14
/
+13
2016-12-22
text: remove Filepos typedef
Marc André Tanner
2
-5
/
+3
2016-12-22
text: introduce EMARK to denote an invalid mark
Marc André Tanner
3
-5
/
+7
2016-12-22
test: update
Marc André Tanner
1
-5
/
+8
2016-12-22
vis-lua: store Vis context in upvalues where needed
Marc André Tanner
1
-5
/
+8
2016-12-22
text: change datatype of Mark to uintptr_t
Marc André Tanner
6
-14
/
+17
2016-12-22
text: make default block size overridable via C pre-processor
Marc André Tanner
1
-0
/
+2
2016-12-22
buffer: make default buffer size overridable via C pre-processor
Marc André Tanner
1
-3
/
+5
2016-12-22
text: avoid undefined multiple accesses in expression
Marc André Tanner
1
-1
/
+2
2016-12-22
text: do not rely on indeterminate value in a comparison
Marc André Tanner
1
-1
/
+1
2016-12-22
build: do not install lua/doc directory
Marc André Tanner
1
-0
/
+1
2016-12-22
build: also include working tree state in version information
Marc André Tanner
1
-1
/
+1
2016-12-21
vis: implement `gh` and `gl` to move by relative byte offsets
Marc André Tanner
4
-0
/
+36
2016-12-21
vis: implement `go` to move to absolute byte position
Marc André Tanner
4
-0
/
+18
2016-12-21
vis: implement g8
Marc André Tanner
2
-4
/
+16
2016-12-20
vis: improve literal insertion via <C-v> in insert mode
Marc André Tanner
3
-21
/
+50
2016-12-20
vis: improve ga
Marc André Tanner
1
-9
/
+20
2016-12-20
ui: increase maximum info message length
Marc André Tanner
1
-1
/
+1
2016-12-20
buffer: implement buffer_capacity utility function
Marc André Tanner
2
-0
/
+6
2016-12-20
buffer: implement buffer_appendf to append formatted content
Marc André Tanner
2
-15
/
+26
[next]