summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-10filetype: highlight column 72 in git commit messagesMarc André Tanner
2020-02-10lexers: ruby squiggly heredocsKelsey Judson
2020-02-09filetype: add more Prolog filename extensionsKarl Schultheisz
2020-02-07vis: restore mode when dot-repeatingGeorgi Kirilov
2020-02-07lua: add <plugin>/init.lua to package.pathGeorgi Kirilov
2020-02-07build: improve debug flagsMarc André Tanner
2020-02-07doc: update release numberMarc André Tanner
2020-02-07Merge branch 'lexer-c' of https://github.com/zsugabubus/visMarc André Tanner
2020-02-07Merge branch 'fix-cc-cell' of https://github.com/zsugabubus/visMarc André Tanner
2020-02-04vis: make core code more robustMarc André Tanner
2020-02-03array: make array_sort work for empty arraysMarc André Tanner
2020-02-03build: properly kill docker containerChristian Hesse
2020-02-03vis: improve <C-n> in visual modeMarc André Tanner
2020-02-03vis: simplify selections_match_nextMarc André Tanner
2020-02-03build: explicitly specify working directory for dockerMarc André Tanner
2020-02-02lexers: also apply 7e9e0a2 to html and wsf lexersMarc André Tanner
2020-01-31lexers: XML performance improvementGeorgi Kirilov
2020-01-31Merge branch 'case-visual-mode' of https://github.com/erf/visMarc André Tanner
2020-01-31lexers: add reference to new upstream locationMarc André Tanner
2020-01-31lexers: fix crash in rst lexerMarc André Tanner
2020-01-30main: fix a few mistakes in commentsTwoFinger
2020-01-30view: Fix a @param name in a commentTwoFinger
2020-01-30vis: Fix a few :help stringsTwoFinger
2020-01-30man: fix mandoc linting warningsMarc André Tanner
2020-01-30man: fix skipping empty macro warningsMarc André Tanner
2020-01-30man: fix mandoc warnings as reported by make manMarc André Tanner
2020-01-30build: explicitly list configure options for docker buildsMarc André Tanner
2020-01-30build: cleanup docker package installationMarc André Tanner
2020-01-30build: allow to replace dockerChristian Hesse
2020-01-30build: add target docker-cleanChristian Hesse
2020-01-30build: clean up docker buildChristian Hesse
2020-01-28vis: support an optional exit status in :q and :qall commandsMarc André Tanner
2020-01-28build: fix generation of HTML man pagesMarc André Tanner
2020-01-28Merge branch 'master' of https://github.com/eafe/visMarc André Tanner
2020-01-28lexers: add case keyword to rc lexerMarc André Tanner
2020-01-27vis: make r<Enter> insert a new lineMarc André Tanner
2020-01-27vis: pass absolute path to pre/post save eventsMarc André Tanner
2020-01-27lexers: fix incorrect (and *very* slow) YAML lexer tokenGeorgi Kirilov
2020-01-26vis: don't search off screen when highlighting matchesGeorgi Kirilov
2020-01-26text: ignore fsync(2) errors on unsupported directory descriptorsMarc André Tanner
2020-01-24sam: fix ^ anchor behavior in looping commandsMarc André Tanner
2020-01-24text: unconditionally use REG_NOTEOL for backward searchesMarc André Tanner
2020-01-24Merge branch 'add-layout-option' of https://github.com/kdsch/visMarc André Tanner
2020-01-23man: remove redundant layout option abbreviationKarl Schultheisz
2020-01-23remove redundant layout option abbreviationKarl Schultheisz
2020-01-23text: fix search wrapping for overlapping matchesMarc André Tanner
2020-01-23text: fix spurious regex anchor matchesMarc André Tanner
2020-01-22add layout option to manpageKarl Schultheisz
2020-01-21Merge branch 'master' into add-layout-optionKarl Schultheisz
2020-01-17Merge branch 'fix-search-wrap' of https://github.com/zsugabubus/visMarc André Tanner