From c12216bc2f52f60a3ed90c07186d894e9a143de6 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Mon, 29 Feb 2016 01:08:56 +0200 Subject: [PATCH] re-sort --- company-keywords.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-keywords.el b/company-keywords.el index 62d8c81dd..00240df6a 100644 --- a/company-keywords.el +++ b/company-keywords.el @@ -36,7 +36,7 @@ ;; Please contribute corrections or additions. `((c++-mode "alignas" "alignof" "asm" "auto" "bool" "break" "case" "catch" "char" - "char16_t" "char32_t" "class" "const" "constexpr" "const_cast" "continue" + "char16_t" "char32_t" "class" "const" "const_cast" "constexpr" "continue" "decltype" "default" "delete" "do" "double" "dynamic_cast" "else" "enum" "explicit" "export" "extern" "false" "final" "float" "for" "friend" "goto" "if" "inline" "int" "long" "mutable" "namespace" "new" "noexcept" -- 2.39.2