diff options
author | James McCoy <jamessan@jamessan.com> | 2020-09-03 22:28:27 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2020-09-04 08:25:33 -0400 |
commit | 11901922167924e95b2af7f2eab59943f6aa02a5 (patch) | |
tree | 76dffb305b4de48a5b8278b6e08d919169585c39 /runtime/lua/vim/treesitter/query.lua | |
parent | ae8f10873291bd35421d5d910154d9750779747e (diff) | |
download | rneovim-11901922167924e95b2af7f2eab59943f6aa02a5.tar.gz rneovim-11901922167924e95b2af7f2eab59943f6aa02a5.tar.bz2 rneovim-11901922167924e95b2af7f2eab59943f6aa02a5.zip |
vim-patch:8.2.1560: using NULL pointers in some code
Problem: Using NULL pointers in some code. (James McCoy)
Solution: Avoid adding to a NULL pointer. Use byte as unsigned.
https://github.com/vim/vim/commit/9c2b06637b32742cac11bfd66b1a4e84583c6c2e
The changes to eval.c (skip_expr_concatenate) and vim9compile.c aren't
included since they're specific to vim9script support.
Diffstat (limited to 'runtime/lua/vim/treesitter/query.lua')
0 files changed, 0 insertions, 0 deletions