Fix completion of colon after CSS property (Bug#29056)

* lisp/textmodes/css-mode.el (css-completion-at-point): Don't insert
": ;" after completing a CSS property unless the rest of the line is
empty.
This commit is contained in:
Simen Heggestøyl 2017-11-02 20:29:06 +01:00
parent 9031dec527
commit a9f8706fa8

View file

@ -1375,6 +1375,7 @@ tags, classes and IDs."
:exit-function
,(lambda (string status)
(and (eq status 'finished)
(eolp)
prop-table
(test-completion string prop-table)
(not (and sel-table