aboutsummaryrefslogtreecommitdiff
path: root/sam.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-24sam: fix ^ anchor behavior in looping commandsMarc André Tanner1-3/+7
2020-01-23remove redundant layout option abbreviationKarl Schultheisz1-1/+1
2019-05-23Add layout optionKarl Schultheisz1-0/+6
2018-05-30vis: add loadmethod optionMarc André Tanner1-0/+6
2018-05-30sam: always apply | command to existing selectionsMarc André Tanner1-1/+1
2018-05-30sam: normalize selections after command executionMarc André Tanner1-0/+3
2018-05-30sam: change nomencalture, use selection where appropriateMarc André Tanner1-16/+16
2018-05-16sam: keep selections after :> commandMarc André Tanner1-3/+0
2018-04-15Update year numbers in copyright informationMarc André Tanner1-1/+1
2018-02-19sam: fix g/^$/Marc André Tanner1-2/+7
2017-07-14vis-lua: make selection first class primitives in Lua APIMarc André Tanner1-3/+3
2017-07-10vis: implement jump list in terms of marksMarc André Tanner1-0/+1
2017-07-07vis: use marks instead of registers to store selectionsMarc André Tanner1-5/+10
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-0/+6
2017-06-15sam: simplify print command implementationMarc André Tanner1-16/+11
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-110/+110
2017-06-15view: rename view_cursorsMarc André Tanner1-6/+6
2017-06-15view: rename view_selection_anchoredMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_countMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_nextMarc André Tanner1-4/+4
2017-06-15view: rename view_cursors_selection_startMarc André Tanner1-3/+3
2017-06-15view: rename view_cursors_selection_clearMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_selection_getMarc André Tanner1-6/+6
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-4/+4
2017-06-15view: rename view_cursor_disposedMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_disposeMarc André Tanner1-4/+4
2017-06-15view: rename view_cursors_newMarc André Tanner1-2/+2
2017-06-15view: remove view_cursors_multipleMarc André Tanner1-1/+1
2017-06-15vis: promote selections to first class primitivesMarc André Tanner1-17/+14
2017-06-05sam: fix + addressMarc André Tanner1-1/+1
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann1-0/+6
2017-05-15sam: use default address for file looping commandsMarc André Tanner1-2/+4
2017-04-14vis: make certain operations interruptible with <C-c>Marc André Tanner1-4/+4
2017-04-12sam: fix negative count specifiers from visual modeMarc André Tanner1-2/+5
2017-04-12sam: support %n count specifier matching every n-th selectionMarc André Tanner1-0/+15
2017-04-12sam: add support for negative count specifierMarc André Tanner1-10/+42
2017-04-12sam: add support for count specifier to `g` and `y` commandsMarc André Tanner1-12/+55
2017-04-12sam: distinguish between empty // and no regexMarc André Tanner1-1/+4
2017-04-12sam: reject command names containing digits or ending with a hyphenMarc André Tanner1-1/+6
2017-04-06sam: properly free transcript in error caseMarc André Tanner1-4/+19
2017-04-02Fix Debian package lintian warningsMarc André Tanner1-1/+1
2017-03-19Move :set horizon option implementaiton to luaMarc André Tanner1-6/+0
2017-03-19Move :set theme option implementation to luaMarc André Tanner1-6/+0
2017-03-19Move :set syntax option implementation to luaMarc André Tanner1-6/+0
2017-03-19vis: add infrastructure to dynamically add :set optionsMarc André Tanner1-29/+22
2017-03-02vis: remove :bdelete commandMarc André Tanner1-4/+0
2017-02-27vis: allow useage of file dialog for :read commandMarc André Tanner1-13/+0
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner1-62/+61
2017-02-21sam: make sure all commands can be undoneMarc André Tanner1-0/+2
2017-02-21sam: reformat code to avoid one level of indentationMarc André Tanner1-34/+34