aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-03sam: fix default regexp handling i.e. ':sam x'Marc André Tanner1-1/+1
2016-04-03sam: adapt to changes in multiple cursors APIMarc André Tanner1-10/+7
2016-04-03sam: fix negative relative line number placementMarc André Tanner1-7/+11
2016-04-03sam: change print command behavior when given an empty rangeMarc André Tanner1-6/+23
2016-04-03sam: fix empty regexp matchesMarc André Tanner1-6/+13
2016-04-03sam: fix regex parsingMarc André Tanner1-32/+5
2016-04-03sam: fix parsing of , compound addressMarc André Tanner1-5/+2
2016-04-03sam: do not segfault when given a NULL pointer to parseMarc André Tanner1-0/+2
2016-04-03sam: fix segfault with multiple regular expressions in same commandMarc André Tanner1-29/+17
2016-04-03Add section about new command language to READMEMarc André Tanner1-8/+94
2016-04-03Support sam's structural regular expression based command languageMarc André Tanner6-1/+836
2016-04-03vis: in visual mode let \ trim selectionsMarc André Tanner3-0/+33
2016-04-03view: make syntax coloring more robustMarc André Tanner1-1/+3
2016-04-03buffer: add buffer_content utility functionMarc André Tanner2-0/+6
2016-04-03buffer: add buffer_length utility functionMarc André Tanner2-0/+6
2016-04-03view: add return value to view_cursors_disposeMarc André Tanner2-8/+9
2016-04-03text-regex: introduce function to match arbitrary textMarc André Tanner2-0/+5
2016-04-01vis: cleanup vis_pipe APIMarc André Tanner3-8/+17
2016-03-30vis: implement selection rotationMarc André Tanner3-2/+85
2016-03-30view: constify functions to manipulate selectionsMarc André Tanner2-4/+4
2016-03-30text-util: constify text_range_* functionsMarc André Tanner2-12/+12
2016-03-30view: change internal representation of selectionsMarc André Tanner1-23/+27
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner5-16/+81
2016-03-29ignore README.htmlChristian Hesse1-0/+1
2016-03-29README: add a paragraph about distribution packagesChristian Hesse1-0/+4
2016-03-28Update README section about multiple cursor key bindingsMarc André Tanner1-17/+21
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner3-3/+3
2016-03-28vis: Ctrl-{j,k} do not create duplicate cursors, instead advance primary oneMarc André Tanner1-1/+8
2016-03-28view: prevent creation of duplicated cursorsMarc André Tanner1-2/+8
2016-03-28vis: support right alignment of selections in visual mode with <S-Tab>Marc André Tanner2-10/+28
2016-03-28vis: support count for {Meta-Ctrl,Ctrl}-{j,k}Marc André Tanner1-23/+26
2016-03-28vis: fix changing of primary cursor via Ctrl-{u,d}Marc André Tanner1-1/+1
2016-03-28vis: let Meta-Ctrl-{j,k} create new cursorMarc André Tanner2-1/+30
2016-03-28vis: align selections with <Tab> in visual modeMarc André Tanner2-2/+6
2016-03-28vis: support column based alignmentMarc André Tanner1-22/+27
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner2-0/+61
2016-03-28view: maintain ordering relation among cursorsMarc André Tanner1-9/+53
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner4-25/+23
2016-03-26fix linker flagsChristian Hesse1-1/+1
2016-03-25Set version to 0.2Marc André Tanner1-1/+1
2016-03-25vis: remove __DATE__ and __TIME__ references to aid with reproducible buildsMarc André Tanner2-2/+2
2016-03-25vis: do not crash when using vis:command without active windowMarc André Tanner1-1/+8
2016-03-25configure: fix probing of hardening flagsMarc André Tanner1-3/+3
2016-03-24build: use order only dependencies for build folderMarc André Tanner1-10/+11
2016-03-24build: expose make dependency-local targetMarc André Tanner1-4/+9
2016-03-24Mention libutf in LICENSEMarc André Tanner1-0/+3
2016-03-24handle patch as usual sourceChristian Hesse1-4/+8
2016-03-24make sure build directory existsChristian Hesse1-6/+9
2016-03-23build: fix make local, improve make standaloneMarc André Tanner1-5/+27
2016-03-23build: rename package specific targets used for make local/standaloneMarc André Tanner1-27/+27