chiark / gitweb /
unrar: Update from 5.3.2 to 5.4.5
[termux-packages] / packages / vim-python / vimrc
index c20a4c9f36195bbb86d222638c0b4f9150738429..82cc3d621ed170f71193aed29b2ae3241fc666ab 100644 (file)
@@ -1,16 +1,3 @@
-set autowrite
-set backspace=2
-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 <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>