mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Merge pull request #1510 from tridactyl/fix_tridactylrc
.tridactylrc: Make sure DocStart autocmds do not match :viewconfig url
This commit is contained in:
commit
a15af91be6
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ quickmark t https://github.com/tridactyl/tridactyl/issues?utf8=%E2%9C%93&q=sort%
|
||||||
"
|
"
|
||||||
|
|
||||||
" New reddit is bad
|
" 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
|
" 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 :)
|
" This will have to do until someone writes us a nice syntax file :)
|
||||||
" vim: set filetype=vim:
|
" vim: set filetype=vim:
|
||||||
|
|
Loading…
Add table
Reference in a new issue