]> granicus.if.org Git - vim/commitdiff
patch 7.4.918 v7.4.918
authorBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 18:41:37 +0000 (19:41 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 10 Nov 2015 18:41:37 +0000 (19:41 +0100)
Problem:    A digit in an option name has problems.
Solution:   Rename 'python3dll' to 'pythonthreedll'.

runtime/doc/options.txt
src/option.c
src/option.h
src/version.c

index f0e4f58c1f89687d68f72c61ace3cd433a86334b..c987545eaef49a683c703eefca144377e08fef04 100644 (file)
@@ -5698,8 +5698,8 @@ A jump table for the options with a short description can be found at |Q_op|.
        Insert mode completion.  When zero as much space as available is used.
        |ins-completion-menu|.
 
-                                               *'python3dll'*
-'python3dll'           string  (default empty)
+                                               *'pythonthreedll'*
+'pythonthreedll'       string  (default empty)
                        global
                        {not in Vi} {only for Unix}
                        {only available when compiled with the |+python3/dyn|
index bc44cb2d4bde9c7c13a7436acad80b1c63d3df70..6f9c5f5c2a9d72867eefc76fc5c4c2e52b766a02 100644 (file)
@@ -2130,7 +2130,7 @@ static struct vimoption
 #endif
                            {(char_u *)0L, (char_u *)0L} SCRIPTID_INIT},
 #if defined(DYNAMIC_PYTHON3) && !defined(WIN3264)
-    {"python3dll",  NULL,   P_STRING|P_VI_DEF|P_SECURE,
+    {"pythonthreedll",  NULL,   P_STRING|P_VI_DEF|P_SECURE,
                            (char_u *)&p_py3dll, PV_NONE,
                            {(char_u *)"", (char_u *)0L} SCRIPTID_INIT},
 #endif
index 739fd67bbee75e6f3f9f4948d9ead8aeb268cbef..f87283687a9592701bab9200c553d7649a2580f5 100644 (file)
@@ -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' */
index 0255d52011a744141120d2ba34496eceb3542d9c..eef83bdc3855d15a52bfbf056fc803f7741668f0 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    918,
 /**/
     917,
 /**/