vim: Set utf-8 as encoding in the system vimrc

This commit is contained in:
Fredrik Fornwall 2016-03-19 09:20:40 -04:00
parent e06d93a64e
commit 5082cc4939
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_HOMEPAGE=http://www.vim.org/
TERMUX_PKG_DEPENDS="ncurses, vim-runtime"
# Vim 7.4 patches described at ftp://ftp.vim.org/pub/vim/patches/7.4/README
TERMUX_PKG_VERSION=7.4.1589
TERMUX_PKG_VERSION=7.4.1595
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_FOLDERNAME=vim-${TERMUX_PKG_VERSION}
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="vim_cv_toupper_broken=no vim_cv_terminfo=yes vim_cv_tty_group=world"

View File

@ -1,5 +1,6 @@
set autowrite
set backspace=2
set encoding=utf-8
set hlsearch
set ignorecase
set incsearch