]> git.phdru.name Git - dotfiles.git/commitdiff
.vimrc: Redirect wikia.com -> fandom.com
authorOleg Broytman <phd@phdru.name>
Thu, 18 Apr 2019 02:48:50 +0000 (05:48 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 18 Apr 2019 02:48:50 +0000 (05:48 +0300)
.vimrc

diff --git a/.vimrc b/.vimrc
index bc18a76ea2aa263163d917f70f8b5ff875321969..25658e1a0ab51ff3ca81b9c173da3f4b2468d7ec 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -589,7 +589,7 @@ endif
 
 
 " From Tip 212:
 
 
 " From Tip 212:
-" http://vim.wikia.com/wiki/Setting_file_attributes_without_reloading_a_buffer
+" http://vim.fandom.com/wiki/Setting_file_attributes_without_reloading_a_buffer
 
 if executable('chmod')
    function! SetExecutableBit(x)
 
 if executable('chmod')
    function! SetExecutableBit(x)
@@ -656,7 +656,7 @@ endif
 
 " Called automagically after every buffer read, enables fileencoding
 " setting from modeline (see Tip #911:
 
 " Called automagically after every buffer read, enables fileencoding
 " setting from modeline (see Tip #911:
-" http://vim.wikia.com/wiki/How_to_make_fileencoding_work_in_the_modeline)
+" http://vim.fandom.com/wiki/How_to_make_fileencoding_work_in_the_modeline)
 function! AutoEncoding()
   if &modified && &fileencoding != ""
     call SetupEncoding(&fileencoding)
 function! AutoEncoding()
   if &modified && &fileencoding != ""
     call SetupEncoding(&fileencoding)