diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-11-10 19:41:37 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-11-10 19:41:37 +0100 |
commit | 0796c0625fa4b9eb2f47fe8c976b78523924e1fb (patch) | |
tree | e4a3514674b2a5ec83a7ef91f517f88576a336a5 /runtime/doc/options.txt | |
parent | 1be2ed6c11671eabefa0fc8600fd2af6cd3963e8 (diff) | |
download | vim-git-0796c0625fa4b9eb2f47fe8c976b78523924e1fb.tar.gz |
patch 7.4.918v7.4.918
Problem: A digit in an option name has problems.
Solution: Rename 'python3dll' to 'pythonthreedll'.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f0e4f58c1..c987545ea 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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| |