termux-packages/packages/vim
Shayne Holmes 5f630bd495 vim: Fix scroll mappings
The included `vimrc` file sets mappings for <ScrollWheelUp> and
<ScrollWheelDown>, so that scrolling is smooth. Unfortunately,
'compatible' is set by default [0], so the `<>` notation used for those
mappings isn't enabled. Instead of the key `<ScrollWheelUp>` being
mapped, the mapping is actually from the typed string "<ScrollWheelUp>".

[0]: `:help compatible-default` explains that vim will turn the
'compatible' option off when "a user vimrc is found", or under various
other conditions (note that the system-wide vimrc doesn't count [1]),
but even in the case where a user vimrc exists, this system-wide vimrc
is executed before that happens.

[1]: From `:help compatible-default`:

    Note that this does NOT happen when a system-wide vimrc file was
    found.
2019-04-09 15:18:12 -07:00
..
build.sh vim: Update from 8.1.1050 to 8.1.1100 2019-04-03 22:52:34 +02:00
option.c.patch
os_unix.h.patch
src-auto-configure.patch
src-if_cscope.c.patch vim: fix shell path 2018-06-20 01:10:20 +02:00
vim-runtime.subpackage.sh vim: Update from 8.0.1850 to 8.1.0050 2018-06-13 01:10:51 +02:00
vimrc vim: Fix scroll mappings 2019-04-09 15:18:12 -07:00
vimtutor.patch
vterm_internal.h.patch