summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-30array: allow arbitrarily sized array elementsMarc André Tanner
2016-03-29ignore README.htmlChristian Hesse
2016-03-29README: add a paragraph about distribution packagesChristian Hesse
2016-03-28Update README section about multiple cursor key bindingsMarc André Tanner
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner
2016-03-28vis: Ctrl-{j,k} do not create duplicate cursors, instead advance primary oneMarc André Tanner
2016-03-28view: prevent creation of duplicated cursorsMarc André Tanner
2016-03-28vis: support right alignment of selections in visual mode with <S-Tab>Marc André Tanner
2016-03-28vis: support count for {Meta-Ctrl,Ctrl}-{j,k}Marc André Tanner
2016-03-28vis: fix changing of primary cursor via Ctrl-{u,d}Marc André Tanner
2016-03-28vis: let Meta-Ctrl-{j,k} create new cursorMarc André Tanner
2016-03-28vis: align selections with <Tab> in visual modeMarc André Tanner
2016-03-28vis: support column based alignmentMarc André Tanner
2016-03-28view: add infrastructure to iterate through cursor columnsMarc André Tanner
2016-03-28view: maintain ordering relation among cursorsMarc André Tanner
2016-03-28view: change cursor creation API to take an initial positionMarc André Tanner
2016-03-26fix linker flagsChristian Hesse
2016-03-25Set version to 0.2Marc André Tanner
2016-03-25vis: remove __DATE__ and __TIME__ references to aid with reproducible buildsMarc André Tanner
2016-03-25vis: do not crash when using vis:command without active windowMarc André Tanner
2016-03-25configure: fix probing of hardening flagsMarc André Tanner
2016-03-24build: use order only dependencies for build folderMarc André Tanner
2016-03-24build: expose make dependency-local targetMarc André Tanner
2016-03-24Mention libutf in LICENSEMarc André Tanner
2016-03-24handle patch as usual sourceChristian Hesse
2016-03-24make sure build directory existsChristian Hesse
2016-03-23build: fix make local, improve make standaloneMarc André Tanner
2016-03-23build: rename package specific targets used for make local/standaloneMarc André Tanner
2016-03-23visrc: Move filetype detection to separate functionJosh Wainwright
2016-03-23do not link lua against ncursesChristian Hesse
2016-03-23fix dependencies for standalone buildChristian Hesse
2016-03-23fix install prefix for standalone buildChristian Hesse
2016-03-23configure: use capital letters for variable namesChristian Hesse
2016-03-23configure: default to cc instead of c99Marc André Tanner
2016-03-23Make vis-clipboard executableMarc André Tanner
2016-03-23configure: fix detection of libtermkeyMarc André Tanner
2016-03-23configure: use temporary file instead of /dev/null for compiler outputMarc André Tanner
2016-03-23Add missing wordMarc André Tanner
2016-03-23Remove identically replicated copyright comments from source filesMarc André Tanner
2016-03-23vis: use vis-clipboard instead of vis-{copy,paste} scriptsMarc André Tanner
2016-03-23Add vis-clipboard scriptRichard Burke
2016-03-22configure: clear ${C,LD}FLAGS_LUA in error caseMarc André Tanner
2016-03-22configure: exchange _{BSD,DARWIN_C}_SOURCE definesMarc André Tanner
2016-03-21Remove bashisms from configure script.Richard Burke
2016-03-21vis: also lookup Lua support files relative to the binary locationMarc André Tanner
2016-03-21configure: probe for hardening flagsMarc André Tanner
2016-03-21configure: probe for size optimizing flags (disabled for now)Marc André Tanner
2016-03-21build: reorder some variablesMarc André Tanner
2016-03-21build: create empty config.mk if it does not existMarc André Tanner
2016-03-21configure: make vis depend on config.mkChristian Hesse