diff options
author | Sean Dewar <seandewar@users.noreply.github.com> | 2021-05-21 17:48:31 +0100 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-09-11 15:33:06 +0100 |
commit | cd18fe17a88d8144e5b841f1ca737fb4adf7885b (patch) | |
tree | b0848f30e791442b17eb0a92f4015dfd2660ca90 /src/nvim/eval/decode.c | |
parent | 5e22fdd9ccdd894d4c6e165438ca314ed2cd3b9e (diff) | |
download | rneovim-cd18fe17a88d8144e5b841f1ca737fb4adf7885b.tar.gz rneovim-cd18fe17a88d8144e5b841f1ca737fb4adf7885b.tar.bz2 rneovim-cd18fe17a88d8144e5b841f1ca737fb4adf7885b.zip |
vim-patch:8.1.1116: cannot enforce a Vim script style
Problem: Cannot enforce a Vim script style.
Solution: Add the :scriptversion command. (closes vim/vim#3857)
https://github.com/vim/vim/commit/558ca4ae55096f8763ab8515a304cda9c57f18a7
:scriptversion is N/A, but ":let ..=" is relevant.
N/A patches for version.c
vim-patch:8.1.1188: not all Vim variables require the v: prefix
Problem: Not all Vim variables require the v: prefix.
Solution: When scriptversion is 3 all Vim variables can only be used with
the v: prefix. (Ken Takata, closes vim/vim#4274)
https://github.com/vim/vim/commit/d2e716e6dfd50b605867c7c684373384c8edf707
vim-patch:8.1.1190: has('vimscript-3') does not work
Problem: has('vimscript-3') does not work.
Solution: Add "vimscript-3" to the list of features.
https://github.com/vim/vim/commit/93a4879c2008bbd26aac072e7cdc65b3ce7c32a3
vim-patch:8.1.2038: has('vimscript-4') is always 0
Problem: has('vimscript-4') is always 0.
Solution: Add "vimscript-4" to the feature table. (Naruhiko Nishino,
closes vim/vim#4941)
https://github.com/vim/vim/commit/af9143833865a2d8311e57313023271720442f90
Diffstat (limited to 'src/nvim/eval/decode.c')
0 files changed, 0 insertions, 0 deletions