Skip to content

Commit 6f994bc

Browse files
authored
Update vim docs
1 parent f658ca5 commit 6f994bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/vimspector.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ runtime dependencies). They are categorised by their level of support:
308308
--------------------------------------------------------------------------------------------------------------------------------------------------------------
309309
| Go | Tested | '--enable-go' | delve | Go 1.16+ |
310310
--------------------------------------------------------------------------------------------------------------------------------------------------------------
311-
| TCL | Supported | '--all' or '--enable-tcl' | tclpro | TCL 8.5 |
311+
| TCL | Supported | '--all' or '--enable-tcl' | tclpro | TCL >= 8.5 < 9.0 |
312312
--------------------------------------------------------------------------------------------------------------------------------------------------------------
313313
| Bourne Shell | Supported | '--all' or '--enable-bash' | vscode-bash-debug | Bash v?? |
314314
--------------------------------------------------------------------------------------------------------------------------------------------------------------
@@ -2267,6 +2267,8 @@ TCL ~
22672267

22682268
- TCL (TclProDebug)
22692269

2270+
Requires TCL 8.x. Does not work with TCL 9.
2271+
22702272
See my fork of TclProDebug [48] for instructions.
22712273

22722274
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)