summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-10vis: simplify modes implementationMarc André Tanner
2016-02-10vis: implement yank register "0Marc André Tanner
2016-02-10vis: implement gf and <C-w>gf to open filename under cursorMarc André Tanner
2016-02-07vis: export vis_window_closableMarc André Tanner
2016-02-07vis: mark output of pipe command as savedMarc André Tanner
2016-02-07text-object: introduce text_object_filenameMarc André Tanner
2016-02-07vis: implement number increment <C-a> and decrement <C-x> functionalityMarc André Tanner
2016-02-07text-object: introduce text_object_numberMarc André Tanner
2016-02-03text-object: add utility function for abitrarily delimited text objectsMarc André Tanner
2016-02-03text-object: hide ugly casts for isboundary behind a #defineMarc André Tanner
2016-02-03text-object: hide ugly casts for isspace behind a #defineMarc André Tanner
2016-02-03text-motion: hide ugly casts for isboundary behind a #defineMarc André Tanner
2016-02-03text-motion: hide ugly casts for isspace behind a #defineMarc André Tanner
2016-02-03text-object: merge word/WORD implementationsMarc André Tanner
2016-02-03text-motion: export custom word motion functionsMarc André Tanner
2016-02-03text-object: fix bugs in outer word `aw` implementationMarc André Tanner
2016-02-03fix {, }, (, ) movementsMarkus Teich
2016-02-01Change vis-{copy,paste} to use X clipboard xsel -bMarc André Tanner
2016-02-01Improve cursor position after :substitute commandMarc André Tanner
2016-01-31Rename stderr field to errMarkus Teich
2016-01-30Implement "A - "Z registersMarc André Tanner
2016-01-30Implement system clipboard registers "* and "+Marc André Tanner
2016-01-30Implement blackhole register "_Marc André Tanner
2016-01-30Cleanup register implementationMarc André Tanner
2016-01-30Improve Lua error reportingMarc André Tanner
2016-01-29vis: implement new pipe/write out command :| or :w !Marc André Tanner
2016-01-29vis: factor out filter command implementationMarc André Tanner
2016-01-28vis: factor out common code to create internal fileMarc André Tanner
2016-01-28lexer: snyc with upstream scintillua 3.6.3-1Marc André Tanner
2016-01-28vis: implement nn%Marc André Tanner
2016-01-28vis: clean up count handlingMarc André Tanner
2016-01-27text-motion: change text_bracket_match APIMarc André Tanner
2016-01-27vis: let % move to next special char if not already thereMarc André Tanner
2016-01-27vis: apply insert register <C-r> to all cursorsMarc André Tanner
2016-01-27vis: remove unused struct Mode member 'is_user'Marc André Tanner
2016-01-20vis: make <End> in insert/replace mode move to the end of lineMarc André Tanner
2016-01-20vis: further improve selection restore codeMarc André Tanner
2016-01-20Fix to/till movementsMarkus Teich
2016-01-19Add usage example for file open dialog to READMESilvan Jegen
2016-01-19vis: fix # and * motions to only match wordsMarc André Tanner
2016-01-19vis: switch to normal mode if a :-command was successful in visual modeMarc André Tanner
2016-01-19vis: fix default command prompt in visual modeMarc André Tanner
2016-01-19vis: improve :-command argument tokenizingMarc André Tanner
2016-01-19vis: keep selection in visual mode after shift operatorsMarc André Tanner
2016-01-19vis: improve selection restore `gv`Marc André Tanner
2016-01-19vis: improve cursor placement after shift operatorsMarc André Tanner
2016-01-18vis: do not move cursor when entering visual line modeMarc André Tanner
2016-01-18vis: tweak count handling of till motions 't' and 'T'Marc André Tanner
2016-01-18vis: fix segfault upon :qallMarc André Tanner
2016-01-18text-regex: remove unused struct memberMarc André Tanner