aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* refactor: allow us to process a child queue only while waiting on inputBjörn Linse2019-09-08
* vim-patch:8.1.1887: the +cmdline_compl feature is not in the tiny versionJan Edmund Lazo2019-08-19
* move ins_charDaniel Hahler2019-08-07
* move del_linesDaniel Hahler2019-08-07
* move truncate_lineDaniel Hahler2019-08-07
* move open_lineDaniel Hahler2019-08-07
* move del_bytesDaniel Hahler2019-08-07
* move del_char, del_charsDaniel Hahler2019-08-07
* move ins_strDaniel Hahler2019-08-07
* move ins_char_bytesDaniel Hahler2019-08-07
* move ins_bytes, ins_bytes_lenDaniel Hahler2019-08-07
* move unchangedDaniel Hahler2019-08-07
* move changed_linesDaniel Hahler2019-08-07
* move deleted_lines, deleted_lines_mark, changed_lines_bufDaniel Hahler2019-08-07
* move appended_lines_markDaniel Hahler2019-08-07
* move appended_linesDaniel Hahler2019-08-07
* move changedOneline, changed_bytesDaniel Hahler2019-08-07
* move changed_commonDaniel Hahler2019-08-07
* move changed_int/changed_internalDaniel Hahler2019-08-07
* move changedDaniel Hahler2019-08-07
* move change_warningDaniel Hahler2019-08-07
* lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse2019-08-06
* lua: add {old_byte_size} to on_lines buffer change eventBjörn Linse2019-08-06
* cleanup: remove mch_fopen in favor of os_fopenJustin M. Keyes2019-07-25
* vim-patch:8.1.1724: too much overhead checking for CTRL-C #10564Jan Edmund Lazo2019-07-21
* lintIhor Antonov2019-07-16
* pvs/V1028: cast operands, not the resultIhor Antonov2019-07-16
* lintJan Edmund Lazo2019-06-23
* lintJan Edmund Lazo2019-06-09
* vim-patch:8.1.1509: cmdline_row can become negative, causing a crashJan Edmund Lazo2019-06-09
* vim-patch:8.0.1756: GUI: after prompting for a number the mouse shape is wrongJan Edmund Lazo2019-06-09
* api: allow nvim_buf_attach from lua using callbacksBjörn Linse2019-06-04
* Merge #9897 from janlazo/vim-8.0.0683Justin M. Keyes2019-05-26
|\
| * Allow 3 beeps per half a secondJan Edmund Lazo2019-05-25
| * vim-patch:8.0.0683: visual bell flashes too quicklyJan Edmund Lazo2019-05-25
* | vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
|/
* UI/ext_messages: learn more message kindsJustin M. Keyes2019-05-11
* lintJan Edmund Lazo2019-04-30
* vim-patch:8.0.1510: cannot assert beep #9938Jan Edmund Lazo2019-04-25
* cursormoved: make global last_cursormoved window-localMarco Hinz2019-03-29
* vim-patch:8.1.1011: indent from autoindent not removed #9742Jan Edmund Lazo2019-03-17
* vim-patch:8.1.0671: cursor in wrong column after auto-format #9729Jan Edmund Lazo2019-03-14
* vim-patch:8.1.0963: illegal memory access when using 'incsearch'Justin M. Keyes2019-03-01
* Merge #9539 "options: make 'listchars' and 'fillchars' local to window"Marco Hinz2019-01-28
|\
| * linter: fix issuesMarco Hinz2019-01-26
| * options: make 'fillchars'/'listchars' local to windowMarco Hinz2019-01-26
* | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
|/
* build: enable -WshadowJustin M. Keyes2019-01-02
* multigrid: Fix lint errorsUtkarsh Maheshwari2018-12-31
* multigrid: Allow UIs to set grid size different from window sizeUtkarsh Maheshwari2018-12-31