aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | Merge pull request #13993 from teto/gendocMatthieu Coudron2021-03-07
|\ \ \ \ \ \ \
| * | | | | | | more generic shebang for lua2dox_filterMatthieu Coudron2021-03-04
| * | | | | | | fix: section_name must be a dict {filename:name}Matthieu Coudron2021-03-04
| * | | | | | | chore: rename progress_callback to progress_handlerMatthieu Coudron2021-03-04
| * | | | | | | fix(flake): can now generate vimdocMatthieu Coudron2021-03-04
* | | | | | | | Merge pull request #13004 from jgehrig/jg-neovim-qt-runtimeerw72021-03-07
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Issue 12928: Windows missing QtSVG DLLJohn Gehrig2021-02-16
* | | | | | | | Merge pull request #13919 from TheAlakazam/lsplogfixMichael Lingelbach2021-03-06
|\ \ \ \ \ \ \ \
| * | | | | | | | lsp: add explicit entry on lsp log startPiyush Jaipuriyar2021-03-06
* | | | | | | | | Merge pull request #14052 from phaazon/fix/typoBjörn Linse2021-03-06
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix a typo in the Lua documentation for nvim_create_namespace().Dimitri Sabadie2021-03-04
* | | | | | | | | | Merge pull request #14066 from LeeWannacott/clarify-nvim-putBjörn Linse2021-03-06
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added If true to show that {after} and {follow} parameters of nvim_put() are ...Lee Wannacott2021-03-07
| * | | | | | | | | | Forgot to add colon to the {follow} parameters statementLee Wannacott2021-03-07
| * | | | | | | | | | Clarify that nvim_put()'s {after} and {follow} parameters expect boolean valu...Lee Wannacott2021-03-07
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #13793 from mjlbach/fix_terminating_eol_diagnosticMichael Lingelbach2021-03-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | lsp: fix diagnostic reported on terminating EOL characterMichael Lingelbach2021-03-02
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #14048 from saadparwaiz1/runtime/haskellJan Edmund Lazo2021-03-04
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | runtime/haskell: 4f4d51a942cc2c6b3e936ee0f93f00c2d000065cSaad Parwaiz2021-03-03
| * | | | | | | | | runtime/haskell: 8fe1000e9c3438d0ff36cf2340f0f0e48f8fb89fSaad Parwaiz2021-03-03
| * | | | | | | | | runtime/cabal: 23515b4ef7580af8b9d3b964a558ab2007cacda5Saad Parwaiz2021-03-03
| * | | | | | | | | runtime/cabal: 4f4d51a942cc2c6b3e936ee0f93f00c2d000065cSaad Parwaiz2021-03-03
* | | | | | | | | | Merge pull request #14059 from mjlbach/fix/no_notification_lsp_sigtermMichael Lingelbach2021-03-04
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | lsp: don't invoke vim.notify on sigterm of language serverMichael Lingelbach2021-03-04
|/ / / / / / / / /
* | | | | | | | | Merge pull request #14047 from mjlbach/feature/notify_on_crashMichael Lingelbach2021-03-04
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | lsp: invoke vim.notify when client exits with code or signal other than 0Michael Lingelbach2021-03-04
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | [RDY] Fix click on foldcolumn if it has tabline (#13982)tk-shirasaka2021-03-04
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | vim-patch:30e9b3c42567 (#13936)Volodymyr Kot2021-03-03
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #13973 from chentau/on_bytes_undofileBjörn Linse2021-03-03
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Extmarks: Save extmark undo information to undofile.chentau2021-03-02
* | | | | | | Merge pull request #14041 from janlazo/vim-8.2.2560Jan Edmund Lazo2021-03-02
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | vim-patch:8.2.1043: %a item in 'statusline' not testedJan Edmund Lazo2021-03-02
| * | | | | | vim-patch:8.2.2236: 'scroll' option can change when setting the statuslineJan Edmund Lazo2021-03-02
| * | | | | | vim-patch:8.1.1901: the +insert_expand feature is not always availableJan Edmund Lazo2021-03-01
| * | | | | | vim-patch:8.2.2560: setting 'winminheigt' does not take tabline into accountJan Edmund Lazo2021-03-01
|/ / / / / /
* | | | | | Merge pull request #14022 from crispgm/lsp-start-errorMichael Lingelbach2021-02-26
|\ \ \ \ \ \
| * | | | | | fix: show error when language server start fails and prevent future requestsDavid Zhang2021-02-26
|/ / / / / /
* | | | | | Merge pull request #14014 from mfussenegger/textDocumentSyncMichael Lingelbach2021-02-25
|\ \ \ \ \ \
| * | | | | | LSP: Resolve text_document_save capability according to specMathias Fussenegger2021-02-25
* | | | | | | Merge pull request #14004 from erw7/fix-ficJan Edmund Lazo2021-02-25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | path.c: fix path_fnamencmperw72021-02-25
| * | | | | | eval: add fname_case to feature listerw72021-02-25
| * | | | | | option: fix problem with fileignorecase not being set properlyerw72021-02-25
* | | | | | | Merge pull request #14008 from mfussenegger/docs-updateMichael Lingelbach2021-02-24
|\ \ \ \ \ \ \
| * | | | | | | Update lsp and api docs with gen_vimdoc changesMathias Fussenegger2021-02-24
|/ / / / / / /
* | | | | | | [LSP] Add in more docs for highlight groups with document_highlight() (#13614)Chris Kipp2021-02-24
* | | | | | | Merge pull request #14001 from janlazo/vim-8.2.2545Jan Edmund Lazo2021-02-24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
| * | | | | | vim-patch:8.2.2548: May get stuck in the cmdline window using :normalJan Edmund Lazo2021-02-23
| * | | | | | vim-patch:8.2.2547: "%" command not accurate for big filesJan Edmund Lazo2021-02-23