]> git.phdru.name Git - dotfiles.git/blobdiff - .vimrc
.vimrc: Change URLs
[dotfiles.git] / .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)