From 1a259ef3810bfc08c50378b4e648fb0a4dc83385 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 18 Apr 2019 05:48:50 +0300 Subject: [PATCH] .vimrc: Redirect wikia.com -> fandom.com --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index bc18a76..25658e1 100644 --- a/.vimrc +++ b/.vimrc @@ -589,7 +589,7 @@ endif " 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) @@ -656,7 +656,7 @@ endif " 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) -- 2.39.2