]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0867: job and channel in a dict value not quoted v8.0.0867
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 14:33:56 +0000 (16:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Aug 2017 14:33:56 +0000 (16:33 +0200)
commit35422f45ba01806d357994f18cb9af64980c67e6
tree1fbcc82b2d890811a245e9b0323284edc547824a
parentd53109886bc9c4fa7a9c9a402c90fe349b2dd7ac
patch 8.0.0867: job and channel in a dict value not quoted

Problem:    When using a job or channel value as a dict value, when turning it
            into a string the quotes are missing.
Solution:   Add quotes to the job and channel values. (Yasuhiro Matsumoto,
            closes #1930)
src/eval.c
src/list.c
src/testdir/test_terminal.vim
src/version.c