]> git.phdru.name Git - dotfiles.git/commitdiff
.vimrc: Change URLs
authorOleg Broytman <[email protected]>
Sun, 20 Aug 2017 01:01:36 +0000 (04:01 +0300)
committerOleg Broytman <[email protected]>
Sun, 20 Aug 2017 01:01:36 +0000 (04:01 +0300)
.vimrc

diff --git a/.vimrc b/.vimrc
index ea2fa7960123b855f27c048fcbc08b7bfcbfc522..df1a9eeb14da0b41ea3dd4121097a4b66c885697 100644 (file)
--- 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)
OSZAR »