summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-10vis: make t, T, f and F work for special keysMarc André Tanner
2017-02-10vis: introduce vis_keys_utf8Marc André Tanner
2017-02-09sam: fix bogus clang compiler warningMarc André Tanner
2017-02-09text: fix use of uninitialized variable in error pathMarc André Tanner
2017-02-09Slightly update developer section of READMEMarc André Tanner
2017-02-09Remove regex section from READMEMarc André Tanner
2017-02-08vis: improve <C-d> and <C-t> implementation in insert modeMarc André Tanner
2017-02-08vis: fix cursor positioning after :helpMarc André Tanner
2017-02-08vis: make `ga` and `g8` more robustMarc André Tanner
2017-02-08vis-menu: check read(2) return valueMarc André Tanner
2017-02-08vis-digraph: properly initialize local variableMarc André Tanner
2017-02-08test: updateMarc André Tanner
2017-02-08text: clean up iterator semanticsMarc André Tanner
2017-02-08sam: execute commands even if we have no valid rangeMarc André Tanner
2017-02-08text: remove special case for marks at start of fileMarc André Tanner
2017-02-08view: fix view_cursors_scroll_to to operate on current stateMarc André Tanner
2017-02-08vis: make sure prompt starts newline terminatedMarc André Tanner
2017-02-07Allow {} to be nested in shell variablesS. Gilles
2017-02-07test: updateMarc André Tanner
2017-02-07vis: improve text object handlingMarc André Tanner
2017-02-07vis: reformat text object definitionsMarc André Tanner
2017-02-06Disable keymap for movement_key characterMichael Forney
2017-02-05vis: set $vis_file{name,path} environment variables for external commandsMarc André Tanner
2017-02-05vis: add file argument to vis_pipeMarc André Tanner
2017-02-04view: reduce redraws upon selection changesMarc André Tanner
2017-02-04view: keep track of the most recently created cursorMarc André Tanner
2017-02-04view: do not let new cursors automatically become primaryMarc André Tanner
2017-02-02test: updateMarc André Tanner
2017-02-02lexer: fix scheme token rule orderingMarc André Tanner
2017-02-02map: remove unused functionMarc André Tanner
2017-02-02test: updateMarc 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-02update comment and readme about lua pathChristian Hesse
2017-02-02add /etc/vis to lua path for system-wide configuration by administratorChristian Hesse
2017-02-01test: updateMarc André Tanner
2017-02-01vis: insert new line after linewise change commandsMarc André Tanner
2017-02-01vis: fix repetition of O when given a countMarc André Tanner
2017-02-01vis: refactor autoindent handlingMarc André Tanner
2017-02-01standalone: use git snapshots for attr and aclChristian Hesse
2017-02-01Update year number to 2017Marc André Tanner
2017-01-31vis: improve cursor positioning after operators in visual modeMarc André Tanner
2017-01-31view: add back link from selection to corresponding cursorMarc 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
2017-01-31standalone: update lua to version 5.3.4Christian Hesse
2017-01-31standalone: update lpeg to version 1.0.1Christian Hesse
2017-01-31build: properly strip elf executablesChristian Hesse
2017-01-28vis: deindent blank autoindented lines when leaving insert modeMarc André Tanner
2017-01-28vis: keep track of most recently processed keys of input queueMarc André Tanner