vim: Avoid customization
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 25 Jan 2017 17:46:14 +0000 (18:46 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 25 Jan 2017 17:46:14 +0000 (18:46 +0100)
Starting with version 8.0 the default behaviour of vim is a lot more
user friendly.

packages/neovim/sysinit.vim
packages/vim-python/vimrc
packages/vim/vimrc

index f5954a0..82cc3d6 100644 (file)
@@ -1,8 +1,3 @@
-set autowrite
-set ignorecase
-set smartcase
-set title
-
 " 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>
index e8c4e4f..82cc3d6 100644 (file)
@@ -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 <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>
index e8c4e4f..82cc3d6 100644 (file)
@@ -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 <ScrollWheelUp> <C-Y>
 imap <ScrollWheelUp> <C-X><C-Y>