aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* ex_getln.c: fix <S-Tab> not triggering pum when wildoptions=pum (#10042)glacambre2019-09-08
* vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* screen: use dedicated message gridBjörn Linse2019-09-01
* vim-patch:8.1.0233: "safe" argument of call_vim_function() is always FALSEJan Edmund Lazo2019-08-30
* paste: WIP #4448Justin M. Keyes2019-08-27
* vim-patch:8.1.1897: may free memory twice when out of memory (#10827)Jan Edmund Lazo2019-08-22
* ex_getln.c: fix compute_cmdrow() not resetting lines_left (#10749)Ghjuvan Lacambre2019-08-12
* Merge #10615 'vim-patch:8.1.0053'Justin M. Keyes2019-07-29
|\
| * vim-patch:8.1.53 use typval_T in the caller of call_vim_functioncangscop2019-07-27
* | vim-patch:8.1.0017: shell command completion has duplicates #10616erw72019-07-29
|/
* refactor: use int for Columns and RowsBjörn Linse2019-07-19
* refactor: enable -Wconversion for ex_getln.cBjörn Linse2019-07-19
* vim-patch:8.1.1632: build with EXITFREE but without +arabic failsJan Edmund Lazo2019-07-05
* cmdline: remove local variables i and j from command_line_stateBjörn Linse2019-07-02
* cmdline: correct the column position of wildoptions=pum popupmenuBjörn Linse2019-07-01
* cmdline: remove invalid cmdline_show event when aborting mappingBjörn Linse2019-06-26
* vim-patch:8.1.0629: "gn" selects the wrong text with a multi-line matcherw72019-06-04
* Fix multiple c_CTRL-D showing statuslineJit Yao Yap2019-06-03
* Make sure msg_clear is sent after confirm message (#10065)Ville Hakulinen2019-06-02
* Merge #10059 from jerdna-regeiz/vim-8.1.0614Justin M. Keyes2019-05-26
|\
| * vim-patch:8.1.0673: functionality for signs is spread out over several filesAndrej Zieger2019-05-26
* | UI/cmdline: check if redraw is needed after K_EVENT, K_COMMAND #9804Jit2019-05-26
|/
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* ex_getln: fix statusline redraw logic #9967Carlo Abelli2019-05-02
* lintJan Edmund Lazo2019-04-30
* Spurious quote mark in command line when typing <C-R> (#9934)Gabriel Cruz2019-04-24
* vim-patch:8.0.0714: cmdline redraw during timer #9835Gabriel Cruz2019-04-12
* cmdline: revert <down> and <up> mappings for wildoptions=pumBjörn Linse2019-03-17
* Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
* vim-patch:8.0.0643: when a pattern search is slow Vim becomes unusableBilly Su2019-03-07
* floats: implement floating windowsBjörn Linse2019-03-02
* vim-patch:8.1.0932: remove Farsi support (#9622)Justin M. Keyes2019-02-17
* ui: implement ext_messagesBjörn Linse2019-02-10
* rename ui_is_external to ui_has (#9576)Justin M. Keyes2019-02-03
* vim-patch:8.1.0792: bad display if opening cmdline window from Insert completionBjörn Linse2019-02-02
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* PVS/V1032: pointer cast to a more strictly aligned typeJustin M. Keyes2019-01-18
* PVS/V1028: cast operands, not the resultJustin M. Keyes2019-01-18
* clang/"Dead assignment"Justin M. Keyes2019-01-13
* clang/"null passed to nonnull arg": ex_historyJustin M. Keyes2019-01-13
* PVS/V547: Expression is always falseJustin M. Keyes2019-01-05
* cmdline: support v:event in CmdlineChangedBjörn Linse2018-12-12
* vim-patch:8.0.1445: cannot act on edits in the command lineBjörn Linse2018-12-12
* ui: disable clearing almost everywhereBjörn Linse2018-10-22
* vim-patch:8.0.1672: error during completion causes command to be cancelledJan Edmund Lazo2018-10-13
* lintJan Edmund Lazo2018-10-10
* vim-patch:8.0.1837: one character cmdline abbreviation not triggered after '<,'>Jan Edmund Lazo2018-10-10
* Merge #9036 'func_attr_printf'Justin M. Keyes2018-10-07
|\
| * add func_attr_printf in :MichaHoffmann2018-09-24