summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28vis: make <Escape> reset count in visual modesMarc André Tanner
2020-04-28vis: make <Escape> reset count in normal modeMarc André Tanner
2020-04-28lexers: prioritize markdown list ruleMarc André Tanner
2020-04-28lexers: make markdown white space rule less greedyMarc André Tanner
2020-04-28man: document theme locationMarc André Tanner
2020-04-27Avoid use of VLAsMichael Forney
2020-04-27vt100: use shorter escape sequence to clear screenMarc André Tanner
2020-03-23Add Julia lexerTobias Frilling
2020-03-18Merge branch 'single-cursor-is-primary' of https://github.com/3dc1d3/visMarc André Tanner
2020-03-17color-column: Don't change fg/bg if not set explicitlyGennadiy Volkov
2020-03-17Set single cursor style as primary, not secondaryGennadiy Volkov
2020-03-15sam: fix X and Y commands which were interchangedMarc André Tanner
2020-03-03Add Elm lexerKarl Schultheisz
2020-02-29sam: fix spurious "file exists" warningsMarc André Tanner
2020-02-26build: provide install-strip make targetMarc André Tanner
2020-02-26ci: fix Alpine build by installing terminfo dataMarc André Tanner
2020-02-25test: updateMarc André Tanner
2020-02-25ci: remove Travis CI integrationMarc André Tanner
2020-02-25ci: remove Appveyor integrationMarc André Tanner
2020-02-25ci: improve OpenBSD Lua installationMarc André Tanner
2020-02-25ci: make sure en_US.UTF-8 locale is available on DebianMarc André Tanner
2020-02-25ci: disable codecov commit status updatesMarc André Tanner
2020-02-24vis-lua: implement vis:redraw()Marc André Tanner
2020-02-24lua: add `redrawtime` optionGeorgi Kirilov
2020-02-24lua: fix documentation typos and errorsGeorgi Kirilov
2020-02-24lua: optimize the win:style() loopGeorgi Kirilov
2020-02-24ci: update README status badgesMarc André Tanner
2020-02-23sam: warn when attempting to write to an existing fileMarc André Tanner
2020-02-23sam: fix modification time comparision when writing fileMarc André Tanner
2020-02-22ci: fix test coverage uploadMarc André Tanner
2020-02-22test: updateMarc André Tanner
2020-02-22sam: re-take range after pre-save hooks are runalex
2020-02-20ci: add periodical coverity scan checkMarc André Tanner
2020-02-20ci: add Lua API documentation generationMarc André Tanner
2020-02-20ci: add Lua static code analysisMarc André Tanner
2020-02-20ci: add man page generationMarc André Tanner
2020-02-20ci: add windows buildsMarc André Tanner
2020-02-20ci: add macOS buildsMarc André Tanner
2020-02-20ci: add ubuntu buildsMarc André Tanner
2020-02-20test: updateMarc André Tanner
2020-02-13ci: add sourcehut build manifestsMarc André Tanner
2020-02-13test: updateMarc André Tanner
2020-02-12sam: support optional count for text commandsMarc André Tanner
2020-02-12sam: move parse_number code, no functional changeMarc André Tanner
2020-02-11lexers: fix TOML comments not being detectedRandy
2020-02-11lexers: remove TOML indent errorRandy
2020-02-10vis-lua: avoid string memory leaks in error caseMarc André Tanner
2020-02-10vis: omit error message when vis-menu(1) is cancelledMarc André Tanner
2020-02-10vis-menu: use distinct error code upon cancelling selectionMarc André Tanner
2020-02-10lexers: add git rebase lexerMarc André Tanner