summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-15sam: make `:w` and `:wq` honor their given rangeMarc André Tanner
2016-11-15sam: `e`, `q`, `X`, `Y`, `!` and all vi commands should not take addressesMarc André Tanner
2016-11-15sam: reformat command definition block to avoid overly long namesMarc André Tanner
2016-11-15Fix documentation regarding Lua paths in README and manual pageMarc André Tanner
2016-11-15vis: defer UI initialization and overhaul argument parsingMarc André Tanner
2016-11-15vis: overhaul and unify event generation codeMarc André Tanner
2016-11-15vis: generalize special stdin handlingMarc André Tanner
2016-11-15vis: move initial theme loading code to luaMarc André Tanner
2016-11-14vis-lua: add vis.ui.colors denoting the number of available colorsMarc André Tanner
2016-11-14ui: remove unused functionMarc André Tanner
2016-11-13build: do not clutter source tree with AppVeyor configuration fileMarc André Tanner
2016-11-13test: updateMarc André Tanner
2016-11-11lexers/fstab: add systemd-specific mount optionsChristian Hesse
2016-11-11test: adapt tests to changes in the Lua APIMarc André Tanner
2016-11-11vis: cleanup `:set option` argument parsing logicMarc André Tanner
2016-11-11vis: add `:set shell` optionMarc André Tanner
2016-11-11vis: attempt to use the default shell of the user to execute external commandsMarc André Tanner
2016-11-11sam: fix range for line zeroMarc André Tanner
2016-11-10vis: fix compilation with Lua support disabledMarc André Tanner
2016-11-10vis: change default status bar indication for Windows style line endingsMarc André Tanner
2016-11-10vis-lua: change misnamed attribute values of `file.newlines`Marc André Tanner
2016-11-10vis: split `:set show <option>` into separate optionsMarc André Tanner
2016-11-10vis: add help texts for :set option valuesMarc André Tanner
2016-11-10vis: make vis_draw actually draw each windowMarc André Tanner
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