summaryrefslogtreecommitdiff
path: root/vis-prompt.c
AgeCommit message (Expand)Author
2023-05-28remove unused vis_message_hide() functionRandy Palamar
2020-09-19Add ignorecase optionEvan Gates
2018-01-26vis: keep <C-j> mapped to <Enter> in command line windowMarc André Tanner
2018-01-05vis: remove now unused variable in prompt handling codeMarc André Tanner
2018-01-03vis: fix command malfunction triggered by special cursor positionCasper Ti. Vector
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner
2017-06-15view: rename view_cursors_countMarc André Tanner
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner
2017-06-15view: rename view_cursors_clearMarc André Tanner
2017-06-15view: remove view_cursors_multipleMarc André Tanner
2017-06-15vis: promote selections to first class primitivesMarc André Tanner
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann
2017-03-31vis: improve tab completion in command promptMarc André Tanner
2017-02-08vis: make sure prompt starts newline terminatedMarc André Tanner
2017-01-14vis-prompt: make it easier to enter multi line commandsMarc André Tanner
2016-05-28vis: try to reduce number of redrawsMarc André Tanner
2016-05-13vis: clean up key mapping implementationMarc André Tanner
2016-04-18vis: use internal file to show lua errorsMarc André Tanner
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner
2016-04-03Support sam's structural regular expression based command languageMarc André Tanner
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner
2016-03-15vis: slightly cleanup register related codeMarc André Tanner
2016-03-15vis: add support for command register ":Marc André Tanner
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner
2016-02-12vis: remove trailing new line before executing prompt commandMarc André Tanner
2016-02-10vis: simplify modes implementationMarc André Tanner
2016-01-30Improve Lua error reportingMarc André Tanner
2016-01-19vis: switch to normal mode if a :-command was successful in visual modeMarc André Tanner
2016-01-16vis: move selected prompt entry to end of the fileMarc André Tanner
2016-01-14vis: move prompt handling to separate fileMarc André Tanner