diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-03-20 21:08:34 +0100 |
commit | e18c0b39815c5a746887a509c2cd9f11fadaba07 (patch) | |
tree | b94b501fcc8394a958fb44844892333b8d2b774d /runtime/doc/if_tcl.txt | |
parent | be6aa46c4d8948e164f7d181dc19ed2fc4818395 (diff) | |
download | vim-git-e18c0b39815c5a746887a509c2cd9f11fadaba07.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/doc/if_tcl.txt')
-rw-r--r-- | runtime/doc/if_tcl.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/if_tcl.txt b/runtime/doc/if_tcl.txt index 4d02233f0..a7a61df4e 100644 --- a/runtime/doc/if_tcl.txt +++ b/runtime/doc/if_tcl.txt @@ -526,7 +526,8 @@ can use Vim without this file. MS-Windows ~ To use the Tcl interface the Tcl DLL must be in your search path. In a -console window type "path" to see what directories are used. +console window type "path" to see what directories are used. The 'tcldll' +option can be also used to specify the Tcl DLL. The name of the DLL must match the Tcl version Vim was compiled with. Currently the name is "tcl86.dll". That is for Tcl 8.6. To know for sure |