aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* ext_cmdline: fix inputsecret()Björn Linse2017-10-26
* ext_cmdline: interact with cmdline windowBjörn Linse2017-10-26
* ext_cmdline: implement redraw!Björn Linse2017-10-26
* ext_cmdline: turn nested cmdlines into a linked listBjörn Linse2017-10-26
* ext_cmdline: rename cmdline_char to cmdline_special_charBjörn Linse2017-10-26
* ext_cmdline: extend "function" to generic "block" mechanismBjörn Linse2017-10-26
* ext_cmdline: disable some redrawsBjörn Linse2017-10-26
* ext_cmdline: add support for highlightingBjörn Linse2017-10-26
* ext_cmdline: lintDongdong Zhou2017-10-26
* ext_cmdline: added indentDongdong Zhou2017-10-26
* ext_cmdline: added cmdline levelDongdong Zhou2017-10-26
* ext_cmdline: change to use ui_callDongdong Zhou2017-10-26
* ext_cmdline: fix firstc, change cmdline_leave to cmdline_hideDongdong Zhou2017-10-26
* ext_cmdline: change the content formatDongdong Zhou2017-10-26
* ext_cmdline: use standard external ui functionsDongdong Zhou2017-10-26
* ext_cmdline: lintDongdong Zhou2017-10-26
* ext_cmdline: add testsDongdong Zhou2017-10-26
* ext_cmdline: Added cmdline promptDongdong Zhou2017-10-26
* ext_cmdline: allow external ui to draw cmdlineDongdong Zhou2017-10-26
* ops: save and restore clipboard batch status when entering cmdline windowBjörn Linse2017-10-15
* getcmdline_prompt: Temporarily disable msg_silent so prompt is displayedJames McCoy2017-10-14
* eventloop: restore redraw in cmdline K_EVENT handlerJustin M. Keyes2017-09-05
* eventloop: do not redraw in cmdline K_EVENT handlerJustin M. Keyes2017-09-05
* eventloop: FocusGained: schedule event instead of pseudokeyJustin M. Keyes2017-09-05
* ex_getln: Make error messages look betterZyX2017-08-14
* Merge branch 'master' into colored-cmdlineZyX2017-08-06
|\
| * build: silence maybe-uninitialized warningJustin M. Keyes2017-08-06
| * terminal: block redraw during c_CTRL-DJustin M. Keyes2017-08-05
* | Merge branch 'master' into colored-cmdlineZyX2017-07-31
|\|
| * vim-patch:8.0.0034Jurica Bradaric2017-07-25
* | ex_getln: Cache highlight callback calling resultsZyX2017-07-26
* | ex_getln: Avoid GCC “unused variable” warning from QBZyX2017-07-18
* | *: Fix clint errorsZyX2017-07-18
* | ex_getln: Check prev_prompt_errors before running redrawcmdlineZyX2017-07-18
* | ex_getln: Replace global with entry in save_cclineZyX2017-07-17
* | ex_getln: Do not do useless try_enter/try_leave callsZyX2017-07-17
* | ex_getln: Do not goto color_cmdline_end without first cleaning upZyX2017-07-17
* | api helpers: Save/restore more values in try_enter/try_leaveZyX2017-07-16
* | Merge branch 'master' into colored-cmdlineZyX2017-07-15
|\|
| * ex_getln: Silent V519: value is assigned twice successivelyZyX2017-07-04
| * ex_getln: Lint command_line_handle_key readability/fn_sizeJames McCoy2017-06-26
| * vim-patch:7.4.2320James McCoy2017-06-26
| * vim-patch:7.4.2318James McCoy2017-06-26
| * vim-patch:7.4.2268James McCoy2017-06-26
| * vim-patch:7.4.2259raichoo2017-06-26
* | ex_getln: Save and restore try stateZyX2017-07-01
* | ex_getln: Do not make <C-c> interrupt input() after interrupting hl cbZyX2017-06-28
* | ex_getln: Fix indentZyX2017-06-28
* | ex_getln: Make sure standard error reporting facility is not usedZyX2017-06-28
* | ex_getln: Fix “echoerr msg not shown” problemZyX2017-06-28