aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-03-24vis-lua: use better name for error handling functionMarc André Tanner1-2/+2
2017-03-24vis-lua: removed unused function declarationMarc André Tanner1-1/+0
2017-03-24vis-lua: adjust return value validation of called lua functionsMarc André Tanner1-3/+7
2017-03-24vis-lua: validate lua state on vis API entry pointsMarc André Tanner1-9/+27
2017-03-22ui: try to fix job control issues with certain shellsMarc André Tanner3-10/+17
2017-03-22text: use proper open(2) flags when saving inplaceMarc André Tanner1-1/+1
2017-03-22test: updateMarc André Tanner1-5/+5
2017-03-22vis: fix wrap around with <C-n>Marc André Tanner1-0/+2
2017-03-22vis: do not indent empty lines when right shifting with `>`Marc André Tanner1-2/+5
2017-03-22view: rename view_dirty to view_invalidateMarc André Tanner3-5/+5
2017-03-22vis: fix syntax highlighting glitches with split windowsMarc André Tanner2-17/+15
2017-03-21vis: make `cw` and `cW` more vim compatibleMarc André Tanner2-2/+57
2017-03-21vis: reject invalid option namesMarc André Tanner1-0/+4
2017-03-19vis-lua: allow operators to be defined as lua functionsMarc André Tanner2-0/+98
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner4-5/+35
2017-03-19view: use correct default cell styleMarc André Tanner1-4/+3
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner8-20/+14
2017-03-19Move :set theme option implementation to luaMarc André Tanner6-37/+3
2017-03-19Move :set syntax option implementation to luaMarc André Tanner10-134/+55
2017-03-19vis-lua: make vis.win return nil if no window exists yetMarc André Tanner1-2/+4
2017-03-19vis-lua: expose option_unregister functionMarc André Tanner1-0/+16
2017-03-19vis-lua: expose option_register functionMarc André Tanner1-0/+54
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner4-54/+127
2017-03-19vis: make sure g_ does not cross line boundariesMarc André Tanner1-8/+2
2017-03-19Fix errors and add ANS Forth 2012 keywordsstutonk1-17/+31
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