X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/27ce01e83bf0264b9aed9595226ef84f07ca0f52..39b61263b51a74fd84766ac44b6d621a807a20c3:/packages/vim-python/vimrc?ds=inline diff --git a/packages/vim-python/vimrc b/packages/vim-python/vimrc index e8c4e4fb..82cc3d62 100644 --- a/packages/vim-python/vimrc +++ b/packages/vim-python/vimrc @@ -1,17 +1,3 @@ -set autowrite -set backspace=2 -set encoding=utf-8 -set hlsearch -set ignorecase -set incsearch -set mouse=a -set nocompatible -set smartcase -set smartindent -set title - -syntax on - " Scroll only one line for mouse wheel events to get smooth scrolling on touch screens map imap