aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
| * | | | | | Merge pull request #17525 from lf-/hardcopy-truecolorbfredl2022-02-26
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | feat(hardcopy): check gui colours for highlights firstJade Lovelace2022-02-25
| * | | | | | Merge pull request #16845 from seandewar/floaty-aucmd-winbfredl2022-02-26
| |\ \ \ \ \ \
| | * | | | | | refactor(aucmd_win): remove need to restore window layoutSean Dewar2022-02-23
| | * | | | | | fix(aucmd_win): ensure aucmd_win stays floatingSean Dewar2022-02-23
| * | | | | | | Merge pull request #17414 from zeertzjq/api-set-cursor-redrawbfredl2022-02-26
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | fix(api): nvim_win_set_cursor() redraw for cursorline and statuslinezeertzjq2022-02-15
| * | | | | | | vim-patch:8.2.4464: Dtrace files are recognized as filetype D (#17518)Christian Clason2022-02-26
| * | | | | | | Merge pull request #17472 from lewis6991/signcol_improvementsbfredl2022-02-26
| |\ \ \ \ \ \ \
| | * | | | | | | fix(signcol): update cursor when signcol changesLewis Russell2022-02-24
| | * | | | | | | refactor(signcol): store signcol in win_TLewis Russell2022-02-24
| | * | | | | | | fix(signcol): handle edge case with maximum valueLewis Russell2022-02-24
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #17467 from dundargoc/ci/remove-failing-windowsJames McCoy2022-02-25
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | ci: skip tests that fail on windowsDundar Göc2022-02-20
| * | | | | | | feat(highlight): support for blend in nvim_set_hl (#17516)Lewis Russell2022-02-24
| * | | | | | | fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders2022-02-23
| * | | | | | | feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2022-02-22
| | |_|/ / / / | |/| | | | |
| * | | | | | fix(highlight): accept NONE as a color name (#17487)Lewis Russell2022-02-21
| * | | | | | Merge pull request #17403 from zeertzjq/vim-8.1.1955zeertzjq2022-02-21
| |\ \ \ \ \ \
| | * | | | | | vim-patch:8.2.0156: various typos in source files and testszeertzjq2022-02-14
| | * | | | | | vim-patch:8.1.1955: tests contain typoszeertzjq2022-02-14
| | * | | | | | vim-patch:8.1.1846: inconsistently using GetVimCommand() and v:progpathzeertzjq2022-02-14
| | | |_|_|/ / | | |/| | | |
| * | | | | | vim-patch:8.2.4427: getchar() may return modifiers if no character is availablezeertzjq2022-02-21
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #17460 from seandewar/vim-8.2.4419Sean Dewar2022-02-19
| |\ \ \ \ \
| | * | | | | vim-patch:8.2.4422: autochdir test fails on MS-WindowsSean Dewar2022-02-19
| | * | | | | vim-patch:8.2.4419: illegal memory access when using 20 highlightsSean Dewar2022-02-19
| | * | | | | vim-patch:8.2.4418: crash when using special multi-byte characterSean Dewar2022-02-19
| | * | | | | vim-patch:8.2.4403: ml_get error with nested folds and deleting linesSean Dewar2022-02-19
| | | |_|_|/ | | |/| | |
| * / | | | vim-patch:8.2.4424: ".gts" and ".gjs" files are not recognized (#17464)Christian Clason2022-02-19
| |/ / / /
| * | | | vim-patch:8.2.4414: solidity files are not recognized (#17451)Christian Clason2022-02-18
| * | | | refactor(lua): call loadfile internallyLewis Russell2022-02-18
| * | | | vim-patch:8.2.3661: test for put with large count failszeertzjq2022-02-18
| * | | | vim-patch:8.2.3660: overflow check uses wrong numberzeertzjq2022-02-18
| * | | | vim-patch:8.2.3659: integer overflow with large line numberzeertzjq2022-02-18
| * | | | Merge pull request #17433 from seandewar/vim-8.2.3492Sean Dewar2022-02-18
| |\ \ \ \
| | * | | | vim-patch:8.2.3601: check for overflow in put count does not work wellSean Dewar2022-02-17
| | * | | | fix(ops): str_to_reg passing NULL to memcpySean Dewar2022-02-17
| | * | | | vim-patch:8.2.3577: overflow check fails with 32 intsSean Dewar2022-02-17
| | * | | | vim-patch:8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)Sean Dewar2022-02-17
| | * | | | vim-patch:8.2.3574: divide by zeroSean Dewar2022-02-17
| | * | | | vim-patch:8.2.3573: cannot decide whether to skip test that fails with 64 bitSean Dewar2022-02-17
| | * | | | vim-patch:8.2.3570: Test_very_large_count fails on 32bit systemsSean Dewar2022-02-17
| | * | | | vim-patch:8.2.3493: large count test fails on MS-WindowsSean Dewar2022-02-17
| | * | | | vim-patch:8.2.3492: crash when pasting too many timesSean Dewar2022-02-17
| * | | | | vim-patch:8.2.4411: bicep files are not recognized (#17447)Christian Clason2022-02-17
| * | | | | fix(api): allow empty list for cterm in nvim_set_hlChristian Clason2022-02-17
| |/ / / /
| * | | | Merge pull request #17421 from lewis6991/hl0_clearbfredl2022-02-17
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | feat(highlight): support color names for ctermLewis Russell2022-02-16
| | * | | fix(highlight): allow globals to be clearedLewis Russell2022-02-16
| * | | | Merge pull request #17431 from zeertzjq/vim-8.2.4345zeertzjq2022-02-17
| |\ \ \ \