aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* lsp: fix failed switch window error (#12900)Raphael2020-09-14
* doc: Add docs for uri functions (#12887)TJ DeVries2020-09-14
* luahl: global the luahlBjörn Linse2020-09-13
* Fix typo in treesitter docs: parser directory is `parser` not `parsers`Stephan Seitz2020-09-13
* fix: use luahl in treesitterThomas Vigouroux2020-09-13
* UI: fix cursor not displayed after hiding and un-hiding #12811erw72020-09-12
* docs: Add hint for :help vim.lsp.buf for new users (#12886)Dave Lage2020-09-12
* lsp: fix lsp.buf.formatting_sync() null response (#12752)beardedsakimonkey2020-09-12
* lsp: Fix parameter markdown rendering for signature help (#12832)Xuyuan Pang2020-09-12
* docs: Use nvim-lspconfig plugin in lsp docs (#12885)Dave Lage2020-09-12
* docs: Align help docs to match using tab (#12891)Dave Lage2020-09-12
* wip trying to fix the highlighterThomas Vigouroux2020-09-09
* treesitter: use new on_bytes interfaceBjörn Linse2020-09-09
* treesitter: revert wrong optimization in highlightsThomas Vigouroux2020-09-09
* vim-patch:8.2.1635: no digraph for 0x2022 BULLET #12876Jan Edmund Lazo2020-09-08
* docs: update (#12860)TJ DeVries2020-09-06
* UI: forward 'mousefocus' option #12863Justin M. Keyes2020-09-06
* Merge pull request #12858 from kyazdani42/fix/no-ts-hl-without-query-valueThomas Vigouroux2020-09-06
|\
| * apply bfredl suggestionkiyan422020-09-06
| * treesitter: check hl group exists before passing it in nvim_get_hl_id_by_namekiyan422020-09-05
* | lint: just bit twiddlin'Björn Linse2020-09-06
* | treesitter: update docs on predicatesThomas Vigouroux2020-09-06
* | treesitter: simplify match_predsThomas Vigouroux2020-09-06
* | treesitter: use lua-match? instead of match?Thomas Vigouroux2020-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
| * 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 #12847 from nvim-treesitter/ts-list-predicatesBjörn Linse2020-09-04
|\ \
| * | treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* | | treesitter: update to use buf_set_extmarkThomas Vigouroux2020-09-03
|/ /
* | vim-patch:8.2.1566: not all Bazel files are recognizedJan 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
* | | Merge pull request #12736 from vigoux/ts-iter-childrenBjörn Linse2020-09-01
|\ \ \
| * | | treesitter: add node:field() to get field childrenThomas Vigouroux2020-09-01
| * | | treesitter: allow to iterate over node childrenThomas Vigouroux2020-08-31
| |/ /
* / / g:clipboard: allow command given as a list #12775DDoSolitary2020-09-01
|/ /
* | docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31