Commit Graph

16 Commits

Author SHA1 Message Date
ff0baca865 runtime(syntax): unlet b:filetype_in_cpp_family for cpp & squirrel
Update runtime/syntax/cpp.vim and runtime/syntax/squirrel.vim to unlet
b:filetype_in_cpp_family as it remains set even after updating the ft of
a file manually or through a modeline, not allowing c specific keywords
to be highlighted.

Since the variable b:filetype_in_cpp_family is only used by the c.vim
syntax script, unlet it directly after sourcing the c.vim runtime file
instead of at the end of the script.

Also update the last Change Header for both files.

closes: #13650

Signed-off-by: laburnumT <laburnumtec@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-12-08 21:28:44 +01:00
89a9c159f2 Update runtime files 2021-08-29 21:55:35 +02:00
d2ea7cf10a Update runtime files 2021-05-30 20:54:13 +02:00
98a29d00a4 Update runtime files. 2021-01-18 19:55:44 +01:00
95a9dd1efc Update runtime files. 2019-12-19 22:12:03 +01:00
6aa8cea46d Update runtime files. 2017-06-05 14:44:35 +02:00
b4ada79aa7 Runtime file updates. 2016-10-30 21:55:26 +01:00
f37506f60f Updated runtime files. Remove HiLink commands. 2016-08-31 22:22:10 +02:00
89bcfda683 Updated runtime files. Remove version checks for Vim older than 6.0. 2016-08-30 23:26:57 +02:00
063b9d15ab Updated runtime files. 2016-07-09 20:21:48 +02:00
b4ff518d95 Updated runtime files. 2015-11-10 21:15:48 +01:00
f2571c61d5 Updated runtime files. 2015-06-09 19:44:55 +02:00
d8b77f7dc0 updated for version 7.4.656
Problem:    Missing changes for glob() in one file.
Solution:   Add the missing changes.
2015-03-05 21:21:19 +01:00
13600303c5 Runtime file updates. 2014-05-22 18:26:40 +02:00
ac7bd63844 Update runtime files. 2013-03-19 11:35:58 +01:00
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00