X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/blobdiff_plain/a9cd51d25744f6a50d32470f596ae48bb0d3f2ea..39b61263b51a74fd84766ac44b6d621a807a20c3:/packages/vim-python/vimrc 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