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:
parent
9031dec527
commit
a9f8706fa8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue