aboutsummaryrefslogtreecommitdiff
path: root/vis-prompt.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-22move all standard library includes into util.hRandy Palamar1-1/+0
2025-11-24text: remove a bunch of unused save functionsRandy Palamar1-1/+1
2024-05-24combine Win and UiWinRandy Palamar1-1/+1
2024-05-21remove some view pointer chasingRandy Palamar1-6/+6
2024-05-21remove some ui pointer chasingRandy Palamar1-1/+1
2024-05-21replace UiTerm with Ui & delete function pointersRandy Palamar1-5/+1
2024-05-21make Selection unopaqueRandy Palamar1-2/+2
2024-05-21make View unopaqueRandy Palamar1-1/+1
2023-05-28remove unused vis_message_hide() functionRandy Palamar1-7/+0
2020-09-19Add ignorecase optionEvan Gates1-1/+2
2018-01-26vis: keep <C-j> mapped to <Enter> in command line windowMarc André Tanner1-0/+1
2018-01-05vis: remove now unused variable in prompt handling codeMarc André Tanner1-1/+0
2018-01-03vis: fix command malfunction triggered by special cursor positionCasper Ti. Vector1-5/+2
2017-07-10vis: let '^ mark point to top of jump listMarc André Tanner1-2/+0
2017-06-27Merge branch 'show-eof' of https://github.com/p-e-w/visMarc André Tanner1-1/+1
2017-06-15vis: rename uses of Cursor to SelectionMarc André Tanner1-2/+2
2017-06-15view: rename view_cursors_countMarc André Tanner1-1/+1
2017-06-15view: rename view_cursors_primary_{get,set}Marc André Tanner1-1/+1
2017-06-15view: rename view_cursors_clearMarc André Tanner1-1/+1
2017-06-15view: remove view_cursors_multipleMarc André Tanner1-1/+1
2017-06-15vis: promote selections to first class primitivesMarc André Tanner1-1/+1
2017-06-04Add option to hide EOF markerPhilipp Emanuel Weidmann1-1/+1
2017-03-31vis: improve tab completion in command promptMarc André Tanner1-0/+7
2017-02-08vis: make sure prompt starts newline terminatedMarc André Tanner1-7/+8
2017-01-14vis-prompt: make it easier to enter multi line commandsMarc André Tanner1-29/+31
2016-05-28vis: try to reduce number of redrawsMarc André Tanner1-5/+3
2016-05-13vis: clean up key mapping implementationMarc André Tanner1-6/+6
2016-04-18vis: use internal file to show lua errorsMarc André Tanner1-6/+5
2016-04-03sam: unify vi(m) and sam command lineMarc André Tanner1-6/+1
2016-04-03Support sam's structural regular expression based command languageMarc André Tanner1-1/+1
2016-03-28vis: cleanup usage of vis_cursors_countMarc André Tanner1-1/+1
2016-03-15vis: slightly cleanup register related codeMarc André Tanner1-1/+1
2016-03-15vis: add support for command register ":Marc André Tanner1-0/+1
2016-03-10view: clean up API functions related to primary cursor handlingMarc André Tanner1-1/+2
2016-02-12vis: remove trailing new line before executing prompt commandMarc André Tanner1-1/+5
2016-02-10vis: simplify modes implementationMarc André Tanner1-2/+0
2016-01-30Improve Lua error reportingMarc André Tanner1-0/+23
2016-01-19vis: switch to normal mode if a :-command was successful in visual modeMarc André Tanner1-2/+8
2016-01-16vis: move selected prompt entry to end of the fileMarc André Tanner1-1/+7
2016-01-14vis: move prompt handling to separate fileMarc André Tanner1-0/+177