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-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
2016-11-14
ui: remove unused function
Marc André Tanner
2
-11
/
+0
2016-11-13
build: do not clutter source tree with AppVeyor configuration file
Marc André Tanner
1
-0
/
+0
2016-11-13
test: update
Marc André Tanner
1
-5
/
+5
2016-11-11
lexers/fstab: add systemd-specific mount options
Christian Hesse
1
-0
/
+9
2016-11-11
test: adapt tests to changes in the Lua API
Marc André Tanner
1
-5
/
+5
2016-11-11
vis: cleanup `:set option` argument parsing logic
Marc André Tanner
1
-15
/
+5
2016-11-11
vis: add `:set shell` option
Marc André Tanner
3
-0
/
+21
2016-11-11
vis: attempt to use the default shell of the user to execute external commands
Marc André Tanner
2
-2
/
+12
2016-11-11
sam: fix range for line zero
Marc André Tanner
1
-0
/
+2
2016-11-10
vis: fix compilation with Lua support disabled
Marc André Tanner
1
-1
/
+1
2016-11-10
vis: change default status bar indication for Windows style line endings
Marc André Tanner
2
-4
/
+4
2016-11-10
vis-lua: change misnamed attribute values of `file.newlines`
Marc André Tanner
5
-14
/
+14
2016-11-10
vis: split `:set show <option>` into separate options
Marc André Tanner
3
-36
/
+34
2016-11-10
vis: add help texts for :set option values
Marc André Tanner
1
-11
/
+56
2016-11-10
vis: make vis_draw actually draw each window
Marc André Tanner
1
-0
/
+2
2016-11-10
build: add Makefile target for code coverage via gcov
Marc André Tanner
2
-2
/
+8
2016-11-09
README: Fix instructions for lexers and themes
Klemens Nanni
1
-3
/
+3
2016-11-09
Use nicer IRC badge in README
Marc André Tanner
1
-1
/
+1
2016-11-09
vis: handle cancelation of `r` command
Marc André Tanner
1
-0
/
+3
2016-11-09
Add another useless badge to the README
Marc André Tanner
1
-1
/
+2
2016-11-09
test: update test suite
Marc André Tanner
1
-5
/
+5
2016-11-09
build: add automated Cygwin builds using AppVeyor
Marc André Tanner
1
-0
/
+43
2016-11-09
build: make `vis -v` version output more robust
Marc André Tanner
1
-1
/
+1
2016-11-09
vis: improve `r` in normal and replace mode
Marc André Tanner
2
-4
/
+21
2016-11-09
vis: perform undo snapshotting more rarerly
Marc André Tanner
2
-7
/
+11
2016-11-09
vis: add replace operator VIS_OP_REPLACE
Marc André Tanner
2
-0
/
+23
2016-11-09
vis: unify VIS_OP_{INSERT,REPLACE} implementation
Marc André Tanner
6
-18
/
+19
2016-11-08
sam: fix default value handling of +/- addresses
Marc André Tanner
1
-3
/
+6
2016-11-08
vis: fix key parsing/skipping logic
Marc André Tanner
1
-1
/
+3
2016-11-08
sam: dispose primary cursor at end of group
Marc André Tanner
1
-0
/
+2
[next]