aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-20Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into masterMarc André Tanner6-2/+16
2020-09-20Merge branch 'routeros' of https://github.com/eworm-de/vis into masterMarc André Tanner2-0/+122
2020-09-20Merge branch 'filetype' of https://github.com/eworm-de/vis into masterMarc André Tanner1-1/+2
2020-09-20Merge branch 'csi_event' of https://github.com/ezdiy/vis into masterMarc André Tanner7-0/+42
2020-09-19Add ignorecase optionEvan Gates6-2/+16
2020-09-18lexers: add Mikrotik RouterOS script lexerChristian Hesse2-0/+122
2020-09-17filetype: do not match text/plain too earlyChristian Hesse1-1/+2
2020-09-17filetype: use scheme lexer for racket filesMarc André Tanner1-1/+1
2020-09-17text: improve text_line_down on the last line of the fileMarc André Tanner1-0/+2
2020-09-17vis-lua: provide vis.mark propertyMarc André Tanner1-0/+17
2020-09-17vis-lua: use utility function to translate mark namesMarc André Tanner1-9/+7
2020-09-17vis: provide reverse mapping function for mark namesMarc André Tanner2-1/+12
2020-09-17vis-lua: provide vis.register propertyMarc André Tanner1-0/+17
2020-09-17vis-lua: use utility function to translate register namesMarc André Tanner1-9/+7
2020-09-17vis: provide reverse mapping function for register namesMarc André Tanner2-4/+22
2020-09-17vis-lua: fix mark_names Lua doc indentationMarc André Tanner1-3/+3
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy7-0/+42
2020-08-31text: improve and simplify inner word text objectMarc André Tanner1-21/+14
2020-08-29vis: improve C-n behavior in visual modeMarc André Tanner1-3/+9
2020-08-29vis: implement C-n in normal mode with a mapping to viwMarc André Tanner2-21/+1
2020-08-29text: make inner text objects work on single delimiting symbolsMarc André Tanner1-4/+10
2020-08-29text: provide save function taking a directory descriptorMarc André Tanner3-12/+44
2020-08-29text: provide load function taking a directory descriptorMarc André Tanner2-1/+11
2020-08-29text: move misplaced text_save documentation snippetMarc André Tanner1-4/+4
2020-08-14vis-lua: fix redraw method name in API documentationMarc André Tanner1-1/+1
2020-08-14vis-lua: make file.modified assignableMarc André Tanner1-1/+22
2020-08-01doc: update doxygen configurationMarc André Tanner1-80/+157
2020-08-01Update copyright yearMarc André Tanner3-3/+3
2020-08-01doc: update version number in doxygen configMarc André Tanner1-1/+1
2020-08-01doc: use c as default sphinx roleMarc André Tanner1-1/+1
2020-08-01doc: enable C syntax highlighting by defaultMarc André Tanner1-0/+3
2020-08-01doc: fix a couple of API doc warningsMarc André Tanner4-28/+28
2020-08-01vis: remove ae outer entire text objectMarc André Tanner5-14/+0
2020-08-01vis: remove ie inner entire text objectMarc André Tanner7-29/+0
2020-08-01vis: remove z> rightmost pairwise selection combinatorMarc André Tanner3-47/+0
2020-08-01vis: remove z< leftmost pairwise selection combinatorMarc André Tanner3-18/+0
2020-08-01vis: remove z- shorter pairwise selection combinatorMarc André Tanner3-20/+0
2020-08-01vis: remove z+ longer pairwise selection combinatorMarc André Tanner3-20/+0
2020-08-01vis: remove z& pairwise selection intersectionMarc André Tanner3-16/+0
2020-08-01vis: remove z| pairwise unionMarc André Tanner3-18/+0
2020-08-01vis: remove commented entries from default configMarc André Tanner1-2/+0
2020-08-01vis: use ~ instead of ! for selection complementMarc André Tanner2-2/+2
2020-08-01vis: remove ~ as alias for g~Marc André Tanner2-4/+3
2020-08-01vis: remove window related aliases from default configMarc André Tanner1-7/+0
2020-08-01vis: remove special key aliases from default configMarc André Tanner1-12/+0
2020-08-01test: updateMarc André Tanner1-13/+5
2020-07-17test: updateMarc André Tanner1-5/+13
2020-07-17support for primary clipboardJeremy Bobbin5-19/+54
2020-07-11vis-open: add trailing "/" for the foldersVadym Kochan1-1/+10
2020-07-11build: mark distclean and testclean targets as PHONYMarc André Tanner1-1/+1