aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/htmlcomplete.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove HTML completion blockingTom Ryder2019-06-071-5/+0
|
* Add `abort` attribute to new autoload functionTom Ryder2018-11-301-1/+1
|
* Add dummy function for HTML omnicompletionTom Ryder2018-11-291-0/+5
The function invoked to detect the HTML type for omnicompletion is pretty big, sets a few buffer variables that it doesn't arrange to clear, and I don't use it at all. Loading a dummy function in its place seems to be better.