aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-09Add another useless badge to the READMEMarc André Tanner1-1/+2
2016-11-09test: update test suiteMarc André Tanner1-5/+5
2016-11-09build: add automated Cygwin builds using AppVeyorMarc André Tanner1-0/+43
2016-11-09build: make `vis -v` version output more robustMarc André Tanner1-1/+1
2016-11-09vis: improve `r` in normal and replace modeMarc André Tanner2-4/+21
2016-11-09vis: perform undo snapshotting more rarerlyMarc André Tanner2-7/+11
2016-11-09vis: add replace operator VIS_OP_REPLACEMarc André Tanner2-0/+23
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner6-18/+19
2016-11-08sam: fix default value handling of +/- addressesMarc André Tanner1-3/+6
2016-11-08vis: fix key parsing/skipping logicMarc André Tanner1-1/+3
2016-11-08sam: dispose primary cursor at end of groupMarc André Tanner1-0/+2
2016-11-06view: make viewport adjustment more robustMarc André Tanner1-1/+1
2016-11-05vis: display Lua package.cpath in :help outputMarc André Tanner3-17/+30
2016-11-04sam: y should also loop over empty trailing matchesMarc André Tanner1-1/+5
2016-11-02sam: improve cursor positioning after command executionMarc André Tanner1-7/+28
2016-11-02sam: fix default command handling at end of a groupMarc André Tanner1-1/+1
2016-11-02sam: ignore white space between commands of a groupMarc André Tanner1-2/+1
2016-11-02sam: fix command name parsingMarc André Tanner1-2/+2
2016-11-02sam: improve escape parsing logicMarc André Tanner1-22/+16
2016-11-02ui: correctly display cell attributesMarc André Tanner1-1/+1
2016-11-01vis: abort syntax highlighting if viewport is invalidMarc André Tanner1-0/+3
2016-11-01text: change usage of sizeof idiom for allocation of new objectsMarc André Tanner1-6/+6
2016-11-01text: rename Buffer to Block to avoid confusion with buffer.[ch]Marc André Tanner1-123/+123
2016-10-28theme: use better defaults for color column and cursor line styles in 16 colo...Marc André Tanner2-4/+4
2016-10-28ui: allow cursor line style to override cell attributesMarc André Tanner1-2/+3
2016-10-28vis-complete: allow custom input not matching any completion candidateMarc André Tanner1-1/+1
2016-10-28vis: tweak join behaviorMarc André Tanner1-15/+9
2016-10-27vis: fix :langmap behaviorMarc André Tanner1-2/+2
2016-10-27view: use more lightweight default white space replacement symbolsMarc André Tanner1-3/+3
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner4-19/+20
2016-10-26Merge branch 'awk' of https://github.com/larryhynes/visMarc André Tanner1-1/+1
2016-10-21Add app definitions for awk in vis.luaLarry Hynes1-1/+1
2016-10-12Only complete up to cursor positionMarc André Tanner1-2/+4
2016-10-11File completion updatesRichard Burke2-9/+15
2016-10-09vis: fix join operator to work on lines ending with white spacesMarc André Tanner1-1/+8
2016-10-09vis: fix g_ motion to never cross line boundariesMarc André Tanner1-3/+11
2016-10-08Teach vis-complete that ".." path segments in the prefix are acceptable.Tim Allen1-2/+9
2016-10-08Quote meta-characters in the completion pattern.Tim Allen1-2/+7
2016-10-08Handle completing absolute paths, not just relative ones.Tim Allen1-2/+20
2016-10-07Don't use repeated shell evaluation in vis-complete.Tim Allen1-11/+3
2016-10-07lexers: sync with scintillua changeset 571 rev 23435f1d82daMarc André Tanner4-16/+16
2016-10-06Merge branch 'exit' of https://github.com/eworm-de/visMarc André Tanner1-1/+1
2016-10-06Merge branch 'pkgbuild-2' of https://github.com/eworm-de/visMarc André Tanner1-11/+19
2016-10-06use EXIT_FAILURE for exit statusChristian Hesse1-1/+1
2016-10-06lexers/pkgbuild: support arch specific variablesChristian Hesse1-11/+19
2016-10-05Harden vis-completeRichard Burke1-2/+7
2016-10-05vis-complete - Use different delimiter in sed commandRichard Burke1-1/+1
2016-10-05Fix various issues reported by coverity scanMarc André Tanner5-6/+9
2016-10-05ui: fix resource leak, close file descriptorMarc André Tanner1-0/+1
2016-10-05vis: check return value of fcntl(2) callMarc André Tanner1-3/+4