summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-05lua: reimplement word and file name completion in luaMarc André Tanner
2017-03-05vis-lua: expose vis:pipe functionMarc André Tanner
2017-03-05vis: add file argument to vis_pipe_collectMarc André Tanner
2017-03-05vis: remove word and file name completion from editor coreMarc André Tanner
2017-03-04test: updateMarc André Tanner
2017-03-04vis: process command line options when reading from stdinMarc André Tanner
2017-03-03travis: fix luarocks invocationMarc André Tanner
2017-03-03build: add luacheck make targetMarc André Tanner
2017-03-03travis: try to run busted based test on macOSMarc André Tanner
2017-03-03vis-lua: add vis:exit functionMarc André Tanner
2017-03-02lua: fix luacheck warnings in pluginsMarc André Tanner
2017-03-02vis-lua: fix bogus URL in LDoc commentMarc André Tanner
2017-03-02vis: remove :bdelete commandMarc André Tanner
2017-03-02lua: use goto label to mimic continue statementMarc André Tanner
2017-03-02lua: let number increment/decrement handle next numberMarc André Tanner
2017-03-01vis-lua: fix invalid LDoc tagMarc André Tanner
2017-03-01lua: return nil for invalid text objectsMarc André Tanner
2017-03-01vis-lua: make cursor.pos return nil if cursor position is invalidMarc André Tanner
2017-03-01vis-lua: document cursor behaviorMarc André Tanner
2017-02-28view: fix display when inserting text at start of fileMarc André Tanner
2017-02-28vis: improve cursor positioning after shift operatorsMarc André Tanner
2017-02-28lua: reimplement number increment <C-a> and decrement <C-x>Marc André Tanner
2017-02-28lua: move digraph handling to separate 'plugin'Marc André Tanner
2017-02-28vis-lua: correctly treat return value of input event handlerMarc André Tanner
2017-02-28vis-lua: fix wrong return value when setting vis.countMarc André Tanner
2017-02-28Merge branch 'master' of https://github.com/arames/visMarc André Tanner
2017-02-27vis-lua: make vis:win assignableAlexandre Rames
2017-02-27Honor user's umask when saving filesMichael Forney
2017-02-27Remove unnecessary umask change in text_save_begin_inplaceMichael Forney
2017-02-27Fix a couple typosMichael Forney
2017-02-27vis: allow useage of file dialog for :read commandMarc André Tanner
2017-02-27view: reposition cursor after restoring selectionMarc André Tanner
2017-02-25test: updateMarc André Tanner
2017-02-25lexers: sync with scintillua changeset 594 rev 6e29a8d2a783Marc André Tanner
2017-02-25build: try to enable compiler flags to minimize binary sizeMarc André Tanner
2017-02-25vis: tweak handling of end inclusivenessMarc André Tanner
2017-02-25vis: mark 0, ^, g_ and $ as idempotentMarc André Tanner
2017-02-25vis: fix $ motion for lines containing \rMarc André Tanner
2017-02-25text: add iterator accessor function which translates \r\n to \nMarc André Tanner
2017-02-25vis: make ^ and g_ only skip blank (spaces+tabs) charactersMarc André Tanner
2017-02-25vis: add vis- prefix to pseudo editor keysMarc André Tanner
2017-02-24vis: remove unused struct memberMarc André Tanner
2017-02-24vis: make help texts optional to produce a smaller binaryMarc André Tanner
2017-02-24vis: fix ^ motion for blank lines terminated by \r\nMarc André Tanner
2017-02-24vis: fix display after newline insertion at the start of viewportMarc André Tanner
2017-02-23vis: improve handling of \r\n line endingsMarc André Tanner
2017-02-23view: make sure viewport remains valid when scrolling upMarc André Tanner
2017-02-23vis: unify error path of command registration functionsMarc André Tanner
2017-02-23test: updateMarc André Tanner
2017-02-23build: skip configure check for built-in lpeg if lua is not foundMarc André Tanner