diff src/option.h @ 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 42717d048817
children 9487ea110214
line wrap: on
line diff
--- a/src/option.h
+++ b/src/option.h
@@ -689,7 +689,7 @@ EXTERN char_u	*p_cdpath;	/* 'cdpath' */
 EXTERN char_u	*p_perldll;	/* 'perldll' */
 #endif
 #if defined(DYNAMIC_PYTHON3) && !defined(WIN3264)
-EXTERN char_u	*p_py3dll;	/* 'python3dll' */
+EXTERN char_u	*p_py3dll;	/* 'pythonthreedll' */
 #endif
 #if defined(DYNAMIC_PYTHON) && !defined(WIN3264)
 EXTERN char_u	*p_pydll;	/* 'pythondll' */