Merge pull request #1510 from tridactyl/fix_tridactylrc

.tridactylrc: Make sure DocStart autocmds do not match :viewconfig url
This commit is contained in:
Oliver Blanthorn 2019-04-30 10:34:17 +01:00 committed by GitHub
commit a15af91be6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: