aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | vim-patch:8.1.1108: test for 'visualbell' doesn't workJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.1107: no test for 'visualbell'Jan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.2.0108: when sign text is changed a manual redraw is neededJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.0939: no completion for sign group namesJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.1552: cursor position is wrong after sign column changesJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.1489: sign order wrong when priority was changedJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.1466: not updating priority on existing signJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.0896: tests for restricted mode no run for MS-Windows GUIJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.0885: test for restricted hangs on MS-Windows GUIJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.0881: can execute shell commands in rvim through interfacesJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.0883: missing some changes for Ex commandsJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.1642: may use uninitialized variableJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.0253: saving and restoring window title does not always workJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.2.0135: bracketed paste can still cause invalid memory accessJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.2.0133: invalid memory access with search commandJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.0.1587: inserting from the clipboard doesn't work literallyJan Edmund Lazo2020-03-01
| * | | | | | | pvs/v1048: variable was assigned same valueJan Edmund Lazo2020-03-01
| * | | | | | | 'clang/Logic error': zero-init MarkTreeIter varsJan Edmund Lazo2020-03-01
| * | | | | | | vim-patch:8.1.1510: a plugin cannot easily expand a command like done internallyJan Edmund Lazo2020-03-01
|/ / / / / / /
* | | | | | | man.vim: Handle `man` errors when looking for man-pathsRob Pilling2020-02-29
* | | | | | | Merge #11805 'vim-patch:8.1.0619'Justin M. Keyes2020-02-29
|\ \ \ \ \ \ \
| * | | | | | | vim-patch:8.1.0619: :echomsg and :echoerr do not handle List and DictJan Edmund Lazo2020-02-29
* | | | | | | | Merge pull request #11931 from h-michael/symbolMatthieu Coudron2020-03-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | lsp: add 'textDocument/documentSymbol’ callbackHirokazu Hata2020-03-01
| * | | | | | | lsp: add bufnr to callback function argumentsHirokazu Hata2020-02-28
| |/ / / / / /
* | | | | | | win/l10n: add zh-* locale aliases #11963cyy2020-02-29
* | | | | | | deps: Fix luv-static build issues #11961erw72020-02-29
|/ / / / / /
* | | | | | Merge pull request #11910 from mfussenegger/references-ctxMatthieu Coudron2020-02-27
|\ \ \ \ \ \
| * | | | | | LSP: Remove diagnostic message handling in locations_to_itemsMathias Fussenegger2020-02-27
| * | | | | | LSP/references: Add context to locations returned by serverMathias Fussenegger2020-02-27
|/ / / / / /
* | | | | | Merge pull request #11880 from bfredl/tree-sitter-regexBjörn Linse2020-02-27
|\ \ \ \ \ \
| * | | | | | lua: add regex support, and `@match` support in treesitter queriesBjörn Linse2020-02-26
| * | | | | | treesitter: redraw on changed queryBjörn Linse2020-02-26
* | | | | | | Add signs for Lsp diagnostics (#11668)Alvaro Muñoz2020-02-27
* | | | | | | LSP/hover: Do not throw away contents if first line is empty (#11939)Mathias Fußenegger2020-02-27
* | | | | | | add support to show diagnostics count in statusline (#11641)Alvaro Muñoz2020-02-26
* | | | | | | LSP: implement documentHighlight (#11638)Alvaro Muñoz2020-02-26
|/ / / / / /
* | | | | | Merge pull request #11946 from bfredl/ts-syncBjörn Linse2020-02-26
|\ \ \ \ \ \
| * | | | | | treesitter: update vendored tree-sitter runtimeBjörn Linse2020-02-25
|/ / / / / /
* | | | | | TUI: reset background color before scroll #11909Jakub Łuczyński2020-02-23
* | | | | | Merge pull request #11890 from cryptomilk/master-gcc10-fno-commonBjörn Linse2020-02-23
|\ \ \ \ \ \
| * | | | | | cmake: Check for -fno-common and use it if availableAndreas Schneider2020-02-23
| * | | | | | nvim: Correctly setup global channelsAndreas Schneider2020-02-23
| * | | | | | nvim:msgpack: Correctly set up global ch_before_blocking_eventsAndreas Schneider2020-02-23
| * | | | | | nvim: Fix enum declaration of RemapValuesAndreas Schneider2020-02-23
| * | | | | | nvim:viml: Fix enum declaration of ExprParserFlagsAndreas Schneider2020-02-23
| * | | | | | nvim:eval: Fix enum declaration for ListLenSpecialsAndreas Schneider2020-02-23
* | | | | | | Merge pull request #11934 from h-michael/restoreBjörn Linse2020-02-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | clang/scan-build: restore required codeHirokazu Hata2020-02-23
| |/ / / / /
* | | | | | CI/travis: workaround broken homebrewJustin M. Keyes2020-02-22