summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-14lua: add crontab file type and configure it to save in-placeMarc André Tanner
2016-12-14lua: allow per file type :commands being executedMarc André Tanner
2016-12-14lua: use Lua patterns to match file extensionsMarc André Tanner
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner
2016-12-14text: expose text save method to calling codeMarc André Tanner
2016-12-13build: fix Cygwin buildMarc André Tanner
2016-12-13man: avoid standard directives which are undefined for some groff versionsMarc André Tanner
2016-12-13build: remove internal configure options from help textMarc André Tanner
2016-12-13build: add configure options for built-in lpeg supportMarc André Tanner
2016-12-12Allow building lpeg into visMichael Forney
2016-12-09Remove useless variable assignmentMarc André Tanner
2016-12-09vis-lua: add generic way to expose C text objects to LuaMarc André Tanner
2016-12-09man: fix mistakesMarc André Tanner
2016-12-09vis-lua: add comment about possibly outdated Lua API documentationMarc André Tanner
2016-12-09lua: add more mime types for file type detectionMarc André Tanner
2016-12-09vis-lua: expose input key event in insert and replace modesMarc André Tanner
2016-12-08vis: rename some internal C function pointersMarc André Tanner
2016-12-08build: include Lua files in windows zipMarc André Tanner
2016-12-08Update tests to changes in Lua APIMarc André Tanner
2016-12-08vis-lua: only fail file_save_pre event if explicitly returned falseMarc André Tanner
2016-12-08Move manual pages to man/ subfolderMarc André Tanner
2016-12-08vis-lua: move mode constants from vis.MODE_* to vis.modes.*Marc André Tanner
2016-12-08vis-lua: add optional help parameter to mapping functionsMarc André Tanner
2016-12-08vis-lua: expose init event and use it to set default themeMarc André Tanner
2016-12-08lua: add simple event multiplexing mechanismMarc André Tanner
2016-12-07lua: move non-core code out of vis.luaMarc André Tanner
2016-12-07Cleanup .gitignore and ignore HTML and CSS filesMarc André Tanner
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner
2016-12-06Reorganize READMEMarc André Tanner
2016-12-06vis-lua: more extensive Lua API documentationMarc André Tanner
2016-12-05vis-lua: add preliminary version of LDoc based Lua API documentationMarc André Tanner
2016-12-05view: make cursor placement more robustMarc André Tanner
2016-12-05man: improve vis manual pageMarc André Tanner
2016-12-03vis: use file(1) for file type detectionMarc André Tanner
2016-12-03build: do not define _FORTIFY_SOURCE for debug buildsMarc André Tanner
2016-12-03vis: improve :set option number parsingMarc André Tanner
2016-12-02build: simplify manual page installationMarc André Tanner
2016-12-02build: add new `make man` targetMarc André Tanner
2016-12-02man: improve formatting and fix warningsMarc André Tanner
2016-12-02man: Make vis-{clipboard,menu,open} manpages lint-clean.Tim Allen
2016-12-01man: first steps towards a proper manual pageMarc André Tanner
2016-12-01Merge branch 'master' of https://github.com/josuah/vis into manMarc André Tanner
2016-12-01vis-clipboard: fix detection of macOS systemsMarc André Tanner
2016-11-30man: use hard coded dates in manual pagesMarc André Tanner
2016-11-30vis: avoid inconsistent state after file reloading with :eMarc André Tanner
2016-11-30build: try to avoid failed commit status when coverage slightly dropsMarc André Tanner
2016-11-30lexer: add standard mlMurray Calavera
2016-11-28sam: introduce `m as an address refering to mark mMarc André Tanner
2016-11-28vis: move mark description into core codeMarc André Tanner
2016-11-28vis-lua: add file.path property denoting the absolute path to the fileMarc André Tanner