From: Oleg Broytman Date: Sun, 20 Aug 2017 01:01:36 +0000 (+0300) Subject: .vimrc: Change URLs X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=5500a2dadeaa9252a0285627a00b90847a2cb796 .vimrc: Change URLs --- diff --git a/.vimrc b/.vimrc index ea2fa79..df1a9ee 100644 --- a/.vimrc +++ b/.vimrc @@ -347,7 +347,7 @@ function! SetupEncoding(encoding) endfunction -" http://lwn.net/Articles/226514/ +" From http://lwn.net/Articles/226514/ augroup gpg " Remove ALL autocommands for the current group. @@ -622,7 +622,8 @@ endif " Called automagically after every buffer read, enables fileencoding -" setting from modeline (see Tip #911: http://vim.wikia.com/wiki/VimTip911) +" setting from modeline (see Tip #911: +" http://vim.wikia.com/wiki/How_to_make_fileencoding_work_in_the_modeline) function! AutoEncoding() if &modified && &fileencoding != "" call SetupEncoding(&fileencoding)