From 26adf4cff748a9078584b87b36efcf7aceb54199 Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Tue, 14 Oct 2003 00:00:00 +0000 Subject: [PATCH] Version 0.3.1 The previous version of this utility contained both the dictionary file and a ftplugin. However, I decided to split them and the ftplugin is now a separate script. --- README | 8 +++ ttcn.dict | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 README create mode 100644 ttcn.dict diff --git a/README b/README new file mode 100644 index 0000000..f75136e --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +This is a mirror of http://www.vim.org/scripts/script.php?script_id=767 + +This package provides keyword completion for TTCN-3. + +In insert mode you hit ctrl-x ctrl-k to get suggestions of keywords that could complete the currently typed word. + +Note: ctrl-x ctrl-k is the Vim built-in method for dictionary completion; check out vimtip #91 and vimtip #102 for cool stuff and adjustments you can make! + diff --git a/ttcn.dict b/ttcn.dict new file mode 100644 index 0000000..ad5e572 --- /dev/null +++ b/ttcn.dict @@ -0,0 +1,168 @@ +action +activate +address +all +alt +altstep +and +and4b +any +anytype +bit2hex +bit2int +bit2oct +bit2str +bitstring +boolean +call +catch +char +char +char2int +charstring +check +clear +complement +component +connect +const +control +create +deactivate +default +disconnect +display +do +done +else +encode +enumerated +error +except +exception +execute +extension +external +fail +false +float +float2int +for +from +from +function +getcall +getreply +getverdict +goto +group +hex2bit +hex2int +hex2oct +hex2str +hexstring +if +ifpresent +import +in +inconc +infinity +inout +int2bit +int2char +int2float +int2hex +int2oct +int2str +int2unichar +integer +interleave +ischosen +ispresent +label +language +length +lengthof +log +map +match +message +mixed +mod +modifies +module +modulepar +mtc +noblock +none +not +not4b +nowait +null +objid +oct2bit +oct2int +oct2str +octetstring +of +omit +on +optional +or +or4b +out +override +param +pass +pattern +port +procedure +raise +read +receive +record +recursive +regexp +rem +repeat +reply +return +rnd +running +runs +self +send +sender +set +setverdict +signature +sizeof +start +stop +str2int +str2oct +subset +substr +superset +system +template +testcase +timeout +timer +to +trigger +true +type +unichar2int +union +universal +unmap +value +valueof +var +variant +verdicttype +while +with +xor +xor4b