summaryrefslogtreecommitdiff
path: root/sam.c
AgeCommit message (Expand)Author
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
2017-02-21sam: make sure all commands can be undoneMarc André Tanner
2017-02-21sam: reformat code to avoid one level of indentationMarc André Tanner
2017-02-09sam: fix bogus clang compiler warningMarc André Tanner
2017-02-08sam: execute commands even if we have no valid rangeMarc André Tanner
2017-02-05vis: add file argument to vis_pipeMarc André Tanner
2017-02-02vis: support rudimentary help search using :help patternMarc André Tanner
2017-02-02Slight code cleanups, use buffer API where appropriateMarc André Tanner
2017-02-01Update year number to 2017Marc 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