summaryrefslogtreecommitdiff
path: root/sam.c
AgeCommit message (Expand)Author
2020-01-28vis: support an optional exit status in :q and :qall commandsMarc André Tanner
2020-01-27vis: pass absolute path to pre/post save eventsMarc André Tanner
2020-01-24sam: fix ^ anchor behavior in looping commandsMarc André Tanner
2020-01-23remove redundant layout option abbreviationKarl Schultheisz
2019-05-23Add layout optionKarl Schultheisz
2018-05-30vis: add loadmethod optionMarc André Tanner
2018-05-30sam: always apply | command to existing selectionsMarc André Tanner
2018-05-30sam: normalize selections after command executionMarc André Tanner
2018-05-30sam: change nomencalture, use selection where appropriateMarc André Tanner
2018-05-16sam: keep selections after :> commandMarc André Tanner
2018-04-15Update year numbers in copyright informationMarc André Tanner
2018-02-19sam: fix g/^$/Marc André Tanner
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc 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-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner
2017-06-15sam: simplify print command implementationMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-06-15view: rename view_cursorsMarc André Tanner
2017-06-15view: rename view_selection_anchoredMarc André Tanner
2017-06-15view: rename view_cursors_countMarc André Tanner
2017-06-15view: rename view_cursors_nextMarc André Tanner
2017-06-15view: rename view_cursors_selection_startMarc André Tanner
2017-06-15view: rename view_cursors_selection_clearMarc André Tanner
2017-06-15view: rename view_cursors_selection_getMarc André Tanner
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner
2017-06-15view: rename view_cursor_disposedMarc André Tanner
2017-06-15view: rename view_cursors_disposeMarc André Tanner
2017-06-15view: rename view_cursors_newMarc André Tanner
2017-06-15view: remove view_cursors_multipleMarc André Tanner
2017-06-15vis: promote selections to first class primitivesMarc André Tanner
2017-06-05sam: fix + addressMarc André Tanner
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann
2017-05-15sam: use default address for file looping commandsMarc André Tanner
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner
2017-04-12sam: fix negative count specifiers from visual modeMarc André Tanner
2017-04-12sam: support %n count specifier matching every n-th selectionMarc André Tanner
2017-04-12sam: add support for negative count specifierMarc André Tanner
2017-04-12sam: add support for count specifier to `g` and `y` commandsMarc André Tanner
2017-04-12sam: distinguish between empty // and no regexMarc André Tanner
2017-04-12sam: reject command names containing digits or ending with a hyphenMarc André Tanner
2017-04-06sam: properly free transcript in error caseMarc André Tanner
2017-04-02Fix Debian package lintian warningsMarc André Tanner
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner
2017-03-19Move :set theme option implementation to luaMarc André Tanner
2017-03-19Move :set syntax option implementation to luaMarc André Tanner
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner
2017-03-02vis: remove :bdelete commandMarc André Tanner
2017-02-27vis: allow useage of file dialog for :read commandMarc André Tanner
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner