jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=2a8448e7263d56a20deef3141d67559d88b46236
commit 2a8448e7263d56a20deef3141d67559d88b46236 Author: Jaehyun Cho <[email protected]> Date: Thu Nov 24 19:04:55 2016 +0900 Revert "autocomp: Add time with "LINEAR" to "transition"." This reverts commit 7be5b79c1727f05e0c273dec3099e897e892f931. --- data/autocomp/autocomp.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/autocomp/autocomp.src b/data/autocomp/autocomp.src index dfa844d..264a353 100644 --- a/data/autocomp/autocomp.src +++ b/data/autocomp/autocomp.src @@ -1254,7 +1254,7 @@ group "lexem" struct { } group "txt" var_array { count 1; - value "string" string: "%s: LINEAR 1.0;"; + value "string" string: "%s: LINEAR ;"; } value "cursor_offset" int: 1; value "line_back" int: 0; @@ -1696,7 +1696,7 @@ group "lexem" struct { } group "txt" var_array { count 1; - value "string" string: "%s: LINEAR 1.0;"; + value "string" string: "%s: LINEAR ;"; } value "cursor_offset" int: 1; value "line_back" int: 0; --
