aboutsummaryrefslogtreecommitdiff
path: root/vis.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-10fix typos in commentsMoesasji1-9/+9
2020-09-20Merge branch 'csi_event' of https://github.com/ezdiy/vis into masterMarc André Tanner1-0/+1
2020-09-17vis: provide reverse mapping function for mark namesMarc André Tanner1-1/+2
2020-09-17vis: provide reverse mapping function for register namesMarc André Tanner1-1/+2
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy1-0/+1
2020-08-01vis: remove ae outer entire text objectMarc André Tanner1-1/+0
2020-08-01vis: remove ie inner entire text objectMarc André Tanner1-1/+0
2020-07-17support for primary clipboardJeremy Bobbin1-0/+1
2018-05-16vis: remove v and V in operator pending modeMarc André Tanner1-1/+1
2018-05-16vis: implement g~ using tr(1)Marc André Tanner1-1/+0
2018-05-16vis: implement gU using tr(1)Marc André Tanner1-1/+0
2018-05-16vis: implement gu using tr(1)Marc André Tanner1-1/+0
2018-04-08Fix "parenthese" in identifiersTwoFinger1-2/+2
2018-03-05Fix a typo in identifiersTwoFinger1-2/+2
2018-02-27vis: implement normal/outer paragraph text objectMarc André Tanner1-0/+1
2017-09-15vis: remove ! operatorMarc André Tanner1-2/+0
2017-07-17vis: specify window in mark related APIMarc André Tanner1-2/+2
2017-07-11vis: cleanup register related APIMarc André Tanner1-7/+14
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-3/+6
2017-07-08vis: cleanup marks implementationMarc André Tanner1-26/+27
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-2/+2
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner1-0/+1
2017-06-15vis: implement pairwise selection combinator: unionMarc André Tanner1-0/+1
2017-06-15vis: add function to query which register was specifiedMarc André Tanner1-0/+1
2017-06-15vis: add basic infrastructure to store selections in registersMarc André Tanner1-0/+18
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-1/+1
2017-05-27vis: remove unused enumeration constantsMarc André Tanner1-2/+0
2017-05-06vis: add vis_interrupt{,requested} functionsMarc André Tanner1-0/+12
2017-05-06vis: add doxygen commentsMarc André Tanner1-167/+531
2017-05-03vis: introduce count iterator to handle interrupted flagMarc André Tanner1-0/+10
2017-04-20vis: add # register to insert cursor numberMarc André Tanner1-0/+1
2017-04-20vis: start cleaning up register related codeMarc André Tanner1-0/+3
2017-04-18vis: rename vis_register_set to vis_registerMarc André Tanner1-1/+1
2017-04-09vis: remove handling of \r\n line endingsMarc André Tanner1-2/+1
2017-04-04vis: add motions to move by codepointsMarc André Tanner1-0/+2
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner1-0/+2
2017-03-31vis: rename search related constantsMarc André Tanner1-2/+2
2017-03-22vis: fix syntax highlighting glitches with split windowsMarc André Tanner1-0/+1
2017-03-21vis: make `cw` and `cW` more vim compatibleMarc André Tanner1-0/+2
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner1-0/+5
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-1/+1
2017-03-19Move :set theme option implementation to luaMarc André Tanner1-2/+0
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-4/+0
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner1-0/+15
2017-03-14Restructure display codeMarc André Tanner1-0/+2
2017-03-07vis: remove now unused #defineMarc André Tanner1-6/+0
2017-03-05vis: add file argument to vis_pipe_collectMarc André Tanner1-1/+1
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-1/+15
2017-02-10vis: introduce vis_keys_utf8Marc André Tanner1-0/+4
2017-02-05vis: add file argument to vis_pipeMarc André Tanner1-1/+1