Leonid Plyushch
98df901f74
vim, vim-python: update to 8.2.0200
5 years ago
Leonid Plyushch
3ff50483a0
vim, vim-python: update to 8.2.0150
5 years ago
Fredrik Fornwall
fb1a2ba67e
vim: Update from 8.2.0050 to 8.2.0100
5 years ago
Fredrik Fornwall
c3437311a2
vim: Update from 8.2.0000 to 8.2.0050
5 years ago
Leonid Plyushch
f1db0b6ccf
vim: correctly split vim-runtime files
Previous commit was no-op...
5 years ago
Leonid Plyushch
95c22f4c01
vim: correctly split vim-runtime files
5 years ago
Leonid Plyushch
1df269718c
vim: fix paths for vim v8.2.x in build.sh
5 years ago
Leonid Plyushch
4d091f1701
vim: fix os_unix.h.patch
5 years ago
Leonid Plyushch
9e8724f854
vim, vim-python: update to 8.2.0000
5 years ago
Fredrik Fornwall
c7d6b1d6c6
vim: Update from 8.1.2300 to 8.1.2350
5 years ago
Fredrik Fornwall
e0234868a6
vim: Update from 8.1.2200 to 8.1.2300
5 years ago
Fredrik Fornwall
5fa697c9cb
vim: Update from 8.1.2150 to 8.1.2200
5 years ago
Leonid Plyushch
bdcd0ab85c
vim, vim-python: update to 8.1.2150
5 years ago
Fredrik Fornwall
e3c17b7212
vim: Update from 8.1.2050 to 8.1.2100
5 years ago
Leonid Plyushch
c79404dad9
vim, vim-python: update to 8.1.2050
5 years ago
Leonid Plyushch
3b407c29c3
vim, vim-python: update to 8.1.2000
%ci:reset-backlog
5 years ago
Leonid Plyushch
3eeff5f41a
vim: fix subpackage script
5 years ago
Leonid Plyushch
116247ab7a
vim, vim-python: update to 8.1.1850
5 years ago
Leonid Plyushch
d111f5bf74
packages: standardize values of several control variables for build.sh
Variables
TERMUX_PKG_PLATFORM_INDEPENDENT
TERMUX_DEBUG
TERMUX_PKG_HAS_DEBUG
TERMUX_PKG_ESSENTIAL
TERMUX_SUBPKG_ESSENTIAL
TERMUX_PKG_NO_STATICSPLIT
TERMUX_PKG_BUILD_IN_SRC
TERMUX_PKG_FORCE_CMAKE
TERMUX_PKG_HOSTBUILD
should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.
build-package.sh should make decision based on variable's value but not on
whether it is set or empty.
%ci:no-build
5 years ago
Leonid Plyushch
d5dfcc89c6
alternatives: more editors can be used as alternative for /bin/editor
5 years ago
Leonid Plyushch
de8f966397
vim, vim-python: add support for dpkg alternatives
Provide $PREFIX/bin/vim as alternative for $PREFIX/bin/editor.
5 years ago
Leonid Plyushch
702d7acb15
add stubs to prevent on-device building packages with dangerous operations in build.sh
%ci:no-build
5 years ago
Fredrik Fornwall
dadc5069d8
vim: Update from 8.1.1750 to 8.1.1800
5 years ago
Leonid Plyushch
46bedacdef
vim, vim-python: update to 8.1.1750
6 years ago
Fredrik Fornwall
f3dc2aecb6
vim: Update from 8.1.1650 to 8.1.1700
6 years ago
Fredrik Fornwall
8230909a48
vim: Update from 8.1.1600 to 8.1.1650
6 years ago
Fredrik Fornwall
d098082870
vim: Update from 8.1.1550 to 8.1.1600
6 years ago
Leonid Plyushch
9588826f1e
vim, vim-python: update to 8.1.1550
6 years ago
Leonid Plyushch
13537ec77f
vim, vim-python: update to 8.1.1500
6 years ago
Leonid Plyushch
f8abb858d6
vim, vim-python: update to 8.1.1450
6 years ago
Fredrik Fornwall
ac2a2e2971
vim: Update from 8.1.1350 to 8.1.1400
6 years ago
Leonid Plyushch
10c34dbf7f
vim, vim-python: update to 8.1.1350
6 years ago
Leonid Plyushch
9f767fd593
vim: bump revision again
To remove empty dependency list from vim-runtime.
6 years ago
Leonid Plyushch
1458de9331
vim, vim-python: bump revision
6 years ago
Fredrik Fornwall
ee38d7835d
vim: Update from 8.1.1200 to 8.1.1300
6 years ago
Leonid Plyushch
94145252d1
add libiconv to dependencies where needed
6 years ago
Fredrik Fornwall
eb5a4cc365
vim: Update from 8.1.1150 to 8.1.1200
6 years ago
Leonid Plyushch
b343f33212
vim, vim-python: replace /usr/bin with /data/data/com.termux/files/usr/bin in vimrc files
6 years ago
Leonid Plyushch
ba909c23e6
vim: bump revision
6 years ago
Fredrik Fornwall
014a1813af
vim: Update from 8.1.1100 to 8.1.1150
6 years ago
Shayne Holmes
55a96a1b4c
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.
6 years ago
Shayne Holmes
76ebf815bf
vim: Update sensible.vim
6 years ago
Fredrik Fornwall
15abceaa34
vim: Update from 8.1.1050 to 8.1.1100
6 years ago
Fredrik Fornwall
e46b966c30
vim: Update from 8.1.1000 to 8.1.1050
6 years ago
Fredrik Fornwall
02d649b480
vim: Update from 8.1.0950 to 8.1.1000
6 years ago
Fredrik Fornwall
ea4f06e937
vim: Update from 8.1.0900 to 8.1.0950
6 years ago
Leonid Plyushch
449fce7075
vim: add 'diffutils' to recommends
Command 'vimdiff' is not working with busybox's 'diff'.
6 years ago
Fredrik Fornwall
39db1f62d5
vim: Update from 8.1.0850 to 8.1.0900
6 years ago
Wetitpig
b7a5b47775
Change permissions
6 years ago
Wetitpig
78b944ba05
Improve formatting of parantheses for functions
6 years ago