aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | treesitter: update docs on predicatesThomas Vigouroux2020-09-06
| * | | | | | | | treesitter: Use excplicit names in testsThomas Vigouroux2020-09-06
| * | | | | | | | treesitter: simplify match_predsThomas Vigouroux2020-09-06
| * | | | | | | | treesitter: use lua-match? instead of match?Thomas Vigouroux2020-09-06
| |/ / / / / / /
* / / / / / / / version.c: update [ci skip] (#12763)Marvim the Paranoid Android2020-09-06
|/ / / / / / /
* | | / / / / doc: fix invalid help tags #12745Georgy Komarov2020-09-05
| |_|/ / / / |/| | | | |
* | | | | | provider: align all foo#Detect() functions #12839Justin M. Keyes2020-09-05
* | | | | | fix(highlight): compare rows vs columns in range highlight check (#12852)Steven Sojka2020-09-05
* | | | | | Support for :perl, :perlfile, :perldo and perleval() (#12809)Justin M. Keyes2020-09-05
|\ \ \ \ \ \
| * | | | | | healtcheck: use g:perl_host_prog if its set insteadJacques Germishuys2020-09-05
| * | | | | | only perl 5.22+ is supportedJacques Germishuys2020-09-03
| * | | | | | import legacy perl interface testsJacques Germishuys2020-09-03
| * | | | | | added perleval() documentationJacques Germishuys2020-09-03
| * | | | | | document that the perl legacy interface is now also supportedJacques Germishuys2020-09-03
| * | | | | | document that the perl provider doesn't currently work on WindowsJacques Germishuys2020-08-30
| * | | | | | support for :perl, :perlfile, :perldo and perleval()Jacques Germishuys2020-08-30
* | | | | | | Merge pull request #12838 from bfredl/screenshotBjörn Linse2020-09-05
|\ \ \ \ \ \ \
| * | | | | | | nvim__screenshotBjörn Linse2020-09-05
| | |/ / / / / | |/| | | | |
* / | | | | | vim-patch:8.2.1586: :resize command not fully tested (#12853)Jan Edmund Lazo2020-09-05
|/ / / / / /
* | | | | | Merge pull request #12788 from bfredl/nulloffset-1Björn Linse2020-09-05
|\ \ \ \ \ \
| * | | | | | robustness: avoid adding offset to NULL pointerBjörn Linse2020-09-04
| * | | | | | treesitter: update runtimeBjörn Linse2020-09-04
|/ / / / / /
* | | | | | Merge pull request #12850 from bfredl/oopsieBjörn Linse2020-09-04
|\ \ \ \ \ \
| * | | | | | API: be less breaking in the christmas tree decorationsBjörn Linse2020-09-04
|/ / / / / /
* | | | | | Merge pull request #12847 from nvim-treesitter/ts-list-predicatesBjörn Linse2020-09-04
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* | | | | | Merge pull request #12816 from vigoux/decorationsBjörn Linse2020-09-04
|\ \ \ \ \ \
| * | | | | | treesitter: update to use buf_set_extmarkThomas Vigouroux2020-09-03
| * | | | | | decor: sketch new decorations APIBjörn Linse2020-09-03
| * | | | | | extmark: move id to dict in nvim_buf_set_extmarkBjörn Linse2020-09-03
| * | | | | | extmark: refiy "Decoration" abstractionBjörn Linse2020-09-03
| |/ / / / /
* | | | | | Merge pull request #12848 from jamessan/vim-8.2.1552James McCoy2020-09-04
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | vim-patch.sh: Fix PR subject with multiple patchesJames McCoy2020-09-04
| * | | | | lintJames McCoy2020-09-04
| * | | | | vim-patch:8.2.1560: using NULL pointers in some codeJames McCoy2020-09-04
| * | | | | vim-patch:8.2.1553: crash in edit testJames McCoy2020-09-04
| * | | | | vim-patch:8.2.1552: warnings from asan with clang-11James McCoy2020-09-03
|/ / / / /
* | | | | Merge #12827 'vim-patch:8.2.{1554,1561,1564,1565,1566}'Justin M. Keyes2020-09-02
|\ \ \ \ \
| * | | | | vim-patch:8.2.1564: a few remaining errors from ubsanJan Edmund Lazo2020-09-02
| * | | | | vim-patch:8.2.1566: not all Bazel files are recognizedJan Edmund Lazo2020-09-02
| * | | | | vim-patch:8.2.1565: spellfile test sometimes failsJan Edmund Lazo2020-09-02
| * | | | | vim-patch:8.2.1561: using NULL pointers in fold codeJan Edmund Lazo2020-09-02
| * | | | | vim-patch:8.2.1554: crash in normal testJan Edmund Lazo2020-09-02
|/ / / / /
* | | | | Merge #12468 'lsp: logging'Justin M. Keyes2020-09-01
|\ \ \ \ \
| * | | | | lsp: add key name to the output log valueHirokazu Hata2020-08-26
| * | | | | lsp: remove output log at rpc.notifyHirokazu Hata2020-08-26
* | | | | | lsp/make_position_param(): handle empty buffer #12825Gıyaseddin Tanrıkulu2020-09-01
* | | | | | eval_call_provider(): free unused return value #12819Jacques Germishuys2020-09-01
* | | | | | Merge pull request #12814 from theHamsta/escape-queriesThomas Vigouroux2020-09-01
|\ \ \ \ \ \
| * | | | | | treesitter: avoid escaping complete query stringsStephan Seitz2020-08-31