aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | fix(test): Detect more core filenamesJames McCoy2021-04-08
| * | | | | | | Add more info to debug messagesJames McCoy2021-04-08
| * | | | | | | Lower "closed by the client" message level to INFOJames McCoy2021-04-08
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #14326 from janlazo/vim-8.2.0623Jan Edmund Lazo2021-04-09
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.2.2738: extending a list with itself can give wrong resultJan Edmund Lazo2021-04-08
| * | | | | | | vim-patch:8.2.1822: list test doesn't failJan Edmund Lazo2021-04-08
| * | | | | | | eval: add v:_null_stringJan Edmund Lazo2021-04-08
| * | | | | | | vim-patch:8.2.0623: typo in test commentJan Edmund Lazo2021-04-08
* | | | | | | | vim-patch:8.2.2737: status line not updated when local 'statusline' option se...bphilly962021-04-08
|/ / / / / / /
* | | | | | | Merge pull request #14314 from janlazo/vim-8.2.2720Jan Edmund Lazo2021-04-08
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | vim-patch:8.2.1305: some tests are still old styleJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1791: Vim9: debugger test failsJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1508: not all debugger commands covered by testsJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1393: insufficient testing for script debuggingJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.2.1304: debug backtrace isn't tested muchJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.0.1511: some code for the debugger watch expression is clumsyJan Edmund Lazo2021-04-08
| * | | | | | vim-patch:8.0.1505: debugger can't break on a conditionJan Edmund Lazo2021-04-08
|/ / / / / /
* | | | | | Merge pull request #14302 from vigoux/fix-8449Michael Lingelbach2021-04-07
|\ \ \ \ \ \
| * | | | | | docs: add priority option in buf_set_extmarkThomas Vigouroux2021-04-07
* | | | | | | Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz2021-04-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | fix(ts): move checkhealth in runtime/vimThomas Vigouroux2021-04-06
| * | | | | | feat(ts): include parser ABI version in checkhealthThomas Vigouroux2021-04-06
| * | | | | | feat: treesitter checkhealthMatthieu Coudron2021-04-06
| * | | | | | fix: allow accessing vim.treesitter.language without requireThomas Vigouroux2021-04-01
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #14309 from mjlbach/feature/hover_return_win_bufMichael Lingelbach2021-04-07
|\ \ \ \ \ \
| * | | | | | lsp: hover window should return buf/winnr from focusable floatMichael Lingelbach2021-04-07
* | | | | | | Merge pull request #14308 from mjlbach/lsp_update_docsMichael Lingelbach2021-04-07
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | lsp: update documentation on window bordersMichael Lingelbach2021-04-06
|/ / / / / /
* | | | | | Merge pull request #14299 from mjlbach/issue_template_improvementsMichael Lingelbach2021-04-06
|\ \ \ \ \ \
| * | | | | | issue template: add reference to discourse and minimal config in lsp issue te...Michael Lingelbach2021-04-05
* | | | | | | Merge pull request #14300 from elianiva/feat/lsp_border_configMichael Lingelbach2021-04-05
|\ \ \ \ \ \ \
| * | | | | | | feat(lsp): make hover/signature_help borders configurableelianiva2021-04-06
| |/ / / / / /
* | | | | | | Merge pull request #14290 from Shougo/vim-8.2.2704Jan Edmund Lazo2021-04-05
|\ \ \ \ \ \ \
| * | | | | | | Fix the commentsShougo Matsushita2021-04-05
| * | | | | | | vim-patch:8.2.2707: adding a lot of completions can still be a bit slowShougo Matsushita2021-04-05
| * | | | | | | vim-patch:8.2.2704: adding a lot of completions can be a bit slowShougo Matsushita2021-04-05
* | | | | | | | Merge pull request #14291 from janlazo/vim-8.2.2709Jan Edmund Lazo2021-04-05
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | vim-patch:8.2.2714: filetype pattern ending in star is too far upJan Edmund Lazo2021-04-05
| * | | | | | | vim-patch:8.2.2711: "gj" in a closed fold does not move out of the foldJan Edmund Lazo2021-04-05
|/ / / / / / /
* | | | | | | lsp: floating window improvements (#14207)Michael Lingelbach2021-04-05
* | | | | | | vim-patch:8.1.2205: sign entry structure has confusing name (#14289)Lewis Russell2021-04-05
|/ / / / / /
* | | | | | Merge pull request #14227 from bfredl/bordaa3Björn Linse2021-04-05
|\ \ \ \ \ \
| * | | | | | Border: allow to enable/disable specific border edgesBjörn Linse2021-04-04
* | | | | | | Merge pull request #14199 from bfredl/chansend2Björn Linse2021-04-04
|\ \ \ \ \ \ \
| * | | | | | | api: fix use-after-free in nvim_chan_sendBjörn Linse2021-04-04
* | | | | | | | vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...Ghjuvan Lacambre2021-04-04
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #14063 from lewis6991/masterJan Edmund Lazo2021-04-04
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.1.1899: sign_place() does not work as documentedLewis Russell2021-04-03
| * | | | | | | vim-patch:8.1.1682: placing a larger number of ...Lewis Russell2021-04-03
| * | | | | | | vim-patch:8.1.1631: displaying signs is inefficientLewis Russell2021-04-03