aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-20Make SourceHut badge show status of master branch commitsMarc André Tanner1-1/+1
2020-11-19correct a couple of typos and distinguish between immediate and waiting opera...Greg Reagle1-11/+20
2020-11-14vis: fix <C-c> processing after SIGINTMarc André Tanner1-1/+2
2020-11-14build: fix curses library/pkg-config nameLeonardo Taccari1-1/+1
2020-11-13vis: use localtime_r(3) instead of localtime(3)Marc André Tanner1-1/+2
2020-11-13sam: simplify boolean expression, start < end implies end > 0Marc André Tanner1-1/+1
2020-11-13map: remove no longer used map_leaf functionMarc André Tanner2-18/+0
2020-11-13Merge branch 'master' of https://github.com/ccao001/visMarc André Tanner1-1/+1
2020-11-13build: use feature test macros for memrchr configure checkMarc André Tanner1-1/+1
2020-11-12build: add -D_NETBSD_SOURCE for NetBSDSilas1-0/+1
2020-11-12lua: fix typo in lilypond file extensionCarla Cao1-1/+1
2020-10-30test: updateMarc André Tanner1-5/+8
2020-10-30text: simplify iterator_initMarc André Tanner1-2/+1
2020-10-30text: fix invalid pointer comparisonMarc André Tanner1-1/+1
2020-10-30text: avoid invalid pointer arithmeticMarc André Tanner1-2/+2
2020-10-10test: updateMarc André Tanner1-9/+5
2020-10-10text: move higher level utility functions to separate fileMarc André Tanner3-68/+73
2020-10-10text: move generic iterator functionality to separate fileMarc André Tanner3-170/+178
2020-10-10text: move I/O related code to separate fileMarc André Tanner4-562/+587
2020-10-10build: list source files on separate linesMarc André Tanner1-4/+22
2020-10-10text: provide public text_iterator_initMarc André Tanner2-2/+7
2020-10-10text: rename internal text_iterator_initMarc André Tanner1-4/+4
2020-10-10text: mark return value of text_iterator_text as constMarc André Tanner2-5/+5
2020-10-10text: make text_snapshot return whether it succeededMarc André Tanner2-2/+3
2020-10-10array: mark array_peek argument as constMarc André Tanner2-2/+2
2020-10-10array: mark array_capacity argument as constMarc André Tanner2-2/+2
2020-10-10array: mark array_init_from argument as constMarc André Tanner2-2/+2