summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-08Remove trailing white space from source filesMarc André Tanner
2015-11-08Mention new source files in READMEMarc André Tanner
2015-11-08Delete now obsolete syntax.hMarc André Tanner
2015-11-08vis: map <F1> to :helpMarc André Tanner
2015-11-08vis: reindent config.def.h (no functional changes)Marc André Tanner
2015-11-08Tweak manual pageMarc André Tanner
2015-11-08view: do not highlight matching symbols if selection is activeMarc André Tanner
2015-11-08ui: try to make sure that selected text is still visibleMarc André Tanner
2015-11-08theme: updated low color themeMarc André Tanner
2015-11-08theme: add default low color themeMarc André Tanner
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner
2015-11-08build: add VIS_PATH=. to suggested execution after make localMarc André Tanner
2015-11-08build: explicitly link againgst dlMarc André Tanner
2015-11-08lexer: add ledger lexerCharles Lehner
2015-11-08theme: increase contrast by setting background color to blackMarc André Tanner
2015-11-08lexer: new lexer for man/roff formatDavid B. Lamkins
2015-11-08lexer: new APL lexerDavid B. Lamkins
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner
2015-11-08vis: implement :set colorcolumnMarc André Tanner
2015-11-08ui: make default selection visibleMarc André Tanner
2015-11-08Add lexer specific README fileMarc André Tanner
2015-11-08travis: try to fix build by using local built dependenciesMarc André Tanner
2015-11-08ui: redo syntax coloring after resizeMarc André Tanner
2015-11-08Update READMEMarc André Tanner
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner
2015-11-08vis: implement :set themeMarc André Tanner
2015-11-08vis: implement :set cursorlineMarc André Tanner
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner
2015-11-08Overhaul build systemMarc André Tanner
2015-11-08Import LPeg based lexers from Scintillua 3.6.1-1Marc André Tanner
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner
2015-11-08vis: more comments and cleanupsMarc André Tanner
2015-11-07text-motion: do not treat ' as string delimiter in match bracketMarc André Tanner
2015-11-07vis: shadow default register while in prompt modeMarc André Tanner
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner
2015-11-07vis: tweak enum VisTextObject namesMarc André Tanner
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner
2015-11-07vis: API documentation and cleanupMarc André Tanner
2015-11-07vis: introduce vis_cancel APIMarc André Tanner
2015-11-07vis: move modes into separate fileMarc André Tanner
2015-11-07vis: move operators to separate fileMarc André Tanner
2015-11-07vis: move motions to separate fileMarc André Tanner
2015-11-07vis: move :-commands into their own fileMarc André Tanner
2015-11-06vis: fix cursor position after charwise pasteMarc André Tanner
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner
2015-11-04vis: fix definition of space motionMarc André Tanner
2015-11-03vis: make open line commands (o and O) repeatableMarc André Tanner
2015-11-03vis: make single character replace (r command) repeatableMarc André Tanner