summaryrefslogtreecommitdiff
path: root/sam.c
AgeCommit message (Expand)Author
2016-04-03sam: implement > commandMarc André Tanner
2016-04-03sam: implement r (read) command in terms of < catMarc André Tanner
2016-04-03sam: implement < command in terms of | with an empty rangeMarc André Tanner
2016-04-03sam: implement | (filter) commandMarc André Tanner
2016-04-03sam: implement w (write) commandMarc André Tanner
2016-04-03sam: add infrastructure to support multi letter commandsMarc André Tanner
2016-04-03sam: fix escape handling in regex parsingMarc André Tanner
2016-04-03sam: more flexible parsingMarc André Tanner
2016-04-03sam: treat single line numbers as motions not rangesMarc André Tanner
2016-04-03sam: remove old cursor/selection before executing commandMarc André Tanner
2016-04-03sam: fix default regexp handling i.e. ':sam x'Marc André Tanner
2016-04-03sam: adapt to changes in multiple cursors APIMarc André Tanner
2016-04-03sam: fix negative relative line number placementMarc André Tanner
2016-04-03sam: change print command behavior when given an empty rangeMarc André Tanner
2016-04-03sam: fix empty regexp matchesMarc André Tanner
2016-04-03sam: fix regex parsingMarc André Tanner
2016-04-03sam: fix parsing of , compound addressMarc André Tanner
2016-04-03sam: do not segfault when given a NULL pointer to parseMarc André Tanner
2016-04-03sam: fix segfault with multiple regular expressions in same commandMarc André Tanner
2016-04-03Support sam's structural regular expression based command languageMarc André Tanner