summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-24vis-lua: use better name for error handling functionMarc André Tanner
2017-03-24vis-lua: removed unused function declarationMarc André Tanner
2017-03-24vis-lua: adjust return value validation of called lua functionsMarc André Tanner
2017-03-24vis-lua: validate lua state on vis API entry pointsMarc André Tanner
2017-03-22ui: try to fix job control issues with certain shellsMarc André Tanner
2017-03-22text: use proper open(2) flags when saving inplaceMarc André Tanner
2017-03-22test: updateMarc André Tanner
2017-03-22vis: fix wrap around with <C-n>Marc André Tanner
2017-03-22vis: do not indent empty lines when right shifting with `>`Marc André Tanner
2017-03-22view: rename view_dirty to view_invalidateMarc André Tanner
2017-03-22vis: fix syntax highlighting glitches with split windowsMarc André Tanner
2017-03-21vis: make `cw` and `cW` more vim compatibleMarc André Tanner
2017-03-21vis: reject invalid option namesMarc André Tanner
2017-03-19vis-lua: allow operators to be defined as lua functionsMarc André Tanner
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner
2017-03-19view: use correct default cell styleMarc André Tanner
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner
2017-03-19Move :set theme option implementation to luaMarc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
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