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-17
vis: allow boolean :set options to be toggled
Marc André Tanner
2
-13
/
+32
2016-12-17
vis: always remove consumed keys from input queue
Marc André Tanner
1
-3
/
+3
2016-12-16
travis: try to enable code coverage for test/core
Marc André Tanner
1
-1
/
+1
2016-12-16
build: update unused make standalone/local Lua reference to 5.3.3
Marc André Tanner
1
-2
/
+2
2016-12-16
vis: process keys following an unmatched prefix individually
Marc André Tanner
1
-1
/
+3
2016-12-16
vis: add section about compile time configuration to :help output
Marc André Tanner
1
-0
/
+15
2016-12-15
build: move $CFLAGS_DEBUG into config.mk
Marc André Tanner
2
-9
/
+6
2016-12-15
vis: always store registers values NUL terminated
Marc André Tanner
1
-4
/
+6
2016-12-15
vis: respect terminating NUL bytes in the input queue
Marc André Tanner
1
-1
/
+1
2016-12-15
vis: more informative error message for :set option
Josh Wainwright
1
-1
/
+1
2016-12-14
lua: make sure we always load a default theme
Marc André Tanner
2
-1
/
+2
2016-12-14
lua: improve error message when failing to load lpeg/lexer module
Marc André Tanner
2
-9
/
+22
2016-12-14
vis: remove useless NULL check
Marc André Tanner
1
-1
/
+1
2016-12-14
build: improve description of --enable-lpeg configure option
Marc André Tanner
1
-1
/
+1
2016-12-14
lua: avoid errors if no theme is set
Marc André Tanner
1
-7
/
+7
2016-12-14
lua: add crontab file type and configure it to save in-place
Marc André Tanner
1
-0
/
+4
2016-12-14
lua: allow per file type :commands being executed
Marc André Tanner
1
-3
/
+11
2016-12-14
lua: use Lua patterns to match file extensions
Marc André Tanner
1
-125
/
+120
2016-12-14
vis: add new :set savemethod auto|atomic|inplace option
Marc André Tanner
4
-2
/
+38
2016-12-14
text: expose text save method to calling code
Marc André Tanner
3
-11
/
+13
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
[next]