diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kate/data/bash.xml | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
Revert automated changes
Sorry guys, they are just not ready for prime time
Work will continue as always
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/data/bash.xml')
-rw-r--r-- | kate/data/bash.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kate/data/bash.xml b/kate/data/bash.xml index 2dcc5f7ca..cbb0f7643 100644 --- a/kate/data/bash.xml +++ b/kate/data/bash.xml @@ -207,8 +207,8 @@ <item> true </item> <item> umount </item> <item> uname </item> - <item> tqunicode_start </item> - <item> tqunicode_stop </item> + <item> unicode_start </item> + <item> unicode_stop </item> <item> unlink </item> <item> utmpdump </item> <item> uuidgen </item> @@ -284,7 +284,7 @@ <item> expr </item> <item> fbset </item> <item> file </item> - <item> tqfind </item> + <item> find </item> <item> flex </item> <item> flex++ </item> <item> fmt </item> @@ -536,7 +536,7 @@ <RegExpr attribute="Function" context="#stay" String="&funcname;\s*\(\)" /> </context> - <!-- FindOthers tqcontains various rules to mark different shell input --> + <!-- FindOthers contains various rules to mark different shell input --> <context attribute="Normal Text" lineEndContext="#stay" name="FindOthers"> <RegExpr attribute="Escape" context="#stay" String="\\[][;\\$`{}()|&<>* ]" /> <RegExpr attribute="Keyword" context="#stay" String="\\$" /> @@ -574,7 +574,7 @@ <RegExpr attribute="Escape" context="#stay" String="\\[`$\\]" /> </context> - <!-- FindTests tqfinds operators valid in tests --> + <!-- FindTests finds operators valid in tests --> <context attribute="Normal Text" lineEndContext="#stay" name="FindTests"> <RegExpr attribute="Expression" context="#stay" String="-[abcdefghkprstuwxOGLSNozn](?=\s)"/> <RegExpr attribute="Expression" context="#stay" String="-([no]t|ef)(?=\s)"/> |