summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-27vis-digraph: add utility to handle digraphsjosuah
2017-01-27vis-lua: introduce vis:replace functionMarc André Tanner
2017-01-27vis-lua: introduce vis:insert functionMarc André Tanner
2017-01-27vis: do not set count when handling 0 motionMarc André Tanner
2017-01-26sam: disallow destructive commands in groups and looping constructsMarc André Tanner
2017-01-26vis: do not repeat insertion while showing promptMarc André Tanner
2017-01-26Merge branch 'standalone' of https://github.com/eworm-de/visMarc André Tanner
2017-01-20test: updateMarc André Tanner
2017-01-20vis: slightly cleanup repeat code, always set dot registerMarc André Tanner
2017-01-20vis: improve new line handling at end of fileMarc André Tanner
2017-01-20text: fix EOF handling for text_iterator_byte_nextMarc André Tanner
2017-01-20standalone: work around borked dependencies in attrChristian Hesse
2017-01-19text-regex: add regex backend based on libtreMarc André Tanner
2017-01-19lexer: sync with scintillua changeset 582 rev d70a5ee43d38Marc André Tanner
2017-01-19lexer: update READMEMarc André Tanner
2017-01-19build: more standalone build multilib cleanupMarc André Tanner
2017-01-19vis: make <C-n> in visual mode wrap aroundMarc André Tanner
2017-01-19build: try to fix standalone build for multilib systemsMarc André Tanner
2017-01-19standalone: work around borked dependencies in aclChristian Hesse
2017-01-19vis: simplify count handling for insertionMarc André Tanner
2017-01-19sam: use 'm to reference mark mMarc André Tanner
2017-01-19vis: remove <C-o> mapping in insert modeMarc André Tanner
2017-01-19lexer: update C lexer to C11 and add POSIX errno constantsMarc André Tanner
2017-01-19build: slightly cleanup make standaloneMarc André Tanner
2017-01-18standalone: build with POSIX ACL supportChristian Hesse
2017-01-18test: updateMarc André Tanner
2017-01-18lexer: add lexer for Parallax Spin languageDavid B. Lamkins
2017-01-18vis: fix count handling for appendMarc André Tanner
2017-01-18vis: support count for insertion and replacementMarc André Tanner
2017-01-18vis: unify insert/replace mode enter handlerMarc André Tanner
2017-01-18vis: unify insert/replace mode leave handlerMarc André Tanner
2017-01-18vis: support count for macro replayMarc André Tanner
2017-01-18vis: do not take undo snaphots while replaying a macroMarc André Tanner
2017-01-16vis: change key input handling modelMarc André Tanner