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-07
lua: move non-core code out of vis.lua
Marc André Tanner
5
-591
/
+585
2016-12-07
Cleanup .gitignore and ignore HTML and CSS files
Marc André Tanner
1
-8
/
+9
2016-12-07
Move all lua related files to lua/ subfolder
Marc André Tanner
141
-32
/
+46
2016-12-06
Reorganize README
Marc André Tanner
1
-599
/
+30
2016-12-06
vis-lua: more extensive Lua API documentation
Marc André Tanner
5
-33
/
+281
2016-12-05
vis-lua: add preliminary version of LDoc based Lua API documentation
Marc André Tanner
2
-3
/
+368
2016-12-05
view: make cursor placement more robust
Marc André Tanner
1
-0
/
+5
2016-12-05
man: improve vis manual page
Marc André Tanner
1
-129
/
+203
2016-12-03
vis: use file(1) for file type detection
Marc André Tanner
1
-174
/
+384
2016-12-03
build: do not define _FORTIFY_SOURCE for debug builds
Marc André Tanner
1
-1
/
+1
2016-12-03
vis: improve :set option number parsing
Marc André Tanner
3
-8
/
+22
2016-12-02
build: simplify manual page installation
Marc André Tanner
1
-9
/
+5
2016-12-02
build: add new `make man` target
Marc André Tanner
1
-0
/
+8
2016-12-02
man: improve formatting and fix warnings
Marc André Tanner
1
-112
/
+105
2016-12-02
man: Make vis-{clipboard,menu,open} manpages lint-clean.
Tim Allen
3
-44
/
+40
2016-12-01
man: first steps towards a proper manual page
Marc André Tanner
1
-480
/
+808
2016-12-01
Merge branch 'master' of https://github.com/josuah/vis into man
Marc André Tanner
1
-39
/
+857
2016-12-01
vis-clipboard: fix detection of macOS systems
Marc André Tanner
1
-2
/
+6
2016-11-30
man: use hard coded dates in manual pages
Marc André Tanner
4
-6
/
+6
2016-11-30
vis: avoid inconsistent state after file reloading with :e
Marc André Tanner
1
-1
/
+6
2016-11-30
build: try to avoid failed commit status when coverage slightly drops
Marc André Tanner
1
-0
/
+6
2016-11-30
lexer: add standard ml
Murray Calavera
2
-0
/
+109
2016-11-28
sam: introduce `m as an address refering to mark m
Marc André Tanner
3
-0
/
+21
2016-11-28
vis: move mark description into core code
Marc André Tanner
3
-19
/
+17
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
[next]