aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* 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
| * Remove has_mbyte from lines near changes in parent commitZviRackover2018-08-16
| * Remove occurences of mb_head_offZviRackover2018-08-15
* | ext_cmdline: use new highlight representation for cmdline_blockBjörn Linse2018-08-27
* | Merge #8866 from janlazo/vim-8.0.0878Justin M. Keyes2018-08-20
|\ \
| * | lintJan Edmund Lazo2018-08-17
| * | ops: refactor get_spec_reg()Jan Edmund Lazo2018-08-16
| * | vim-patch:8.0.1787: cannot insert the whole cursor lineJan Edmund Lazo2018-08-16
| * | vim-patch:8.0.1649: no completion for argument list commandsJan Edmund Lazo2018-08-16
| * | vim-patch:8.0.0878: no completion for :mapclearJan Edmund Lazo2018-08-16
| |/
* / cmdline: always use save_cmdline before command_line_enterBjörn Linse2018-08-17
|/
* Merge #8744 from janlazo/vim-8.0.0890Justin M. Keyes2018-08-08
|\
| * memline: copy in ml_replace() is boolJan Edmund Lazo2018-08-07
* | style: fixing minor issues noted in code review.ZviRackover2018-08-06
* | lint: clean-up after parent commitZviRackover2018-08-06
* | Remove all occurences of the mb_ptr2char macroZviRackover2018-08-06
|/
* eval, ex_getln: Fix incompatible pointer types (#8792)hyatskov2018-08-05
* vim-patch:8.0.1502: in out-of-memory situation character is not restoredJan Edmund Lazo2018-07-23
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* vim-patch:8.0.0677: setting 'filetype' may switch buffersJan Edmund Lazo2018-06-26
* vim-patch:8.0.0706: crash when cancelling the cmdline window in Ex modeJan Edmund Lazo2018-06-25
* vim-patch:8.0.0468: g< after aborting an Ex command (#7941)KunMing Xie2018-06-21
* vim-patch:8.0.0546: swap file exists briefly when opening the command window ...Jan Edmund Lazo2018-06-19
* vim-patch:8.0.0451: some macros are in lower caseJan Edmund Lazo2018-06-12
* vim-patch:8.0.0466: still macros that should be all-caps (#8510)Jan Edmund Lazo2018-06-10
* ex_getln.c: Fix PVS/V519: variable assigned twiceJustin M. Keyes2018-06-06
* ex_getln: remove msg_scrolled cargo-cult magic, fixes #8251Björn Linse2018-06-02
* ex_getln: don't redraw statusline on top of scrolled messagesBjörn Linse2018-06-02
* wildmenu: close before redrawing statusline (#8453)Alexander Karle2018-06-02
* UI: redraw statusline when entering cmdline (#8347)raichoo2018-05-10
* *: Fix clint errorsZyX2018-04-22
* ex_getln: Fix PVS/V547: function is stated to never return NULLZyX2018-04-15
* ex_getln: Fix PVS/V560: there are no longer NULL returns for OOMZyX2018-04-15
* 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