aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-15filetype: support filetype detection via hashbangkhwerz1-3/+60
2022-06-01build: update alpine in docker build to version 3.16Christian Hesse1-1/+1
2022-05-29filetype: Set diff filetype for COMMIT_EDITMSG filesKarol Kosek1-5/+2
2022-05-29filetype: Allow ".PKGBUILD" extension for PKGBUILDsMithicSpirit1-1/+1
2022-05-29filetype: add .glif to xmlRomain Hervier1-1/+4
2022-05-29filetype.lua: Add "text/x-script.python" to pythonHaelwenn (lanodan) Monnier1-1/+1
2022-05-29README: fix typoJonathan Neidel1-1/+1
2022-05-03Re-enabled tre by #including <stddef.h>.Peter Buxton1-0/+1
2022-05-03README: x/freenode/c/libera/Evan Gates1-2/+2
2021-04-20filetype: Set "groovy" for JenkinsfileGalen Abell1-1/+1
2021-04-20ci: verify coverity scan script before using itMarc André Tanner1-2/+7
2021-04-20ci: verify codecov script before using itMarc André Tanner3-3/+22
2021-03-28vis: Add readline Ctrl+A/E bindingsstriker.sh1-0/+2
2021-03-15add lua5.4 in configure scriptxoich1-1/+1
2021-02-15vis: correctly close pipe connected to stdin of external processMarc André Tanner1-2/+2
2021-02-11sam: simplify trailing match handling for x/y commandsMarc André Tanner1-6/+2
2021-02-11sam: tweak handling of zero length matches in y commandsMarc André Tanner1-4/+9
2021-02-09gitignore: remove vim specific swap filesMarc André Tanner1-2/+0
2021-01-25test: updateMarc André Tanner1-7/+5
2021-01-25sam: produce empty match at the end of looped rangeMarc André Tanner1-2/+2
2021-01-25sam: only skip the last empty match if it follows a newlineMarc André Tanner1-1/+2
2021-01-25test/sam: add tests for empty matches at the end of a rangeMarc André Tanner8-0/+20
2021-01-25build: update alpine in docker build to version 3.13Christian Hesse1-1/+1
2021-01-20Merge branch 'patch-1' of https://github.com/dallinjdahl/visMarc André Tanner1-1/+1
2021-01-19Adding .sv extension to verilog syntax highlighterdallinjdahl1-1/+1
2021-01-12filetype: Detect make shebang for "makefile".parazyd1-0/+3
2021-01-12filetype: Set "bash" for APKBUILD and .ebuild.parazyd1-1/+1
2021-01-06lexers/git-rebase: also highlight break commandMarc André Tanner1-1/+2
2021-01-06lexers/strace: improve comments, field names and syscall resultsMarc André Tanner1-6/+8
2020-12-30Mention pkg-config in READMEMarc André Tanner1-2/+2
2020-12-29vis-lua: provide file.permission propertyMarc André Tanner1-0/+10
2020-12-28vis: implement multiline to/till motionsMarc André Tanner3-1/+87
2020-12-28vis: rename to/till motion internalsMarc André Tanner4-58/+58
2020-12-27lua: fix luacheck warningsMarc André Tanner3-5/+6
2020-12-11Merge branch 'fix-typos' of https://github.com/moesasji/visMarc André Tanner15-76/+76
2020-12-10fix typos in commentsMoesasji15-76/+76
2020-12-10vis: make O implementation independent of <Up> mappingMarc André Tanner1-1/+1
2020-12-08lexers: fix bug in bash lexer for last here-docSilas1-8/+8
2020-12-08build: add git based version information backMarc André Tanner1-1/+1
2020-12-08Set version to 0.7Marc André Tanner3-4/+4
2020-12-08Add gemini lexerHaelwenn (lanodan) Monnier2-0/+52
2020-12-08Merge branch 'master' of https://github.com/KaneRoot/visMarc André Tanner2-0/+133
2020-12-06Zig filetype entry.Karchnu1-0/+3
2020-12-06Adding Zig lexer.Karchnu1-0/+130
2020-12-01Merge branch 's-0-bash-heredoc' of https://github.com/silasdb/visMarc André Tanner1-3/+11
2020-11-27Heredocs with "-" can have spaces before closingSilas1-3/+11
2020-11-26lexers: add meson build file lexerFlorian Fischer2-0/+164
2020-11-20ci: avoid usage of ::add-path:: command in GitHub actionMarc André Tanner1-1/+4
2020-11-20test: updateMarc André Tanner1-7/+6
2020-11-20view: make view_selections_dispose_all O(n)Mateusz Okulus1-2/+5