aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-17vis: allow boolean :set options to be toggledMarc André Tanner2-13/+32
2016-12-17vis: always remove consumed keys from input queueMarc André Tanner1-3/+3
2016-12-16travis: try to enable code coverage for test/coreMarc André Tanner1-1/+1
2016-12-16build: update unused make standalone/local Lua reference to 5.3.3Marc André Tanner1-2/+2
2016-12-16vis: process keys following an unmatched prefix individuallyMarc André Tanner1-1/+3
2016-12-16vis: add section about compile time configuration to :help outputMarc André Tanner1-0/+15
2016-12-15build: move $CFLAGS_DEBUG into config.mkMarc André Tanner2-9/+6
2016-12-15vis: always store registers values NUL terminatedMarc André Tanner1-4/+6
2016-12-15vis: respect terminating NUL bytes in the input queueMarc André Tanner1-1/+1
2016-12-15vis: more informative error message for :set optionJosh Wainwright1-1/+1
2016-12-14lua: make sure we always load a default themeMarc André Tanner2-1/+2
2016-12-14lua: improve error message when failing to load lpeg/lexer moduleMarc André Tanner2-9/+22
2016-12-14vis: remove useless NULL checkMarc André Tanner1-1/+1
2016-12-14build: improve description of --enable-lpeg configure optionMarc André Tanner1-1/+1
2016-12-14lua: avoid errors if no theme is setMarc André Tanner1-7/+7
2016-12-14lua: add crontab file type and configure it to save in-placeMarc André Tanner1-0/+4
2016-12-14lua: allow per file type :commands being executedMarc André Tanner1-3/+11
2016-12-14lua: use Lua patterns to match file extensionsMarc André Tanner1-125/+120
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner4-2/+38
2016-12-14text: expose text save method to calling codeMarc André Tanner3-11/+13
2016-12-13build: fix Cygwin buildMarc André Tanner1-1/+2
2016-12-13man: avoid standard directives which are undefined for some groff versionsMarc André Tanner1-2/+2
2016-12-13build: remove internal configure options from help textMarc André Tanner1-2/+0
2016-12-13build: add configure options for built-in lpeg supportMarc André Tanner4-19/+68
2016-12-12Allow building lpeg into visMichael Forney2-0/+11
2016-12-09Remove useless variable assignmentMarc André Tanner1-1/+0
2016-12-09vis-lua: add generic way to expose C text objects to LuaMarc André Tanner1-1/+41
2016-12-09man: fix mistakesMarc André Tanner1-6/+13
2016-12-09vis-lua: add comment about possibly outdated Lua API documentationMarc André Tanner2-1/+3
2016-12-09lua: add more mime types for file type detectionMarc André Tanner1-0/+21
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner6-1/+53
2016-12-08vis: rename some internal C function pointersMarc André Tanner3-14/+12
2016-12-08build: include Lua files in windows zipMarc André Tanner1-1/+1
2016-12-08Update tests to changes in Lua APIMarc André Tanner1-12/+5
2016-12-08vis-lua: only fail file_save_pre event if explicitly returned falseMarc André Tanner1-1/+1
2016-12-08Move manual pages to man/ subfolderMarc André Tanner5-3/+3
2016-12-08vis-lua: move mode constants from vis.MODE_* to vis.modes.*Marc André Tanner3-44/+44
2016-12-08vis-lua: add optional help parameter to mapping functionsMarc André Tanner3-12/+18
2016-12-08vis-lua: expose init event and use it to set default themeMarc André Tanner4-6/+15
2016-12-08lua: add simple event multiplexing mechanismMarc André Tanner6-24/+121
2016-12-07lua: move non-core code out of vis.luaMarc André Tanner5-591/+585
2016-12-07Cleanup .gitignore and ignore HTML and CSS filesMarc André Tanner1-8/+9
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner141-32/+46
2016-12-06Reorganize READMEMarc André Tanner1-599/+30
2016-12-06vis-lua: more extensive Lua API documentationMarc André Tanner5-33/+281
2016-12-05vis-lua: add preliminary version of LDoc based Lua API documentationMarc André Tanner2-3/+368
2016-12-05view: make cursor placement more robustMarc André Tanner1-0/+5
2016-12-05man: improve vis manual pageMarc André Tanner1-129/+203
2016-12-03vis: use file(1) for file type detectionMarc André Tanner1-174/+384
2016-12-03build: do not define _FORTIFY_SOURCE for debug buildsMarc André Tanner1-1/+1