aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-04vis-open: fix creating new files in selected directoryKelsey Judson1-9/+9
2018-01-01vis-open: fix for absolute and non-existent pathsKelsey Judson3-2/+17
2017-12-21vis: do not override default register on delete operations in insert modeMarc André Tanner1-0/+8
2017-12-21vis: improve `cw` behaviorMarc André Tanner1-6/+11
2017-12-21Add a key combo example of mark usageJavier Olaechea1-0/+7
2017-12-09vis: make selections visible when lua support has been disabledMarc André Tanner1-2/+6
2017-12-08vis: let <C-c> behave as <Escape> if only one selection existsMarc André Tanner1-1/+1
2017-12-07build: update alpine in docker build to version 3.7Christian Hesse1-1/+1
2017-12-02build: remove erroneous libtermkey dependencyMarc André Tanner1-1/+1
2017-12-01Python lexer: recognize python3's async/await keywordsСемён Марьясин1-0/+1
2017-11-21vis-lua: implement window:closeMarc André Tanner1-0/+28
2017-11-21vis-lua: do not enumerate internal windowsMarc André Tanner1-5/+8
2017-11-20Update erlang syntax lexer.Emil Falk1-39/+20
2017-11-04vis: take symbolic keys into account when evaluating key prefixesMarc André Tanner1-6/+32
2017-10-30man: remove outdated key mappingMarc André Tanner1-3/+0
2017-10-30lexer: associate *.conf to the ini lexerMarc André Tanner1-1/+1
2017-10-30lexer: fix file type association for xs lexerMarc André Tanner1-1/+1
2017-10-01Add `xs` lexer and mappings.David B. Lamkins2-1/+79
2017-09-15man: fix typos and grammar issuesMarc André Tanner1-7/+5
2017-09-15lexers: fix white space issue of recent php lexer changesMarc André Tanner1-40/+40
2017-09-15vis: restore old s mapping in visual modeMarc André Tanner1-0/+1
2017-09-15vis: remove ! operatorMarc André Tanner5-41/+2
2017-09-15Merge branch 'master' of https://github.com/ltobler/visMarc André Tanner1-2/+2
2017-09-14Reassign .cls file extension to latexLukas Tobler1-2/+2
2017-09-13vis.1: Surround with quotes link-name arguments of .LkJavier Olaechea1-5/+5
2017-07-27vis: ignore SIGQUITMarc André Tanner1-2/+2
2017-07-26- added php constantsSamuel1-0/+25
2017-07-26- updated php keywordsSamuel1-12/+20
2017-07-24lexers: add copyright statement to strace lexerMarc André Tanner1-0/+1
2017-07-23build: add git based version information backMarc André Tanner1-1/+1
2017-07-23build: set version to 0.4Marc André Tanner1-1/+1
2017-07-23vis: use strncpy to copy into fixed sized bufferMarc André Tanner1-1/+1
2017-07-23vis: only draw selections of currently active windowMarc André Tanner1-2/+3
2017-07-23vis-lua: move marks array to window objectMarc André Tanner1-27/+29
2017-07-17vis: specify window in mark related APIMarc André Tanner5-16/+24
2017-07-17vis: fix coverity issue 157025Marc André Tanner1-2/+4
2017-07-14man: update manual page with recent developmentsMarc André Tanner1-89/+143
2017-07-14vis: restore s / S normal mode bindingsMarc André Tanner1-0/+2
2017-07-14vis: remove useless mappings which interfere with jumplistMarc André Tanner1-2/+0
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner4-4/+18
2017-07-14vis: always reduce selections when not in visual modeMarc André Tanner2-13/+15
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner12-119/+146
2017-07-11vis: handle further input after mark and register specifiersMarc André Tanner1-10/+15
2017-07-11Revert "vis: process aliased key sequences individually"Marc André Tanner1-12/+2
2017-07-11vis: cleanup register related APIMarc André Tanner4-33/+77
2017-07-11vis-lua: represent marks as array of rangesMarc André Tanner1-21/+34
2017-07-10test: updateMarc André Tanner1-5/+5
2017-07-10vis: remove change listMarc André Tanner4-63/+0
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner5-25/+10
2017-07-10vis: implement jump list in terms of marksMarc André Tanner11-177/+185