aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | api(nvim_open_win): add "noautocmd" optionSean Dewar2021-06-01
|/ / / / /
* | | | | Merge pull request #14685 from janlazo/vim-8.2.2911Jan Edmund Lazo2021-05-31
|\ \ \ \ \
| * | | | | vim-patch:8.2.2916: operators are not fully testedJan Edmund Lazo2021-05-31
| * | | | | vim-patch:8.1.2400: test39 is old styleJan Edmund Lazo2021-05-31
| * | | | | vim-patch:8.2.2914: cannot paste a block without adding paddingJan Edmund Lazo2021-05-31
| * | | | | vim-patch:8.2.2911: pattern "\%V" does not match all of block selectionJan Edmund Lazo2021-05-31
| | |/ / / | |/| | |
* | | | | Merge pull request #14531 from janlazo/revert-noblockJan Edmund Lazo2021-05-31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Revert "api/window: use the "noblock" variants in nvim_win_set_buf"Jan Edmund Lazo2021-05-10
* | | | | Merge pull request #14690 from mjlbach/fix_docsMichael Lingelbach2021-05-31
|\ \ \ \ \
| * | | | | fix(docs): delete duplicate tagsMichael Lingelbach2021-05-31
|/ / / / /
* | | | | Merge pull request #14687 from kabouzeid/vim-docsMichael Lingelbach2021-05-31
|\ \ \ \ \
| * | | | | docs: regenerateKarim Abou Zeid2021-05-31
| | |/ / / | |/| | |
* | | | | Merge pull request #14635 from folke/lsp_get_linesMichael Lingelbach2021-05-31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | perf(lsp): get all lines from a file in one goFolke Lemaitre2021-05-25
* | | | | fix vim.opt:remove doc (#14664)Amirreza Askarpour2021-05-30
* | | | | Merge pull request #14649 from folke/lsp_float_refactorMichael Lingelbach2021-05-29
|\ \ \ \ \
| * | | | | refactor(lsp): consolidate the different floating window methods into open_fl...Folke Lemaitre2021-05-29
* | | | | | Merge pull request #14673 from janlazo/vim-8.2.2898Jan Edmund Lazo2021-05-29
|\ \ \ \ \ \
| * | | | | | vim-patch:8.2.2900: QuitPre is triggered before :wq writes the fileJan Edmund Lazo2021-05-29
| * | | | | | vim-patch:8.2.2898: QuitPre and ExitPre not triggered when GUI window is closedJan Edmund Lazo2021-05-29
|/ / / / / /
* | | | | | lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* | | | | | cmake: install app icon in XDG hicolor icon theme (#14656)Pino Toscano2021-05-27
|/ / / / /
* | | | | Merge pull request #14646 from mfussenegger/wipe-floating-markdown-bufsMichael Lingelbach2021-05-26
|\ \ \ \ \
| * | | | | lsp: Ensure floating markdown buffers are deleted on hideMathias Fussenegger2021-05-26
|/ / / / /
* | | | | Merge pull request #14607 from glacambre/fix_get_all_options_info_crashJames McCoy2021-05-26
|\ \ \ \ \
| * | | | | Fix crash on `:echo get_all_options_info()`glacambre2021-05-26
* | | | | | Merge pull request #14640 from janlazo/vim-3ec3217f0491Jan Edmund Lazo2021-05-26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | vim-patch:8.2.2278: falling back to old regexp engine can some patternsJan Edmund Lazo2021-05-26
| * | | | | vim-patch:8.2.2885: searching for \%'> does not match linewise end of lineJan Edmund Lazo2021-05-26
| * | | | | vim-patch:3ec3217f0491Jan Edmund Lazo2021-05-25
|/ / / / /
* | | | | Merge pull request #14634 from janlazo/vim-8.2.2880Jan Edmund Lazo2021-05-24
|\ \ \ \ \
| * | | | | vim-patch:8.2.2884: not enough cscope code is covered by testsJan Edmund Lazo2021-05-24
| * | | | | vim-patch:8.2.0511: Cscope code not fully testedJan Edmund Lazo2021-05-24
| * | | | | test/old: partial port of patch v8.2.1.0183Jan Edmund Lazo2021-05-24
| * | | | | vim-patch:8.2.1689: 'colorcolumn' doesn't show in indentJan Edmund Lazo2021-05-24
| * | | | | vim-patch:8.2.1957: diff and cursorcolumn highlighting don't mixJan Edmund Lazo2021-05-24
| * | | | | vim-patch:8.2.2880: unified diff fails if actually usedJan Edmund Lazo2021-05-24
|/ / / / /
* | | | | vim-patch:8.2.2879: file extension .hsig not recognized (#14628)Jan Edmund Lazo2021-05-23
* | | | | vim-patch:8.2.2879: file extension .hsig not recognized (#14623)Jan Edmund Lazo2021-05-23
* | | | | Merge pull request #14622 from mfussenegger/unmute-error-responsesMichael Lingelbach2021-05-23
|\ \ \ \ \
| * | | | | lsp: Only mute RequestCancelled or ContentModified, but not other errorsMathias Fussenegger2021-05-23
|/ / / / /
* | | | | Merge pull request #14619 from janlazo/vim-8.2.2772Jan Edmund Lazo2021-05-22
|\ \ \ \ \
| * | | | | vim-patch:8.2.2778: problem restoring 'packpath' in sessionJan Edmund Lazo2021-05-22
| * | | | | vim-patch:8.2.2772: problems when restoring 'runtimepath' from a session fileJan Edmund Lazo2021-05-22
| * | | | | fixup! vim-patch:8.1.0734: the hlsearch state is not stored in a session file...Jan Edmund Lazo2021-05-22
|/ / / / /
* | | | | Merge pull request #14615 from folke/faster_locations_to_itemsMichael Lingelbach2021-05-22
|\ \ \ \ \
| * | | | | perf(lsp): locations_to_items use libuv for unloaded buffers to get lineFolke Lemaitre2021-05-22
* | | | | | Merge pull request #14269 from fdschmidt93/fix/document_symbol_rangeMichael Lingelbach2021-05-22
|\ \ \ \ \ \
| * | | | | | fix: selectionrange over range for document symbolsFabian David Schmidt2021-04-01
* | | | | | | Merge pull request #14603 from folke/format_on_saveMichael Lingelbach2021-05-22
|\ \ \ \ \ \ \