aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-04vis: reject multi letter mark and register namesMarc André Tanner1-0/+10
2017-04-02Fix Debian package lintian warningsMarc André Tanner7-10/+8
2017-03-31text: Add missing va_end() whenRaúl Peñacoba1-1/+3
2017-03-31vis: improve tab completion in command promptMarc André Tanner2-1/+37
2017-03-31lexers: sync with scintillua changeset 600 rev fdeca0b808bfMarc André Tanner7-23/+184
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner4-2/+36
2017-03-31vis: rename search related constantsMarc André Tanner5-19/+19
2017-03-31Add more wiki references to the READMEMarc André Tanner1-2/+2
2017-03-31Use a minimal POSIX shar implementation for self extracting executableMarc André Tanner3-16/+121
2017-03-27Prefer Lua 5.3Klemens Nanni1-1/+1
2017-03-27build: add git based version information backMarc André Tanner1-1/+1
2017-03-25build: set version to 0.3Marc André Tanner1-1/+1
2017-03-25Merge branch 'master' of https://github.com/joshaw/visMarc André Tanner1-1/+10
2017-03-24lexers: fix perl pattern for horrible regex linesS. Gilles1-0/+3
2017-03-24vis: properly redraw status bar of windows displaying internal filesMarc André Tanner2-4/+4
2017-03-24vis-lua: register a panic handlerMarc André Tanner1-1/+31
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-22vis-lua: add usage documentation to command_registerJosh Wainwright1-1/+10
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