]> rtime.felk.cvut.cz Git - sojka/company-mode.git/commitdiff
company-keywords-alist: add missing question mark
authorDmitry Gutov <dgutov@yandex.ru>
Sun, 16 Mar 2014 03:20:37 +0000 (05:20 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Sun, 16 Mar 2014 03:20:37 +0000 (05:20 +0200)
company-keywords.el

index 750540cda898bceb8fecb22bda6bab94f2ebb69f..461fdf6b04ec4b506073c945a7e7c952224bd737 100644 (file)
      "except" "exec" "finally" "for" "from" "global" "if" "import" "in" "is"
      "lambda" "not" "or" "pass" "print" "raise" "return" "try" "while" "yield")
     (ruby-mode
-     "BEGIN" "END" "alias" "and"  "begin" "break" "case" "class" "def" "defined"
+     "BEGIN" "END" "alias" "and"  "begin" "break" "case" "class" "def" "defined?"
      "do" "else" "elsif"  "end" "ensure" "false" "for" "if" "in" "module"
      "next" "nil" "not" "or" "redo" "rescue" "retry" "return" "self" "super"
      "then" "true" "undef" "unless" "until" "when" "while" "yield")