mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11: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
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue