Mercurial > vim
comparison src/version.c @ 15591:3a2bf24d2655 v8.1.0803
patch 8.1.0803: session file has problem with single quote in file name
commit https://github.com/vim/vim/commit/ad36a3588d32985ee27bd11aa97e5195ef623158
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Jan 24 13:34:42 2019 +0100
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.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 24 Jan 2019 13:45:05 +0100 |
parents | 44ea60ca593b |
children | e26caeb30026 |
comparison
equal
deleted
inserted
replaced
15590:cb9859388af8 | 15591:3a2bf24d2655 |
---|---|
789 NULL | 789 NULL |
790 }; | 790 }; |
791 | 791 |
792 static int included_patches[] = | 792 static int included_patches[] = |
793 { /* Add new patch number below this line */ | 793 { /* Add new patch number below this line */ |
794 /**/ | |
795 803, | |
794 /**/ | 796 /**/ |
795 802, | 797 802, |
796 /**/ | 798 /**/ |
797 801, | 799 801, |
798 /**/ | 800 /**/ |