summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-16map: add map_leaf utility functionMarc André Tanner
2017-01-16vis: allow macro recording/replay in visual modeMarc André Tanner
2017-01-16vis: fix single letter word text objects at start of fileMarc André Tanner
2017-01-16vis: cleanup regex header inclusionMarc André Tanner
2017-01-16man: remove authors section from tool's man pagesChristian Hesse
2017-01-16man: add man page for vis-complete(1)Christian Hesse
2017-01-16make: define EXECUTABLES and install in a loopChristian Hesse
2017-01-16single: include tools vis-{clipboard,complete,menu,open}Christian Hesse
2017-01-15vis-lua: pass pending keys to lua key handling functionsMarc André Tanner
2017-01-15view: fix check to prevent duplicate cursor creationMarc André Tanner
2017-01-15vis: show error messages for failed :map/:unmap commandsMarc André Tanner
2017-01-15vis: do not crash when given insufficient arguments to :mapMarc André Tanner
2017-01-14sam: do not clobber error value when failing to parse a groupMarc André Tanner
2017-01-14vis-prompt: make it easier to enter multi line commandsMarc André Tanner
2017-01-14view: enforce invariant that cursor is within selectionMarc André Tanner
2017-01-14vis-lua: allow mode changes by setting vis.modeMarc André Tanner
2017-01-13test: updateMarc André Tanner
2017-01-13sam: remove s (substitute) command use x (extract) and c (change) insteadMarc André Tanner
2017-01-13sam: allow empty text specifiersMarc André Tanner
2017-01-13sam: allow input text to refer to search registersMarc André Tanner
2017-01-13vis: introduce registers 0-9 and & to capture search matchesMarc André Tanner
2017-01-13text-regex: add text_regex_nsub to get number of sub expressionsMarc André Tanner
2017-01-13text-regex: slightly clean up headerMarc André Tanner
2017-01-13sam: create new selections for changed rangesMarc André Tanner
2017-01-13view: add infrastructure for delayed cursor destructionMarc André Tanner
2017-01-12sam: implement parallel grouping behaviorMarc André Tanner
2017-01-11ui: improve editor suspensionMarc André Tanner
2017-01-11single: allow to build self-extracting executableChristian Hesse
2017-01-10vis-lua: expose register names as vis:register_names()Marc André Tanner