jaehyun pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=7be5b79c1727f05e0c273dec3099e897e892f931
commit 7be5b79c1727f05e0c273dec3099e897e892f931 Author: Jaehyun Cho <[email protected]> Date: Wed Nov 23 21:15:48 2016 +0900 autocomp: Add time with "LINEAR" to "transition". --- 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 264a353..dfa844d 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 ;"; + value "string" string: "%s: LINEAR 1.0;"; } 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 ;"; + value "string" string: "%s: LINEAR 1.0;"; } value "cursor_offset" int: 1; value "line_back" int: 0; --
