branch: master commit 3b14294a80e3c84242e38495022b3cda1b5bbbb8 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@yandex.ru>
Remove dup --- company-keywords.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-keywords.el b/company-keywords.el index d010f7d..414c7b0 100644 --- a/company-keywords.el +++ b/company-keywords.el @@ -155,7 +155,7 @@ (kotlin-mode "abstract" "annotation" "as" "break" "by" "catch" "class" "companion" "const" "constructor" "continue" "data" "do" "else" "enum" "false" "final" - "finally" "for" "fun" "if" "import" "in" "in" "init" "inner" "interface" + "finally" "for" "fun" "if" "import" "in" "init" "inner" "interface" "internal" "is" "lateinit" "nested" "null" "object" "open" "out" "override" "package" "private" "protected" "public" "return" "super" "this" "throw" "trait" "true" "try" "typealias" "val" "var" "when" "while")