aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-08test: updateMarc André Tanner1-5/+5
2017-02-08text: clean up iterator semanticsMarc André Tanner2-46/+69
2017-02-08sam: execute commands even if we have no valid rangeMarc André Tanner1-2/+3
2017-02-08text: remove special case for marks at start of fileMarc André Tanner1-4/+0
2017-02-08view: fix view_cursors_scroll_to to operate on current stateMarc André Tanner1-0/+1
2017-02-08vis: make sure prompt starts newline terminatedMarc André Tanner1-7/+8
2017-02-07Allow {} to be nested in shell variablesS. Gilles1-1/+1
2017-02-07test: updateMarc André Tanner1-5/+5
2017-02-07vis: improve text object handlingMarc André Tanner3-5/+16
2017-02-07vis: reformat text object definitionsMarc André Tanner3-33/+107
2017-02-06Disable keymap for movement_key characterMichael Forney1-1/+6
2017-02-05vis: set $vis_file{name,path} environment variables for external commandsMarc André Tanner2-0/+12
2017-02-05vis: add file argument to vis_pipeMarc André Tanner5-10/+14
2017-02-04view: reduce redraws upon selection changesMarc André Tanner1-10/+10
2017-02-04view: keep track of the most recently created cursorMarc André Tanner1-4/+10
2017-02-04view: do not let new cursors automatically become primaryMarc André Tanner2-9/+12
2017-02-02test: updateMarc André Tanner1-5/+5
2017-02-02lexer: fix scheme token rule orderingMarc André Tanner1-1/+1
2017-02-02map: remove unused functionMarc André Tanner2-15/+0
2017-02-02test: updateMarc André Tanner1-5/+5
2017-02-02vis: support rudimentary help search using :help patternMarc André Tanner2-1/+4
2017-02-02Slight code cleanups, use buffer API where appropriateMarc André Tanner3-13/+12
2017-02-02update comment and readme about lua pathChristian Hesse2-6/+7
2017-02-02add /etc/vis to lua path for system-wide configuration by administratorChristian Hesse2-1/+10
2017-02-01test: updateMarc André Tanner1-5/+5
2017-02-01vis: insert new line after linewise change commandsMarc André Tanner1-1/+4
2017-02-01vis: fix repetition of O when given a countMarc André Tanner1-0/+2
2017-02-01vis: refactor autoindent handlingMarc André Tanner2-37/+45
2017-02-01standalone: use git snapshots for attr and aclChristian Hesse1-17/+14
2017-02-01Update year number to 2017Marc André Tanner2-3/+3
2017-01-31vis: improve cursor positioning after operators in visual modeMarc André Tanner1-0/+4
2017-01-31view: add back link from selection to corresponding cursorMarc André Tanner2-15/+13
2017-01-31sam: optmize transcript insertion for common caseMarc André Tanner2-2/+10
2017-01-31vis: add workaround for broken color handling in Terminal.appMarc André Tanner6-9/+25
2017-01-31standalone: update lua to version 5.3.4Christian Hesse1-2/+2
2017-01-31standalone: update lpeg to version 1.0.1Christian Hesse1-2/+2
2017-01-31build: properly strip elf executablesChristian Hesse2-7/+11
2017-01-28vis: deindent blank autoindented lines when leaving insert modeMarc André Tanner2-2/+18
2017-01-28vis: keep track of most recently processed keys of input queueMarc André Tanner3-1/+14
2017-01-27vis-digraph: add utility to handle digraphsjosuah6-4/+2113
2017-01-27vis-lua: introduce vis:replace functionMarc André Tanner1-0/+20
2017-01-27vis-lua: introduce vis:insert functionMarc André Tanner1-0/+20
2017-01-27vis: do not set count when handling 0 motionMarc André Tanner1-1/+2
2017-01-26sam: disallow destructive commands in groups and looping constructsMarc André Tanner2-8/+43
2017-01-26vis: do not repeat insertion while showing promptMarc André Tanner1-1/+2
2017-01-26Merge branch 'standalone' of https://github.com/eworm-de/visMarc André Tanner1-1/+2
2017-01-20test: updateMarc André Tanner1-5/+5
2017-01-20vis: slightly cleanup repeat code, always set dot registerMarc André Tanner4-14/+11
2017-01-20vis: improve new line handling at end of fileMarc André Tanner2-7/+30
2017-01-20text: fix EOF handling for text_iterator_byte_nextMarc André Tanner1-1/+1