aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-18Recognize additional Forth filetypestutonk1-1/+1
2017-03-17man: fix last mandoc linting warningMarc André Tanner1-1/+1
2017-03-17Merge branch 'master' of https://github.com/josuah/visMarc André Tanner1-377/+533
2017-03-17vis: fix selection background colorMarc André Tanner1-1/+1
2017-03-17ui: explicitly initialize cell matrix after resizeMarc André Tanner1-0/+1
2017-03-17ui: fix vt100 compilationMarc André Tanner1-10/+10
2017-03-16build: include dvtm terminfo entries in standalone buildsMarc André Tanner1-8/+10
2017-03-16ui: further cleanup display codeMarc André Tanner5-40/+23
2017-03-16man/vis.1: semantic macros, homogenize formatJosuah Demangeon⠠⠵1-377/+533
2017-03-16view: mark view as dirty even when resizing to same sizeMarc André Tanner1-1/+3
2017-03-16vis: remove unnecessary status bar redrawMarc André Tanner1-2/+0
2017-03-16vis: remove special case when invalidating windowsMarc André Tanner1-2/+1
2017-03-16ui: fix display artifacts in info lineMarc André Tanner1-10/+10
2017-03-15test: updateMarc André Tanner1-5/+5
2017-03-15build: clarify lpeg related configure optionMarc André Tanner1-4/+4
2017-03-15Fix README markdown and improve contribution sectionMarc André Tanner1-11/+27
2017-03-15ui: fix compiler warningMarc André Tanner2-2/+2
2017-03-15Make Vis' Solarized theme match the official Vim one.Tim Allen1-2/+2
2017-03-15ui: add some bound checksMarc André Tanner1-0/+4
2017-03-15travis: add non-curses builds to test matrixMarc André Tanner1-0/+6
2017-03-14Add experimental raw vt100 UI backendMarc André Tanner8-31/+273
2017-03-14Restructure display codeMarc André Tanner18-1122/+1306
2017-03-07standalone: use stronger hashing algorithm for source verificationChristian Hesse1-16/+16
2017-03-07lua: add filetype detection for Plan9 rc and derivativesDavid B. Lamkins1-0/+3
2017-03-07travis: add TRE regex backend to test matrix of travis-ci linux buildsMarc André Tanner1-0/+4
2017-03-07vis-lua: remove vis:open methodMarc André Tanner1-20/+0
2017-03-07vis: remove now unused #defineMarc André Tanner1-6/+0
2017-03-05text-object: remove C implementation of file name text objectMarc André Tanner2-30/+0
2017-03-05lua: fix more luacheck warningsMarc André Tanner3-5/+17
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner3-0/+47
2017-03-05vis-lua: expose vis:pipe functionMarc André Tanner1-0/+35
2017-03-05vis: add file argument to vis_pipe_collectMarc André Tanner2-3/+3
2017-03-05vis: remove word and file name completion from editor coreMarc André Tanner2-79/+0
2017-03-04test: updateMarc André Tanner1-5/+5
2017-03-04vis: process command line options when reading from stdinMarc André Tanner1-6/+7
2017-03-03travis: fix luarocks invocationMarc André Tanner1-1/+2
2017-03-03build: add luacheck make targetMarc André Tanner2-1/+9
2017-03-03travis: try to run busted based test on macOSMarc André Tanner2-6/+6
2017-03-03vis-lua: add vis:exit functionMarc André Tanner2-0/+24
2017-03-02lua: fix luacheck warnings in pluginsMarc André Tanner1-3/+0
2017-03-02vis-lua: fix bogus URL in LDoc commentMarc André Tanner1-1/+1
2017-03-02vis: remove :bdelete commandMarc André Tanner3-24/+0
2017-03-02lua: use goto label to mimic continue statementMarc André Tanner1-41/+36
2017-03-02lua: let number increment/decrement handle next numberMarc André Tanner1-37/+47
2017-03-01vis-lua: fix invalid LDoc tagMarc André Tanner1-1/+1
2017-03-01lua: return nil for invalid text objectsMarc André Tanner1-2/+2
2017-03-01vis-lua: make cursor.pos return nil if cursor position is invalidMarc André Tanner2-8/+15
2017-03-01vis-lua: document cursor behaviorMarc André Tanner1-0/+50
2017-02-28view: fix display when inserting text at start of fileMarc André Tanner1-2/+9
2017-02-28vis: improve cursor positioning after shift operatorsMarc André Tanner1-11/+17