Fix d.kak invonluntary modification

This commit is contained in:
Maxime Coste 2019-10-17 22:15:57 +11:00
parent dc536da513
commit a5d662f7fe

View File

@ -77,7 +77,7 @@ evaluate-commands %sh{
types="${types}|string|ubyte|ucent|uint|ulong|ushort|void|wchar|wstring" types="${types}|string|ubyte|ucent|uint|ulong|ushort|void|wchar|wstring"
values="true|false|null" values="true|false|null"
tokens="__FILE__|__MODULE__|__LINE__|__FUNCTION__" tokens="__FILE__|__MODULE__|__LINE__|__FUNCTION__"
tokens="${tokens}|__Change|pop:__DATE__|__EOF__|__TIME__" tokens="${tokens}|__PRETTY_FUNCTION__|__DATE__|__EOF__|__TIME__"
tokens="${tokens}|__TIMESTAMP__|__VENDOR__|__VERSION__|#line" tokens="${tokens}|__TIMESTAMP__|__VENDOR__|__VERSION__|#line"
properties="this|init|sizeof|alignof|mangleof|stringof|infinity|nan|dig|epsilon|mant_dig" properties="this|init|sizeof|alignof|mangleof|stringof|infinity|nan|dig|epsilon|mant_dig"
properties="${properties}|max_10_exp|min_exp|max|min_normal|re|im|classinfo" properties="${properties}|max_10_exp|min_exp|max|min_normal|re|im|classinfo"