comparison src/option.c @ 7218:36dc8df8560f v7.4.918

commit https://github.com/vim/vim/commit/0796c0625fa4b9eb2f47fe8c976b78523924e1fb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 19:41:37 2015 +0100 patch 7.4.918 Problem: A digit in an option name has problems. Solution: Rename 'python3dll' to 'pythonthreedll'.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 19:45:04 +0100
parents 55c67e16e4fd
children 6ba7182fb7bd
comparison
equal deleted inserted replaced
7217:cbdc50315558 7218:36dc8df8560f
2128 #else 2128 #else
2129 (char_u *)NULL, PV_NONE, 2129 (char_u *)NULL, PV_NONE,
2130 #endif 2130 #endif
2131 {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT}, 2131 {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT},
2132 #if defined(DYNAMIC_PYTHON3) && !defined(WIN3264) 2132 #if defined(DYNAMIC_PYTHON3) && !defined(WIN3264)
2133 {"python3dll", NULL, P_STRING|P_VI_DEF|P_SECURE, 2133 {"pythonthreedll", NULL, P_STRING|P_VI_DEF|P_SECURE,
2134 (char_u *)&p_py3dll, PV_NONE, 2134 (char_u *)&p_py3dll, PV_NONE,
2135 {(char_u *)"", (char_u *)0L} SCRIPTID_INIT}, 2135 {(char_u *)"", (char_u *)0L} SCRIPTID_INIT},
2136 #endif 2136 #endif
2137 #if defined(DYNAMIC_PYTHON) && !defined(WIN3264) 2137 #if defined(DYNAMIC_PYTHON) && !defined(WIN3264)
2138 {"pythondll", NULL, P_STRING|P_VI_DEF|P_SECURE, 2138 {"pythondll", NULL, P_STRING|P_VI_DEF|P_SECURE,