csscomplete.vim icon indicating copy to clipboard operation
csscomplete.vim copied to clipboard

Update the bult-in CSS complete function to latest CSS standard.

Results 4 csscomplete.vim issues
Sort by recently updated
recently updated
newest added

This plugin defines a `after` variable but [reads `b:after` later on](https://github.com/othree/csscomplete.vim/blob/f1c7288a4e63b736678dba6fe4f8e825a8a9fd4b/autoload/csscomplete.vim#L758) which causes crashes in rare occurrences. This PR fixes this. Note that the opposite patch works too, e.g. leaving...

Proof of concept for adding completion "info" for CSS properties/values. `:h complete-items` Demo: 1. Open `vim --clean` 2. Load `csscomplete.vim` (e.g. `:so ~/.vim/bundle/csscomplete.vim/autoload/csscomplete.vim`) 3. Add "popup" to completion options (`:set...

- animation - background - flex - font - grid - list-style - text-decoration - text-emphasis - tramsform - transition