.tridactylrc: Make sure DocStart autocmds do not match :viewconfig url

This commit is contained in:
glacambre 2019-04-29 19:58:12 +02:00
parent ad3ae5a6f3
commit 4b04538349
No known key found for this signature in database
GPG key ID: B9625DB1767553AC

View file

@ -78,9 +78,9 @@ quickmark t https://github.com/tridactyl/tridactyl/issues?utf8=%E2%9C%93&q=sort%
"
" New reddit is bad
autocmd DocStart www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
autocmd DocStart ^http(s?)://www.reddit.com js tri.excmds.urlmodify("-t", "www", "old")
" Mosquito nets won't make themselves
autocmd DocStart www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile")
autocmd DocStart ^http(s?)://www.amazon.co.uk js tri.excmds.urlmodify("-t", "www", "smile")
" This will have to do until someone writes us a nice syntax file :)
" vim: set filetype=vim: