aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | vim-patch:8.2.3882: more duplicated code in f_getreginfo()zeertzjq2021-12-24
| * | | | | | vim-patch:8.2.3879: getreg() and getregtype() contain dead codezeertzjq2021-12-24
| |/ / / / /
* | | | | | Merge pull request #16705 from zeertzjq/vim-8.2.2508Jan Edmund Lazo2021-12-25
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.3846: no error when using control character for 'lcs' or 'fcs'zeertzjq2021-12-19
| * | | | | | vim-patch:8.2.2641: display test fails because of lacking redrawzeertzjq2021-12-19
| * | | | | | vim-patch:8.2.2508: cannot change the character displayed in non existing lineszeertzjq2021-12-19
* | | | | | | vim-patch:8.2.3883: crash when switching to other regexp engine fails (#16773)zeertzjq2021-12-25
* | | | | | | Merge pull request #16789 from janlazo/vim-8.1.1184Jan Edmund Lazo2021-12-25
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.1.1379: filechanged test hangsJan Edmund Lazo2021-12-25
| * | | | | | | vim-patch:8.1.1184: undo file left behind after running testJan Edmund Lazo2021-12-25
| * | | | | | | test: port test_filechanged.vimJan Edmund Lazo2021-12-25
* | | | | | | | vim-patch:8.2.3880: Solution filter files are not recognized (#16779)Christian Clason2021-12-25
* | | | | | | | Merge pull request #16724 from VVKot/vim-8.2.3850Jan Edmund Lazo2021-12-25
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | vim-patch:8.2.3855: illegal memory access when displaying a blobVVKot2021-12-19
| * | | | | | | vim-patch:8.2.3850: illegal memory access when displaying a partialVVKot2021-12-19
* | | | | | | | test(old): reenable Test_virtual_replace() (#16674)zeertzjq2021-12-25
* | | | | | | | feat(lua): add vim.spell (#16620)Lewis Russell2021-12-25
* | | | | | | | Merge pull request #16725 from VVKot/vim-8.1.0040Björn Linse2021-12-25
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | vim-patch:8.1.0040: warnings from 64-bit compilerVVKot2021-12-20
| |/ / / / / /
* | | | | | | Merge pull request #16786 from jamessan/cancel-previous-ciJames McCoy2021-12-25
|\ \ \ \ \ \ \
| * | | | | | | ci: cancel in-progress CI if a PR is updatedJames McCoy2021-12-25
|/ / / / / / /
* | | | | | | vim-patch:8.2.3873: go.mod files are not recognized (#16757)dundargoc2021-12-25
* | | | | | | Merge pull request #16762 from zeertzjq/grid-truncate-pum-double-widthBjörn Linse2021-12-25
|\ \ \ \ \ \ \
| * | | | | | | refactor(pum_redraw): rename col -> grid_colzeertzjq2021-12-24
| * | | | | | | fix(pum_redraw): use grid_puts_len() to truncate the textzeertzjq2021-12-24
| * | | | | | | fix(screen): truncate when overwriting right half of a double-width charzeertzjq2021-12-24
| * | | | | | | fix(screen): truncate double-width character correctlyzeertzjq2021-12-24
| | |_|/ / / / | |/| | | | |
* | | | | | | chore(editorconfig): set max_line_length for .h and .in files (#16775)Maverun2021-12-24
* | | | | | | fix(options): disallow empty 'fdc' and 'scl' (#16765)Sean Dewar2021-12-24
|/ / / / / /
* | | | | | chore: set max_line_length in editorconfig (#16755)Gregory Anders2021-12-23
* | | | | | docs: regenerate (#16742)github-actions[bot]2021-12-23
* | | | | | Merge pull request #16754 from jamessan/vim-8.2.3874James McCoy2021-12-22
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.3874: cannot highlight the number column for a signJames McCoy2021-12-22
|/ / / / / /
* | | | | | refactor: fix comment spacing in option.h (#16749)zeertzjq2021-12-21
* | | | | | fix(api): make nil value in nvim_set_option_value clear local value (#16710)Gregory Anders2021-12-21
* | | | | | feat(lsp): add buf_detach_client (#16250)Michael Lingelbach2021-12-21
* | | | | | Merge pull request #16736 from dundargoc/ci/remove-unused-typo-fixJames McCoy2021-12-20
|\ \ \ \ \ \
| * | | | | | ci: remove unused "squash typo" workflowDundar Göc2021-12-20
|/ / / / / /
* | | | | | Merge pull request #16734 from zeertzjq/chdir-refactorJames McCoy2021-12-20
|\ \ \ \ \ \
| * | | | | | refactor: remove some chdir-related unnecessary calls and checkszeertzjq2021-12-20
| | |_|_|_|/ | |/| | | |
* | | | | | fix(lsp): fix `nil`-index behavior for UTF-8 in `_str_*index_enc` methods (#1...Rishikesh Vaishnav2021-12-20
* | | | | | Merge pull request #16727 from dundargoc/docs/remove-good-first-issue-suggestionJames McCoy2021-12-20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | docs: stop suggestion "good first issue" as a good first issueDundar Göc2021-12-19
|/ / / / /
* | | | | chore(build): add option to disable Lua bytecode compilation (#16722)Gregory Anders2021-12-19
* | | | | fix(lsp): avoid attaching to unloaded buffers (#16723)Michael Lingelbach2021-12-19
* | | | | Merge pull request #16657 from lewis6991/unused_warnBjörn Linse2021-12-19
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | chore: suppress -Wunused-but-set-variable warnsLewis Russell2021-12-19
* | | | | fix(build): check that LuaJIT has required modules for compilation (#16714)Gregory Anders2021-12-18
* | | | | fix: update last cursor on first CursorMoved (#16698)Michael Lingelbach2021-12-18
| |/ / / |/| | |
* | | | build(deps): bump luajit to commit 1d20f33 (#16712)Christian Clason2021-12-18