summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-10build: add Makefile target for code coverage via gcovMarc André Tanner
2016-11-09README: Fix instructions for lexers and themesKlemens Nanni
2016-11-09Use nicer IRC badge in READMEMarc André Tanner
2016-11-09vis: handle cancelation of `r` commandMarc André Tanner
2016-11-09Add another useless badge to the READMEMarc André Tanner
2016-11-09test: update test suiteMarc André Tanner
2016-11-09build: add automated Cygwin builds using AppVeyorMarc André Tanner
2016-11-09build: make `vis -v` version output more robustMarc André Tanner
2016-11-09vis: improve `r` in normal and replace modeMarc André Tanner
2016-11-09vis: perform undo snapshotting more rarerlyMarc André Tanner
2016-11-09vis: add replace operator VIS_OP_REPLACEMarc André Tanner
2016-11-09vis: unify VIS_OP_{INSERT,REPLACE} implementationMarc André Tanner
2016-11-08sam: fix default value handling of +/- addressesMarc André Tanner
2016-11-08vis: fix key parsing/skipping logicMarc André Tanner
2016-11-08sam: dispose primary cursor at end of groupMarc André Tanner
2016-11-06view: make viewport adjustment more robustMarc André Tanner
2016-11-05vis: display Lua package.cpath in :help outputMarc André Tanner
2016-11-04sam: y should also loop over empty trailing matchesMarc André Tanner
2016-11-02sam: improve cursor positioning after command executionMarc André Tanner
2016-11-02sam: fix default command handling at end of a groupMarc André Tanner
2016-11-02sam: ignore white space between commands of a groupMarc André Tanner
2016-11-02sam: fix command name parsingMarc André Tanner
2016-11-02sam: improve escape parsing logicMarc André Tanner
2016-11-02ui: correctly display cell attributesMarc André Tanner
2016-11-01vis: abort syntax highlighting if viewport is invalidMarc André Tanner
2016-11-01text: change usage of sizeof idiom for allocation of new objectsMarc André Tanner
2016-11-01text: rename Buffer to Block to avoid confusion with buffer.[ch]Marc André Tanner
2016-10-28theme: use better defaults for color column and cursor line styles in 16 colo...Marc André Tanner
2016-10-28ui: allow cursor line style to override cell attributesMarc André Tanner
2016-10-28vis-complete: allow custom input not matching any completion candidateMarc André Tanner
2016-10-28vis: tweak join behaviorMarc André Tanner
2016-10-27vis: fix :langmap behaviorMarc André Tanner
2016-10-27view: use more lightweight default white space replacement symbolsMarc André Tanner
2016-10-27vis: apply language map only to key values not modifiersMarc André Tanner
2016-10-26Merge branch 'awk' of https://github.com/larryhynes/visMarc André Tanner
2016-10-21Add app definitions for awk in vis.luaLarry Hynes
2016-10-12Only complete up to cursor positionMarc André Tanner
2016-10-11File completion updatesRichard Burke
2016-10-09vis: fix join operator to work on lines ending with white spacesMarc André Tanner
2016-10-09vis: fix g_ motion to never cross line boundariesMarc André Tanner
2016-10-08Teach vis-complete that ".." path segments in the prefix are acceptable.Tim Allen
2016-10-08Quote meta-characters in the completion pattern.Tim Allen
2016-10-08Handle completing absolute paths, not just relative ones.Tim Allen
2016-10-07Don't use repeated shell evaluation in vis-complete.Tim Allen
2016-10-07lexers: sync with scintillua changeset 571 rev 23435f1d82daMarc André Tanner
2016-10-06Merge branch 'exit' of https://github.com/eworm-de/visMarc André Tanner
2016-10-06Merge branch 'pkgbuild-2' of https://github.com/eworm-de/visMarc André Tanner
2016-10-06use EXIT_FAILURE for exit statusChristian Hesse
2016-10-06lexers/pkgbuild: support arch specific variablesChristian Hesse
2016-10-05Harden vis-completeRichard Burke