aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/vimrc5
2 files changed, 2 insertions, 7 deletions
diff --git a/VERSION b/VERSION
index 81062e5d..2144e753 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v0.48.1
-Wed Jun 6 06:09:59 UTC 2018
+tejr dotfiles v0.48.2
+Wed Jun 6 06:32:48 UTC 2018
diff --git a/vim/vimrc b/vim/vimrc
index 70f72ed6..2c0047d7 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -162,11 +162,6 @@ nnoremap <silent> <Leader>n :<C-U>set number! number?<CR>
" Bind \p to show filetype
nnoremap <silent> <Leader>p :<C-U>set filetype?<CR>
-" Use UTF-8 by default wherever possible
-if has('multi_byte')
- set encoding=utf-8
-endif
-
" Use all ancestors of current directory for :find
if has('file_in_path')
set path=**