comparison src/version.c @ 11484:3933a3bf9385 v8.0.0625

patch 8.0.0625: shellescape() always escapes a newline commit https://github.com/vim/vim/commit/206155280def51160a9d81d983aed639015ffb44 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 5 18:46:26 2017 +0200 patch 8.0.0625: shellescape() always escapes a newline Problem: shellescape() always escapes a newline, which does not work with some shells. (Harm te Hennepe) Solution: Only escape a newline when the "special" argument is non-zero. (Christian Brabandt, closes #1590)
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Jun 2017 19:00:03 +0200
parents e691ebe6558e
children 1658ac359af1
comparison
equal deleted inserted replaced
11483:da4f632c7b6b 11484:3933a3bf9385
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 625,
767 /**/ 769 /**/
768 624, 770 624,
769 /**/ 771 /**/
770 623, 772 623,
771 /**/ 773 /**/