diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-01-03 22:14:44 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-01-03 22:14:44 +0100 |
commit | fa7353428f705f7a13465a1943dddeede4083023 (patch) | |
tree | 9bf592fd671997c4607ff053224f97c1f308df39 /runtime/doc/if_tcl.txt | |
parent | 24db72958fc91bd067c7d60a4990d09a6f295b48 (diff) | |
download | vim-fa7353428f705f7a13465a1943dddeede4083023.zip |
Updated runtime files.
Diffstat (limited to 'runtime/doc/if_tcl.txt')
-rw-r--r-- | runtime/doc/if_tcl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/if_tcl.txt b/runtime/doc/if_tcl.txt index d6726a354..bc9d3b8e2 100644 --- a/runtime/doc/if_tcl.txt +++ b/runtime/doc/if_tcl.txt @@ -1,4 +1,4 @@ -*if_tcl.txt* For Vim version 7.4. Last change: 2012 Aug 02 +*if_tcl.txt* For Vim version 7.4. Last change: 2016 Jan 01 VIM REFERENCE MANUAL by Ingo Wilken @@ -526,7 +526,7 @@ 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. The name of the DLL must match the Tcl version Vim was compiled with. -Currently the name is "tcl83.dll". That is for Tcl 8.3. To know for sure +Currently the name is "tcl86.dll". That is for Tcl 8.6. To know for sure edit "gvim.exe" and search for "tcl\d*.dll\c". ============================================================================== |