aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* 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
* | vim-patch:8.1.0436: can get the text of inputsecret() with getcmdline()Jan Edmund Lazo2018-09-25
* | vim-patch:8.1.0433: mapping can obtain text from inputsecret()Jan Edmund Lazo2018-09-25
|/
* replace fallthrough comment with macroJan Edmund Lazo2018-09-21
* vim-patch:8.0.1215: newer gcc warns for implicit fallthroughJan Edmund Lazo2018-09-20
* cleanup/TUI: remove old unused code #9013Justin M. Keyes2018-09-19
* vim-patch:8.0.1428: compiler warning on 64 bit MS-Windows systemJan Edmund Lazo2018-09-17
* globals: KeyTyped is boolJan Edmund Lazo2018-09-14
* lint: clean-up after parent commitsZviRackover2018-09-09
* Remove has_mbytes local to lines changed in parent commitZviRackover2018-09-09
* Refactor: Remove occurences of mb_char2bytesZviRackover2018-09-09
* window: refactor boolean variables in win_close()Jan Edmund Lazo2018-09-06
* ex_cmds: const variables in find_help_tags()Jan Edmund Lazo2018-09-04
* lint: clean-up after parent commitsZviRackover2018-08-31
* Remove has_mbytes from lines local to parent commitZviRackover2018-08-31
* Refactor: remove mb_ptr2len_len, mb_ptr2cells and mb_ptr2cells_lenZviRackover2018-08-31
* Merge #8863 'refactor: Remove mb_head_off() 'Justin M. Keyes2018-08-28
|\
| * lint: cleanup after parent commitsZviRackover2018-08-16