aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* Merge #4419 'implement <Cmd> key'Justin M. Keyes2018-03-24
|\
| * getchar: implement <Cmd> key to invoke command in any modeBjörn Linse2018-03-23
* | refactor/rename: path_is_absolute()Justin M. Keyes2018-03-24
|/
* ex_getln: clear cmdline_block after it's freedBjörn Linse2018-02-14
* lintJustin M. Keyes2018-02-11
* vim-patch:8.0.1210: CTRL-G and CTRL-T are ignored with typeaheadJustin M. Keyes2018-02-11
* vim-patch:8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong directionJustin M. Keyes2018-02-11
* vim-patch:8.0.0689: ~ character not escaped when extending search patternJustin M. Keyes2018-02-11
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* Merge #7463 'incsearch + hlsearch highlight all'Justin M. Keyes2018-02-01
|\
| * vim-patch:8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' setÖmer Sinan Ağacan2018-01-26
| * vim-patch:8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternÖmer Sinan Ağacan2018-01-26
| * vim-patch:8.0.1396: memory leak when CTRL-G in search command line failsÖmer Sinan Ağacan2018-01-26
| * vim-patch:8.0.1250Ömer Sinan Ağacan2018-01-26
| * vim-patch:8.0.1238Ömer Sinan Ağacan2018-01-26
* | vim-patch:8.0.0528: highlight wrong text when 'wim' includes "longest" (#7927)Jakub Łuczyński2018-01-29
|/
* Merge #7863 'mingw64: fix gcc warnings'Justin M. Keyes2018-01-20
|\
| * Fix warning about conversion on mingw64George Zhao2018-01-18
* | Add completion for :checkhealthMarco Hinz2018-01-18
|/
* vim-patch:8.0.0374: invalid memory access when using :sc in Ex mode (#7849)KunMing Xie2018-01-15
* *: Fix test failuresZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* Merge #7234 'built-in expression parser'Justin M. Keyes2017-12-09
|\
| * Merge branch 'master' into expression-parserZyX2017-11-26
| |\
| * \ Merge branch 'master' into expression-parserZyX2017-11-19
| |\ \
| * | | ex_getln: Fix memory leak in color_expr_cmdlineZyX2017-11-19
| * | | Merge branch 'master' into expression-parserZyX2017-11-06
| |\ \ \
| * | | | *: Fix some typos found by oni-linkZyX2017-11-06
| * | | | ex_getln: Fix variable name which is wrong after the mergeZyX2017-10-30
| * | | | Merge branch 'master' into expression-parserZyX2017-10-30
| |\ \ \ \
| * | | | | ex_getln: Make use of new parser to color expressionsZyX2017-10-29
* | | | | | ui: fix glitch with both ext_cmdline and cmd_wildmenuBjörn Linse2017-12-06
| |_|_|_|/ |/| | | |
* | | | | cmdline: CmdlineEnter and CmdlineLeave autocommands (#7422)Björn Linse2017-11-22
| |_|_|/ |/| | |
* | | | vim-patch:8.0.0237 (#7531)KunMing Xie2017-11-11
* | | | ui: remove ext_cmdline noise (#7486)Björn Linse2017-11-07
| |_|/ |/| |
* | | Merge #7454 'ui: ext_wildmenu'Justin M. Keyes2017-10-31
|\ \ \
| * | | ui: allow external ui to draw wildmenuDongdong Zhou2017-10-29
| | |/ | |/|
* / | pvs/V575: false positive (#7462)Justin M. Keyes2017-10-30
|/ /
* | 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