aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* 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
* | lsp: Fix bad sortText comparison (#12485)Anmol Sethi2020-08-30
|/
* Merge pull request #12708 from runiq/lsp-docTJ DeVries2020-08-25
|\
| * Add FIXMEsPatrice Peterson2020-08-23
| * Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* | vim-patch:8.2.1517: cannot easily get the character under the cursorJan Edmund Lazo2020-08-23
|/
* vim-patch:8.2.1476: filetype test fails on MS-WindowsJan Edmund Lazo2020-08-17
* vim-patch:8.2.1474: /usr/lib/udef/rules.d not recognized as udevrulesJan Edmund Lazo2020-08-17
* runtime/tex.vim: patch to 2547aa930b59 #12504Manuel Krebs2020-08-16
* defaults: sessionoptions+=unix,slash #12760Jan Edmund Lazo2020-08-15
* fixup! mksession: always unix slashes "/" for filepathsJan Edmund Lazo2020-08-15
* fixup! vim-patch:68e6560b84f1Jan Edmund Lazo2020-08-15
* vim-patch:8.2.1458: .gawk files not recognizedJan Edmund Lazo2020-08-15
* vim-patch:8.2.1410: adding compiler plugin requires test changeJan Edmund Lazo2020-08-14
* vim-patch:8.2.1409: nmpmrc and php.ini filetypes not recognizedJan Edmund Lazo2020-08-14
* vim-patch:8.2.1347: cannot easily get the script IDJan Edmund Lazo2020-08-14
* vim-patch:8.1.2341: not so easy to interrupt a script programaticallyJan Edmund Lazo2020-08-14
* vim-patch:8.1.1674: script to check a colorscheme can be improvedJan Edmund Lazo2020-08-14
* vim-patch:8.1.0573: cannot redefine user command without ! in same scriptJan Edmund Lazo2020-08-14
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* Merge pull request #12739 from vigoux/ts-refactor-predicatesTJ DeVries2020-08-14
|\
| * treesitter: allow to force predicate additionThomas Vigouroux2020-08-13
| * treesitter: update docs on predicatesThomas Vigouroux2020-08-13
| * treesitter: add predicate negationThomas Vigouroux2020-08-13
| * treesitter: add and test vim-match? predicateThomas Vigouroux2020-08-13
| * treesitter: add contains? predicateThomas Vigouroux2020-08-13