aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner3-11/+15
2015-11-08build: add VIS_PATH=. to suggested execution after make localMarc André Tanner1-1/+1
2015-11-08build: explicitly link againgst dlMarc André Tanner1-1/+1
2015-11-08lexer: add ledger lexerCharles Lehner2-0/+58
2015-11-08theme: increase contrast by setting background color to blackMarc André Tanner1-1/+1
2015-11-08lexer: new lexer for man/roff formatDavid B. Lamkins2-0/+36
2015-11-08lexer: new APL lexerDavid B. Lamkins2-0/+69
2015-11-08vis: try to support all lua versions >= 5.1Marc André Tanner4-7/+7
2015-11-08vis: implement :set colorcolumnMarc André Tanner7-0/+36
2015-11-08ui: make default selection visibleMarc André Tanner1-1/+4
2015-11-08Add lexer specific README fileMarc André Tanner1-0/+48
2015-11-08travis: try to fix build by using local built dependenciesMarc André Tanner1-2/+2
2015-11-08ui: redo syntax coloring after resizeMarc André Tanner1-0/+1
2015-11-08Update READMEMarc André Tanner1-1/+30
2015-11-08vis: factor out syntax highlighting codeMarc André Tanner3-47/+62
2015-11-08vis: implement :set themeMarc André Tanner3-3/+36
2015-11-08vis: implement :set cursorlineMarc André Tanner5-0/+30
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner11-48/+499
2015-11-08Overhaul build systemMarc André Tanner2-6/+122
2015-11-08Import LPeg based lexers from Scintillua 3.6.1-1Marc André Tanner108-0/+11252
2015-11-08vis: remove regex based syntax highlightingMarc André Tanner10-792/+17
2015-11-08vis: more comments and cleanupsMarc André Tanner4-96/+84
2015-11-07text-motion: do not treat ' as string delimiter in match bracketMarc André Tanner1-2/+2
2015-11-07vis: shadow default register while in prompt modeMarc André Tanner2-2/+12
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner6-264/+225
2015-11-07vis: tweak enum VisTextObject namesMarc André Tanner3-78/+78
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner6-101/+88
2015-11-07vis: API documentation and cleanupMarc André Tanner7-99/+151
2015-11-07vis: introduce vis_cancel APIMarc André Tanner4-8/+13
2015-11-07vis: move modes into separate fileMarc André Tanner3-282/+287
2015-11-07vis: move operators to separate fileMarc André Tanner4-238/+247
2015-11-07vis: move motions to separate fileMarc André Tanner4-262/+272
2015-11-07vis: move :-commands into their own fileMarc André Tanner4-1206/+1230
2015-11-06vis: fix cursor position after charwise pasteMarc André Tanner1-0/+7
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner1-0/+4
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner1-4/+8
2015-11-04vis: fix definition of space motionMarc André Tanner1-1/+1
2015-11-03vis: make open line commands (o and O) repeatableMarc André Tanner1-7/+6
2015-11-03vis: make single character replace (r command) repeatableMarc André Tanner1-7/+9
2015-11-03vis: add vis_keys_inject to place keys into the input queueMarc André Tanner2-6/+25
2015-11-03buffer: add buffer_insert to insert data at an arbitrary positionMarc André Tanner2-10/+23
2015-11-03vis: add some default bindings for <Delete>Marc André Tanner1-0/+3
2015-11-03vis: let libtermkey map <DEL> to <Backspace>Marc André Tanner2-6/+1
2015-11-02vis: map <DEL> to <Backspace>Marc André Tanner1-1/+5
2015-11-02text: return end of changed range in text_redoMarc André Tanner1-0/+2
2015-11-02vis: free input_queue at exitVirgile Andreani1-0/+1
2015-11-02vis: make I command repeatableMarc André Tanner2-1/+7
2015-11-02vis: let keys entered via API affect macro recordingMarc André Tanner1-4/+5
2015-11-02vis: make append (a and A) commands repeatableMarc André Tanner3-4/+32
2015-11-02vis: improve count handling for dot commandMarc André Tanner1-2/+12