From 5500a2dadeaa9252a0285627a00b90847a2cb796 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 20 Aug 2017 04:01:36 +0300 Subject: [PATCH] .vimrc: Change URLs --- .vimrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.39.2