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-13
build: fix Cygwin build
Marc André Tanner
1
-1
/
+2
2016-12-13
man: avoid standard directives which are undefined for some groff versions
Marc André Tanner
1
-2
/
+2
2016-12-13
build: remove internal configure options from help text
Marc André Tanner
1
-2
/
+0
2016-12-13
build: add configure options for built-in lpeg support
Marc André Tanner
4
-19
/
+68
2016-12-12
Allow building lpeg into vis
Michael Forney
2
-0
/
+11
2016-12-09
Remove useless variable assignment
Marc André Tanner
1
-1
/
+0
2016-12-09
vis-lua: add generic way to expose C text objects to Lua
Marc André Tanner
1
-1
/
+41
2016-12-09
man: fix mistakes
Marc André Tanner
1
-6
/
+13
2016-12-09
vis-lua: add comment about possibly outdated Lua API documentation
Marc André Tanner
2
-1
/
+3
2016-12-09
lua: add more mime types for file type detection
Marc André Tanner
1
-0
/
+21
2016-12-09
vis-lua: expose input key event in insert and replace modes
Marc André Tanner
6
-1
/
+53
2016-12-08
vis: rename some internal C function pointers
Marc André Tanner
3
-14
/
+12
2016-12-08
build: include Lua files in windows zip
Marc André Tanner
1
-1
/
+1
2016-12-08
Update tests to changes in Lua API
Marc André Tanner
1
-12
/
+5
2016-12-08
vis-lua: only fail file_save_pre event if explicitly returned false
Marc André Tanner
1
-1
/
+1
2016-12-08
Move manual pages to man/ subfolder
Marc André Tanner
5
-3
/
+3
2016-12-08
vis-lua: move mode constants from vis.MODE_* to vis.modes.*
Marc André Tanner
3
-44
/
+44
2016-12-08
vis-lua: add optional help parameter to mapping functions
Marc André Tanner
3
-12
/
+18
2016-12-08
vis-lua: expose init event and use it to set default theme
Marc André Tanner
4
-6
/
+15
2016-12-08
lua: add simple event multiplexing mechanism
Marc André Tanner
6
-24
/
+121
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
[next]