aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fix(tui): end streamed paste correctly when key buffer is emptyzeertzjq2021-12-10
* Merge pull request #16597 from bfredl/nomisc1Björn Linse2021-12-10
|\
| * refactor(misc1): move preserve_exit() to related functions in main.cBjörn Linse2021-12-09
| * refactor(misc1): move out misc functions which obviously belong elsewhereBjörn Linse2021-12-09
| * refactor(misc1): move out autocmd related functionsBjörn Linse2021-12-09
| * refactor(misc1): move line_breakcheck family of functions to os/input.cBjörn Linse2021-12-09
* | Merge pull request #16541 from jamessan/vim-8.2.3664James McCoy2021-12-09
|\ \
| * | vim-patch:8.2.3757: an overlong highlight group name is silently truncatedJames McCoy2021-12-08
| * | vim-patch:8.2.3748: giving an error for an empty sign argument breaks a pluginJames McCoy2021-12-08
| * | vim-patch:8.2.3747: cannot remove highlight from an existing signJames McCoy2021-12-08
| * | vim-patch:8.2.3743: ":sign" can add a highlight group without a nameJames McCoy2021-12-08
| * | vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
| |/
* | Merge pull request #16414 from zeertzjq/terminal-no-invalid-rowsJames McCoy2021-12-09
|\ \
| * | fix(terminal): return early if there are no invalid rowszeertzjq2021-12-08
* | | Merge pull request #16547 from pekdon/sunosJames McCoy2021-12-09
|\ \ \
| * | | fix: don't use cfsetspeed, use i and o variantsClaes Nästén2021-12-07
| * | | fix: don't include pty.h on SunOSClaes Nästén2021-12-07
| * | | fix: add STRNLEN compatability macroClaes Nästén2021-12-06
| * | | fix: define NAME_MAX from _XOPEN_NAME_MAXClaes Nästén2021-12-06
| * | | fix: skip libutil on SunOSClaes Nästén2021-12-06
* | | | vim-patch:8.2.3769: zig files are not recognized (#16598)Christian Clason2021-12-09
| |_|/ |/| |
* | | Merge pull request #16418 from zeertzjq/terminal-coladvanceJames McCoy2021-12-08
|\ \ \
| * | | fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq2021-12-08
| | |/ | |/|
* | | fix: check for interrupt in nvim_echo, write_msg and nlua_print (#16537)ii142021-12-08
* | | fix(api): allow nvim_buf_set_extmark to accept end_row key (#16548)Gregory Anders2021-12-08
* | | Merge pull request #16421 from seandewar/vim-8.1.0035Jan Edmund Lazo2021-12-07
|\ \ \ | |/ / |/| |
| * | vim-patch:8.2.3671: restarting Insert mode in prompt buffer too oftenSean Dewar2021-12-07
| * | vim-patch:8.2.2014: using CTRL-O in a prompt buffer moves cursor to startSean Dewar2021-12-07
| * | vim-patch:8.2.1976: cannot backspace in prompt buffer after using cursor-leftSean Dewar2021-12-07
| * | vim-patch:8.2.1783: try-catch test failsSean Dewar2021-12-07
| * | vim-patch:8.2.1781: writing to prompt buffer interferes with insert modeSean Dewar2021-12-07
| * | vim-patch:8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"Sean Dewar2021-12-07
| * | vim-patch:8.1.0042: if omni completion opens a window Insert mode is stoppedSean Dewar2021-12-07
| * | fix(prompt): add missing changes from v8.1.0036Sean Dewar2021-12-07
| * | vim-patch:8.1.0035: not easy to switch between prompt buffer and other windowsSean Dewar2021-12-07
* | | Merge pull request #16556 from zeertzjq/hl-change-updateBjörn Linse2021-12-07
|\ \ \
| * | | fix(highlight): always update window highlight if highlight changedzeertzjq2021-12-07
| |/ /
* / / fix(screen): do not draw filler lines post eof if already at last rowzeertzjq2021-12-07
|/ /
* | Merge pull request #16194 from seandewar/vim-8.1.1925Jan Edmund Lazo2021-12-07
|\ \
| * | test(oldtest): uncomment method call syntax usesSean Dewar2021-11-26
| * | fix(eval/method): add missing method support for existing built-insSean Dewar2021-11-26
| * | vim-patch:8.2.1241: cannot use getbufinfo() as a methodSean Dewar2021-11-26
| * | vim-patch:8.2.1168: wrong method argument for appendbufline()Sean Dewar2021-11-26
| * | vim-patch:8.2.0871: cannot use getmarklist() as a methodSean Dewar2021-11-26
| * | vim-patch:8.2.0532: cannot use simplify() as a methodSean Dewar2021-11-26
| * | vim-patch:8.1.2166: rubyeval() not tested as a methodSean Dewar2021-11-26
| * | vim-patch:8.1.2013: more functions can be used as methodsSean Dewar2021-11-26
| * | vim-patch:7.4.1777Sean Dewar2021-11-26
| * | vim-patch:8.1.2011: more functions can be used as methodsSean Dewar2021-11-26
| * | feat(eval/method): partially port v8.1.2004Sean Dewar2021-11-26