chiark / gitweb /
vim: Set mouse=a in system vimrc
authorFredrik Fornwall <fredrik@fornwall.net>
Sun, 9 Apr 2017 15:43:39 +0000 (17:43 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Sun, 9 Apr 2017 15:43:39 +0000 (17:43 +0200)
commit489f59dd28da12e0f8d1415901745e41c8d2fa65
treef51f033a1b437b3fd78e36e54f38ca2e0d9e0b37
parentfc9c543ace3cc5497f00189a3d56dea1cd66b27a
vim: Set mouse=a in system vimrc

The mouse=a was removed after updating to vim 8 as vim by default
now sets mouse=a. But this only works if no ~/.vimrc is found - if
there is one then mouse won't be set. As we really want mouse=a on
Termux since it is that useful on touch screens we enable it again
regardless if there is a ~/.vimrc or not.

Fixes #912.
packages/vim-python/build.sh
packages/vim-python/vimrc
packages/vim/build.sh
packages/vim/vimrc