]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0803: session file has problem with single quote in file name v8.1.0803
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Jan 2019 12:34:42 +0000 (13:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Jan 2019 12:34:42 +0000 (13:34 +0100)
commitad36a3588d32985ee27bd11aa97e5195ef623158
tree5d7000acd5dd64d990717fb91ceacd47a3a9dce2
parenta5be9b62480a6f338a72c01e57c9edd0bca8048b
patch 8.1.0803: session file has problem with single quote in file name

Problem:    Session file has problem with single quote in file name. (Jon
            Crowe)
Solution:   Use a double quoted string.  Add a test.
src/ex_docmd.c
src/testdir/test_mksession.vim
src/version.c