diff options
author | jadedpasta <86900272+jadedpasta@users.noreply.github.com> | 2021-07-04 02:14:39 -0500 |
---|---|---|
committer | Sean Dewar <seandewar@users.noreply.github.com> | 2021-09-14 13:15:38 +0100 |
commit | ae89330ec0479cfa9eaaa2b64d8164e3309a1fea (patch) | |
tree | 20ec328d05f7cb11157c6f2aec0ffc80fd0a7e35 /runtime/lua/vim/lsp/_snippet.lua | |
parent | 2229e99ef918ad82c4d20d654b0299195f0ed15c (diff) | |
download | rneovim-ae89330ec0479cfa9eaaa2b64d8164e3309a1fea.tar.gz rneovim-ae89330ec0479cfa9eaaa2b64d8164e3309a1fea.tar.bz2 rneovim-ae89330ec0479cfa9eaaa2b64d8164e3309a1fea.zip |
backport: fix(vim.opt): vimL map string values not trimmed (#14982)
Options formatted as a list of comma-separated key-value pairs may have
values that contain leading and trailing whitespace characters. For
example, the `listchars` option has a default value of
`"tab:> ,trail:-,nbsp:+"`. When converting this value to a lua table,
leading and trailing whitespace should not be trimmed.
Co-authored-by: Robert Hrusecky <robert.hrusecky@utexas.edu>
Diffstat (limited to 'runtime/lua/vim/lsp/_snippet.lua')
0 files changed, 0 insertions, 0 deletions