aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
Commit message (Expand)AuthorAge
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* vim-patch:8.2.0728: messages about a deadly signal are not left alignedJan Edmund Lazo2020-10-16
* vim-patch:8.2.0420: Vim9: cannot interrupt a loop with CTRL-CJan Edmund Lazo2020-07-19
* vim-patch:8.1.2225: the "last used" info of a buffer is under usedRob Pilling2020-04-21
* vim-patch:8.1.2378: using old C style commentsJan Edmund Lazo2020-04-12
* misc1: fix pvs/v781Jan Edmund Lazo2019-12-26
* nsmarks: initial committimeyyy2019-11-11
* vim-patch:8.1.2258: may get hit-enter prompt after entering a numberJan Edmund Lazo2019-11-09
* vim-patch:8.1.2096: too many #ifdefs #11229Daniel Hahler2019-10-17
* refactor: wrap common plines() usage in plines_win_full() #11141Zach Wegner2019-10-02
* 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