comparison src/version.c @ 30146:d58afefecd6c v9.0.0409

patch 9.0.0409: #{g:x} was seen as a curly-braces expression Commit: https://github.com/vim/vim/commit/7c7e1e9b98d4e5dbe7358c795a635c6f1f36f418 Author: ii14 <ii14@users.noreply.github.com> Date: Wed Sep 7 19:40:17 2022 +0100 patch 9.0.0409: #{g:x} was seen as a curly-braces expression Problem: #{g:x} was seen as a curly-braces expression. Solution: Do never see #{} as a curly-braces expression. (closes https://github.com/vim/vim/issues/11075)
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 20:45:03 +0200
parents 17f72013adea
children d8560d2c1f30
comparison
equal deleted inserted replaced
30145:7571004d6f37 30146:d58afefecd6c
701 NULL 701 NULL
702 }; 702 };
703 703
704 static int included_patches[] = 704 static int included_patches[] =
705 { /* Add new patch number below this line */ 705 { /* Add new patch number below this line */
706 /**/
707 409,
706 /**/ 708 /**/
707 408, 709 408,
708 /**/ 710 /**/
709 407, 711 407,
710 /**/ 712 /**/