CVS log for Config/vim/syntax/tcl.vim
Up to [Local Repository] / Config / vim / syntax
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.14: download - view: text, markup - select for diffs
Sat Jun 6 02:48:15 2009 UTC (13 months, 3 weeks ago) by taylor
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +8 -3
lines
Turn string variable references into a cluster to enable string background hack.
Revision 1.13: download - view: text, markup - select for diffs
Mon Apr 6 02:38:36 2009 UTC (15 months, 3 weeks ago) by taylor
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +9 -3
lines
Added some Tcl 8.6 commands.
Remove refchan which is not a command.
Revision 1.12: download - view: text, markup - select for diffs
Thu Apr 2 20:56:44 2009 UTC (15 months, 4 weeks ago) by taylor
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +8 -2
lines
Add support to highlight expand syntax.
Revision 1.11: download - view: text, markup - select for diffs
Tue Mar 31 15:43:31 2009 UTC (16 months ago) by taylor
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3
lines
Period is not part of a variable name when dollar-expanded.
Revision 1.10: download - view: text, markup - select for diffs
Tue Feb 10 13:11:26 2009 UTC (17 months, 2 weeks ago) by taylor
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -3
lines
Add values which expr sees as boolean.
Add more string escape characters for brackets, braces, quote, and dollar-sign.
Revision 1.9: download - view: text, markup - select for diffs
Sat Jan 31 03:14:13 2009 UTC (17 months, 4 weeks ago) by taylor
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +11 -4
lines
Line continuations are \<newline> only.
Add configurable setting to provide visual warning for \<space><newline>.
Remove vestigial syntax reference.
Revision 1.8: download - view: text, markup - select for diffs
Sat Jan 31 02:57:17 2009 UTC (17 months, 4 weeks ago) by taylor
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +6 -6
lines
Greatly improved accuracy for matching backslash-escaped sequences.
Revision 1.7: download - view: text, markup - select for diffs
Sat Jan 31 02:33:10 2009 UTC (17 months, 4 weeks ago) by taylor
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -2
lines
Add "special" variables. Not sure if these will actually get used.
Revision 1.6: download - view: text, markup - select for diffs
Sun Jan 25 18:10:04 2009 UTC (18 months ago) by taylor
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3
lines
Minor wording change.
Revision 1.5: download - view: text, markup - select for diffs
Sun Jan 25 18:00:21 2009 UTC (18 months ago) by taylor
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Add revision information rather than Id.
Include URL for external access.
Revision 1.4: download - view: text, markup - select for diffs
Sun Jan 25 17:50:19 2009 UTC (18 months ago) by taylor
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -1
lines
Use CVS to track date and other information.
Revision 1.3: download - view: text, markup - select for diffs
Sun Jan 25 17:32:12 2009 UTC (18 months ago) by taylor
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +10 -10
lines
Removed loop and conditional commands from tclCommand.
Renamed tclEmbeddedCommand to tclEmbeddedStatement.
Revision 1.2: download - view: text, markup - select for diffs
Sun Jan 25 17:01:53 2009 UTC (18 months ago) by taylor
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +25 -21
lines
Replace tclStatement with tclCommand.
This is looking forward to separating commands from other words.
Also ensure that Tcl 8.5 basic and math commands are present.
Revision 1.1: download - view: text, markup - select for diffs
Sat Jan 24 17:59:03 2009 UTC (18 months ago) by taylor
Branches: MAIN
Added modifications to Vim's Tcl/Tk highlighting:
* support for variable references inside strings
* support for embedded commands inside strings
CVSWeb on MetaSyntax