From 25b5afef81a0901f211cda5132c97df3ae88c419 Mon Sep 17 00:00:00 2001 From: McSinyx Date: Mon, 30 May 2016 20:42:42 +0700 Subject: Remove some shits --- vim/.vim/bundle/stime/tables/diacritics | 143 -------------------------------- 1 file changed, 143 deletions(-) delete mode 100644 vim/.vim/bundle/stime/tables/diacritics (limited to 'vim/.vim/bundle/stime/tables/diacritics') diff --git a/vim/.vim/bundle/stime/tables/diacritics b/vim/.vim/bundle/stime/tables/diacritics deleted file mode 100644 index 1ba1db3..0000000 --- a/vim/.vim/bundle/stime/tables/diacritics +++ /dev/null @@ -1,143 +0,0 @@ -### Table Diacritics -### -### Description Auto-compress diacriticts. -### -### This file must be encoded into UTF-8. - -### Begin Table definition. -BEGIN_DEFINITION - -### An unique id to distinguish this table among others. -### Use uuidgen to generate this kind of id. -UUID = ca8b5e6c-442b-47da-96c8-66dab0d81653 - -### A unique number indicates the version of this file. -### For example the last modified date of this file. -### This number must be less than 2^32. -SERIAL_NUMBER = 2014 - -### The default name of this table -NAME = 'Diacritics' - -### Supported languages of this table -LANGUAGES = other - -### Prompt string to be displayed in the status area. -STATUS_PROMPT = ^ - -### The Keyboard Layout used by this table. Unset or set to "Unknown" to accept any kind of layouts. -KEYBOARD_LAYOUT = Unknown - -### If true then the first candidate phrase -### will be selected automatically during inputing. -AUTO_SELECT = TRUE - -### If true then a multi wildcard will be appended -### at the end of inputing string automatically. -AUTO_WILDCARD = FALSE - -### If true then the result string will be committed to client automatically. -### This should be used with AUTO_SELECT = TRUE. -AUTO_COMMIT = TRUE - -### If true then the inputted string will be automatically splitted during inputing. -AUTO_SPLIT = TRUE - -### If true then the phrases' frequencies will be adjusted dynamically. -DYNAMIC_ADJUST = FALSE - -### If true then the preedit area will be filled up by the current candidate phrase automatically. -AUTO_FILL = TRUE - -### If true then the lookup table will always be shown if there is any candidate phrase. -### Otherwise the lookup table won't be shown unless the user requires it by moving the preedit caret left. -ALWAYS_SHOW_LOOKUP = FALSE - -### Enable full width punctuation property -USE_FULL_WIDTH_PUNCT = FALSE - -### Use full width punctuation by default -DEF_FULL_WIDTH_PUNCT = FALSE - -### Enable full width letter property -USE_FULL_WIDTH_LETTER = FALSE - -### Use full width letter by default -DEF_FULL_WIDTH_LETTER = FALSE - -### The maxmium length of a key. -MAX_KEY_LENGTH = 2 - -### Valid input chars. -VALID_INPUT_CHARS = ABCDEFGHIJKLMNOPQRSTUVWYZabcdefghijklmnopqrstuvwxyzßẞ· - -END_DEFINITION - -### Begin Table data. -BEGIN_TABLE - -### straightforward -A A 0 -B B 0 -C C 0 -D D 0 -E E 0 -F F 0 -G G 0 -H H 0 -I I 0 -J J 0 -K K 0 -L L 0 -M M 0 -N N 0 -O O 0 -P P 0 -Q Q 0 -R R 0 -S S 0 -T T 0 -U U 0 -V V 0 -W W 0 -Y Y 0 -Z Z 0 -a a 0 -b b 0 -c c 0 -d d 0 -e e 0 -f f 0 -g g 0 -h h 0 -i i 0 -j j 0 -k k 0 -l l 0 -m m 0 -n n 0 -o o 0 -p p 0 -q q 0 -r r 0 -s s 0 -t t 0 -u u 0 -v v 0 -w w 0 -x x 0 -y y 0 -z z 0 -ß ß 0 - -### diacritics -·a ä 0 -·o ö 0 -·u ü 0 -·A Ä 0 -·O Ö 0 -·U Ü 0 -·s ß 0 -· · 0 - -END_TABLE -- cgit 1.4.1