summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-19vis-lua: make vis.win return nil if no window exists yetMarc André Tanner
2017-03-19vis-lua: expose option_unregister functionMarc André Tanner
2017-03-19vis-lua: expose option_register functionMarc André Tanner
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner
2017-03-19vis: make sure g_ does not cross line boundariesMarc André Tanner
2017-03-19Fix errors and add ANS Forth 2012 keywordsstutonk
2017-03-18Recognize additional Forth filetypestutonk
2017-03-17man: fix last mandoc linting warningMarc André Tanner
2017-03-17Merge branch 'master' of https://github.com/josuah/visMarc André Tanner
2017-03-17vis: fix selection background colorMarc André Tanner
2017-03-17ui: explicitly initialize cell matrix after resizeMarc André Tanner
2017-03-17ui: fix vt100 compilationMarc André Tanner
2017-03-16build: include dvtm terminfo entries in standalone buildsMarc André Tanner
2017-03-16ui: further cleanup display codeMarc André Tanner
2017-03-16man/vis.1: semantic macros, homogenize formatJosuah Demangeon⠠⠵
2017-03-16view: mark view as dirty even when resizing to same sizeMarc André Tanner
2017-03-16vis: remove unnecessary status bar redrawMarc André Tanner
2017-03-16vis: remove special case when invalidating windowsMarc André Tanner
2017-03-16ui: fix display artifacts in info lineMarc André Tanner
2017-03-15test: updateMarc André Tanner
2017-03-15build: clarify lpeg related configure optionMarc André Tanner
2017-03-15Fix README markdown and improve contribution sectionMarc André Tanner
2017-03-15ui: fix compiler warningMarc André Tanner
2017-03-15Make Vis' Solarized theme match the official Vim one.Tim Allen
2017-03-15ui: add some bound checksMarc André Tanner
2017-03-15travis: add non-curses builds to test matrixMarc André Tanner
2017-03-14Add experimental raw vt100 UI backendMarc André Tanner
2017-03-14Restructure display codeMarc André Tanner
2017-03-07standalone: use stronger hashing algorithm for source verificationChristian Hesse
2017-03-07lua: add filetype detection for Plan9 rc and derivativesDavid B. Lamkins
2017-03-07travis: add TRE regex backend to test matrix of travis-ci linux buildsMarc André Tanner
2017-03-07vis-lua: remove vis:open methodMarc André Tanner
2017-03-07vis: remove now unused #defineMarc André Tanner
2017-03-05text-object: remove C implementation of file name text objectMarc André Tanner
2017-03-05lua: fix more luacheck warningsMarc André Tanner
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner
2017-03-05vis-lua: expose vis:pipe functionMarc André Tanner
2017-03-05vis: add file argument to vis_pipe_collectMarc André Tanner
2017-03-05vis: remove word and file name completion from editor coreMarc André Tanner
2017-03-04test: updateMarc André Tanner
2017-03-04vis: process command line options when reading from stdinMarc André Tanner
2017-03-03travis: fix luarocks invocationMarc André Tanner
2017-03-03build: add luacheck make targetMarc André Tanner
2017-03-03travis: try to run busted based test on macOSMarc André Tanner
2017-03-03vis-lua: add vis:exit functionMarc André Tanner
2017-03-02lua: fix luacheck warnings in pluginsMarc André Tanner
2017-03-02vis-lua: fix bogus URL in LDoc commentMarc André Tanner
2017-03-02vis: remove :bdelete commandMarc André Tanner
2017-03-02lua: use goto label to mimic continue statementMarc André Tanner
2017-03-02lua: let number increment/decrement handle next numberMarc André Tanner