Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(plines): move out plines related code from misc1.c | Björn Linse | 2021-08-10 |
| | |||
* | refactor(plines): remove implicit curwin plines() function | Björn Linse | 2021-08-10 |
| | |||
* | refactor: replace TRUE/FALSE with true/false | Dundar Göc | 2021-07-26 |
| | | | | Focus is on global variables. | ||
* | refactor: replace TRUE/FALSE macros with C99 true/false | Dundar Göc | 2021-07-25 |
| | |||
* | vim-patch:8.2.2875: cancelling inputlist() after a digit does not return zero | Jan Edmund Lazo | 2021-05-21 |
| | | | | | | Problem: Cancelling inputlist() after a digit does not return zero. Solution: Always return zero when cancelling. (closes vim/vim#8231) https://github.com/vim/vim/commit/5cf94577cf2045fec87344d7d89422fe6dfce62f | ||
* | vim-patch:8.2.0946: cannot use "q" to cancel a number prompt | Jan Edmund Lazo | 2021-05-21 |
| | | | | | | Problem: Cannot use "q" to cancel a number prompt. Solution: Recognize "q" instead of ignoring it. https://github.com/vim/vim/commit/eebd555733491cb55b9f30fe28772c0fd0ebacf7 | ||
* | vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminal | Jan Edmund Lazo | 2021-05-06 |
| | | | | | | | Problem: Cannot use 'balloonexpr' in a terminal. Solution: Add 'balloonevalterm' and add code to handle mouse movements in a terminal. Initial implementation for Unix with GUI. https://github.com/vim/vim/commit/51b0f3701ecb440aa72ab6017c1df6940c0e0f6f | ||
* | pos: define MAXCOL to INT_MAX | Jan Edmund Lazo | 2021-02-23 |
| | | | | | Partial port of patch v8.1.0953. Remove useless casts on MAXCOL. | ||
* | Removed restricted mode - Fix #11972 | georg3tom | 2020-11-11 |
| | |||
* | vim-patch:8.2.0728: messages about a deadly signal are not left aligned | Jan Edmund Lazo | 2020-10-16 |
| | | | | | | Problem: Messages about a deadly signal are not left aligned. Solution: Output a CR before the NL. (Dominique Pelle, vim/vim#6055) https://github.com/vim/vim/commit/69212b11d18d9d8951968f6ca88e6ce046c90675 | ||
* | vim-patch:8.2.0420: Vim9: cannot interrupt a loop with CTRL-C | Jan Edmund Lazo | 2020-07-19 |
| | | | | | | | | | | | Problem: Vim9: cannot interrupt a loop with CTRL-C. Solution: Check for CTRL-C once in a while. Doesn't fully work yet. https://github.com/vim/vim/commit/f1ec378b014efb9897422c40369a6462163a512a Vim9 test, commented out in this patch, is restored in patch 8.2.0421. Vim9 tests were not ported over so skip the temporary change. Vim should stop pushing broken commits on master. | ||
* | vim-patch:8.1.2225: the "last used" info of a buffer is under used | Rob Pilling | 2020-04-21 |
| | | | | | | | Problem: The "last used" info of a buffer is under used. Solution: Add "lastused" to getbufinfo(). List buffers sorted by last-used field. (Andi Massimino, closes vim/vim#4722) https://github.com/vim/vim/commit/52410575be50d5c40bbe6380159df48cfc382ceb | ||
* | vim-patch:8.1.2378: using old C style comments | Jan Edmund Lazo | 2020-04-12 |
| | | | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate. https://github.com/vim/vim/commit/5d18efecfd6c45d69f55268948a22cd0465bb955 | ||
* | misc1: fix pvs/v781 | Jan Edmund Lazo | 2019-12-26 |
| | |||
* | nsmarks: initial commit | timeyyy | 2019-11-11 |
| | |||
* | vim-patch:8.1.2258: may get hit-enter prompt after entering a number | Jan Edmund Lazo | 2019-11-09 |
| | | | | | | Problem: May get hit-enter prompt after entering a number. (Malcolm Rowe) Solution: Put back accidentally deleted lines. (closes vim/vim#5176) https://github.com/vim/vim/commit/dc968e7a45c672a81148628b755c2a440a228ad7 | ||
* | vim-patch:8.1.2096: too many #ifdefs #11229 | Daniel Hahler | 2019-10-17 |
| | | | | | | | Problem: Too many #ifdefs. Solution: Graduate FEAT_COMMENTS. https://github.com/vim/vim/commit/8c96af9c05bfcac2d5ae081e098d4863db561511 Fixes https://github.com/vim/vim/issues/4972. | ||
* | refactor: wrap common plines() usage in plines_win_full() #11141 | Zach Wegner | 2019-10-02 |
| | |||
* | refactor: allow us to process a child queue only while waiting on input | Björn Linse | 2019-09-08 |
| | |||
* | vim-patch:8.1.1887: the +cmdline_compl feature is not in the tiny version | Jan Edmund Lazo | 2019-08-19 |
| | | | | | | Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature. https://github.com/vim/vim/commit/0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a | ||
* | move ins_char | Daniel Hahler | 2019-08-07 |
| | |||
* | move del_lines | Daniel Hahler | 2019-08-07 |
| | |||
* | move truncate_line | Daniel Hahler | 2019-08-07 |
| | |||
* | move open_line | Daniel Hahler | 2019-08-07 |
| | |||
* | move del_bytes | Daniel Hahler | 2019-08-07 |
| | |||
* | move del_char, del_chars | Daniel Hahler | 2019-08-07 |
| | |||
* | move ins_str | Daniel Hahler | 2019-08-07 |
| | |||
* | move ins_char_bytes | Daniel Hahler | 2019-08-07 |
| | |||
* | move ins_bytes, ins_bytes_len | Daniel Hahler | 2019-08-07 |
| | |||
* | move unchanged | Daniel Hahler | 2019-08-07 |
| | |||
* | move changed_lines | Daniel Hahler | 2019-08-07 |
| | |||
* | move deleted_lines, deleted_lines_mark, changed_lines_buf | Daniel Hahler | 2019-08-07 |
| | |||
* | move appended_lines_mark | Daniel Hahler | 2019-08-07 |
| | |||
* | move appended_lines | Daniel Hahler | 2019-08-07 |
| | |||
* | move changedOneline, changed_bytes | Daniel Hahler | 2019-08-07 |
| | |||
* | move changed_common | Daniel Hahler | 2019-08-07 |
| | |||
* | move changed_int/changed_internal | Daniel Hahler | 2019-08-07 |
| | |||
* | move changed | Daniel Hahler | 2019-08-07 |
| | |||
* | move change_warning | Daniel Hahler | 2019-08-07 |
| | |||
* | lua: support getting UTF-32 and UTF-16 sizes of replaced text | Björn Linse | 2019-08-06 |
| | |||
* | lua: add {old_byte_size} to on_lines buffer change event | Björn Linse | 2019-08-06 |
| | |||
* | cleanup: remove mch_fopen in favor of os_fopen | Justin M. Keyes | 2019-07-25 |
| | |||
* | vim-patch:8.1.1724: too much overhead checking for CTRL-C #10564 | Jan Edmund Lazo | 2019-07-21 |
| | | | | | | Problem: Too much overhead checking for CTRL-C while processing text. Solution: Increase BREAKCHECK_SKIP. Remove the difference for when built with the GUI. (suggested by Andy Massimino, closes vim/vim#4708) https://github.com/vim/vim/commit/b4fe0eb4b4fe52a68a1df05162c03fe51c2fce79 | ||
* | lint | Ihor Antonov | 2019-07-16 |
| | |||
* | pvs/V1028: cast operands, not the result | Ihor Antonov | 2019-07-16 |
| | |||
* | lint | Jan Edmund Lazo | 2019-06-23 |
| | |||
* | lint | Jan Edmund Lazo | 2019-06-09 |
| | |||
* | vim-patch:8.1.1509: cmdline_row can become negative, causing a crash | Jan Edmund Lazo | 2019-06-09 |
| | | | | | | Problem: Cmdline_row can become negative, causing a crash. Solution: Make sure cmdline_row does not become negagive. (closes vim/vim#4102) https://github.com/vim/vim/commit/954bb0636390751c0665d7d730a13d86dc5bc6e6 | ||
* | vim-patch:8.0.1756: GUI: after prompting for a number the mouse shape is wrong | Jan Edmund Lazo | 2019-06-09 |
| | | | | | | | | Problem: GUI: after prompting for a number the mouse shape is sometimes wrong. Solution: Call setmouse() after setting "State". (Hirohito Higashi, closes vim/vim#2709) https://github.com/vim/vim/commit/73658317bacd9a0264dfaa32288de6ea1f236fe5 | ||
* | api: allow nvim_buf_attach from lua using callbacks | Björn Linse | 2019-06-04 |
| |