summaryrefslogtreecommitdiff
path: root/vis-core.h
AgeCommit message (Expand)Author
2020-09-20Merge branch 'emg-add-ignorecase' of https://github.com/deepcube/vis into masterMarc André Tanner
2020-09-19Add ignorecase optionEvan Gates
2020-09-17Pass up terminal CSI as events to Lua.Ez Diy
2020-01-27vis: pass absolute path to pre/post save eventsMarc André Tanner
2018-05-30vis: add loadmethod optionMarc André Tanner
2017-07-14vis: use distinct mark to save last selectionsMarc André Tanner
2017-07-10vis: remove change listMarc André Tanner
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner
2017-07-10vis: implement jump list in terms of marksMarc André Tanner
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner
2017-07-04vis: implement `gv` by means of new "^ registerMarc André Tanner
2017-06-15vis: add basic infrastructure to store selections in registersMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-05-27vis-lua: expose currently active key bindings through APIMarc André Tanner
2017-04-23vis: fix # register countMarc André Tanner
2017-04-20vis: add # register to insert cursor numberMarc André Tanner
2017-04-20vis: start cleaning up register related codeMarc André Tanner
2017-04-19vis: restructure register handlingMarc André Tanner
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner
2017-04-04vis: remove unused struct memberMarc André Tanner
2017-03-31vis: add non-default actions for vi compatible n/N motionsMarc André Tanner
2017-03-19vis: add infrastructure for user specified operatorsMarc André Tanner
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
2017-03-14Restructure display codeMarc André Tanner
2017-02-24vis: remove unused struct memberMarc André Tanner
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner
2017-02-22vis: add exact count motion flagMarc André Tanner
2017-02-07vis: improve text object handlingMarc André Tanner
2017-02-07vis: reformat text object definitionsMarc André Tanner
2017-02-01vis: refactor autoindent handlingMarc André Tanner
2017-01-31sam: optmize transcript insertion for common caseMarc André Tanner
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner
2017-01-28vis: keep track of most recently processed keys of input queueMarc André Tanner
2017-01-19vis: simplify count handling for insertionMarc André Tanner
2017-01-18vis: support count for insertion and replacementMarc André Tanner
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner
2017-01-16vis: cleanup regex header inclusionMarc André Tanner
2017-01-12sam: implement parallel grouping behaviorMarc André Tanner
2017-01-10vis: add register description to :help outputMarc André Tanner
2017-01-10vis: add valid marks to :help outputMarc André Tanner
2017-01-07buffer: remove redundant functionMarc André Tanner
2016-12-29vis: cleanup key action lifetime managementMarc André Tanner
2016-12-27vis: properly free dynamic key bindingsMarc André Tanner
2016-12-14vis: add new :set savemethod auto|atomic|inplace optionMarc André Tanner
2016-11-27sam: stricter command parsingMarc André Tanner
2016-11-27vis: cleanup signal handling codeMarc André Tanner
2016-11-22vis-lua: introduce pre-save hookMarc André Tanner
2016-11-21vis-lua: rename file_save event to file_save_postMarc André Tanner
2016-11-16vis: treat vis_keys_feed input like a macro replayMarc André Tanner