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-11-28
vis-lua: add file.path property denoting the absolute path to the file
Marc André Tanner
2
-1
/
+7
2016-11-27
vis-lua: lua_pushtring already takes care of NULL string
Marc André Tanner
1
-16
/
+4
2016-11-27
sam: stricter command parsing
Marc André Tanner
3
-5
/
+22
2016-11-27
vis: cleanup signal handling code
Marc André Tanner
4
-39
/
+38
2016-11-27
vis: install SIGTERM handler to properly restore terminal when being killed
Marc André Tanner
1
-19
/
+33
2016-11-27
ui: remove terminal restore code
Marc André Tanner
1
-4
/
+0
2016-11-26
vis: redirect stdout and stderr streams to /dev/null when lacking a consumer
Marc André Tanner
1
-7
/
+19
2016-11-26
vis: re-open /dev/tty read-writeable
Marc André Tanner
1
-1
/
+1
2016-11-25
vis: fix I/O redirection bugs, cleanup vis_pipe
Marc André Tanner
6
-22
/
+23
2016-11-25
vis-menu: also re-open /dev/tty as stderr
Marc André Tanner
1
-1
/
+3
2016-11-22
vis: add `:set escdelay nn` option
Marc André Tanner
3
-0
/
+17
2016-11-22
ui: remove $ESCDELAY handling
Marc André Tanner
1
-9
/
+0
2016-11-22
vis: populate :set option map at startup
Marc André Tanner
2
-11
/
+8
2016-11-22
vis-lua: also emit save events when writing to stdout
Marc André Tanner
1
-0
/
+6
2016-11-22
vis-lua: introduce pre-save hook
Marc André Tanner
8
-0
/
+32
2016-11-22
vis-lua: pass path as second argument to file_save_post event hook
Marc André Tanner
6
-11
/
+17
2016-11-21
vis-lua: rename file_save event to file_save_post
Marc André Tanner
8
-12
/
+12
2016-11-21
test: update
Marc André Tanner
1
-5
/
+12
2016-11-21
sam: change default addresses used for commands in normal mode
Marc André Tanner
2
-14
/
+18
2016-11-19
vis: keep track of whether "0 stores line wise data
Marc André Tanner
1
-1
/
+3
2016-11-19
sam: change default address of "s" command to current line
Marc André Tanner
1
-1
/
+1
2016-11-19
test: udpdate
Marc André Tanner
1
-7
/
+5
2016-11-19
vis: make gg and G move to first non-blank character of line
Marc André Tanner
1
-5
/
+15
2016-11-19
vis: reformat motion definition block to avoid overly long lines
Marc André Tanner
1
-67
/
+239
2016-11-19
build: install plan9port on Mac OS X builds
Marc André Tanner
1
-0
/
+6
2016-11-19
build: disable codecov comments in pull requests
Marc André Tanner
1
-0
/
+2
2016-11-19
Merge branch 'man' of https://github.com/michaelforney/vis
Marc André Tanner
1
-3
/
+3
2016-11-18
Fix date format string in man pages
Michael Forney
1
-3
/
+3
2016-11-18
Fix date command in man page installation
Michael Forney
1
-3
/
+3
2016-11-18
Update scheme.lua
Luiz de Milon
1
-0
/
+1
2016-11-17
Add code coverage badge to the README
Marc André Tanner
1
-0
/
+1
2016-11-17
test: update
Marc André Tanner
1
-5
/
+7
2016-11-17
build: cache external source tarballs on Travis CI
Marc André Tanner
1
-0
/
+7
2016-11-17
build: add automated code coverage via Travis CI and codecov.io
Marc André Tanner
2
-11
/
+31
2016-11-17
bulid: run individual tests directly from .travis.yml
Marc André Tanner
1
-1
/
+5
2016-11-16
ui: work around libtermkey bug when stdin is /dev/null
Marc André Tanner
1
-20
/
+36
2016-11-16
build: add automated Mac OS X builds via Travis CI
Marc André Tanner
1
-3
/
+37
2016-11-16
vis: treat vis_keys_feed input like a macro replay
Marc André Tanner
2
-1
/
+9
2016-11-16
sam: use default shell command for <, >, | and ! when applicaple
Marc André Tanner
3
-3
/
+12
2016-11-16
sam: support an empty regex as an alias for the most recently used one
Marc André Tanner
1
-3
/
+2
2016-11-15
test: update
Marc André Tanner
1
-5
/
+5
2016-11-15
sam: make `:w` and `:wq` honor their given range
Marc André Tanner
1
-17
/
+27
2016-11-15
sam: `e`, `q`, `X`, `Y`, `!` and all vi commands should not take addresses
Marc André Tanner
1
-23
/
+23
2016-11-15
sam: reformat command definition block to avoid overly long names
Marc André Tanner
1
-50
/
+131
2016-11-15
Fix documentation regarding Lua paths in README and manual page
Marc André Tanner
2
-5
/
+6
2016-11-15
vis: defer UI initialization and overhaul argument parsing
Marc André Tanner
5
-91
/
+98
2016-11-15
vis: overhaul and unify event generation code
Marc André Tanner
3
-29
/
+95
2016-11-15
vis: generalize special stdin handling
Marc André Tanner
5
-8
/
+21
2016-11-15
vis: move initial theme loading code to lua
Marc André Tanner
4
-19
/
+2
2016-11-14
vis-lua: add vis.ui.colors denoting the number of available colors
Marc André Tanner
4
-0
/
+34
[next]