Vi IMproved
Vim (Vi IMproved) is an almost compatible version of the UNIX editor
vi. Almost every possible command can be performed using only ASCII
characters. Only the 'Q' command is missing (you do not need it). Many
new features have been added: multilevel undo, command line history,
file name completion, block operations, and editing of binary data.
Vi is available for the AMIGA, MS-DOS, Windows NT, and various versions
of UNIX.
For SUSE Linux, Vim is used as /usr/bin/vi.
Package vim contains the normal version of vim. To get the full runtime
environment install additionally vim-data.
- Developed at editors
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/vim && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.Japanese-XIM | 0000000788 788 Bytes | |
apparmor.vim | 0000025872 25.3 KB | |
disable-unreliable-tests-arch.patch | 0000001089 1.06 KB | |
disable-unreliable-tests.patch | 0000001890 1.85 KB | |
gvim.desktop | 0000000444 444 Bytes | |
gvim.svg | 0000011400 11.1 KB | |
gvim_24.png | 0000001687 1.65 KB | |
gvim_32.png | 0000002433 2.38 KB | |
gvim_48.png | 0000003907 3.82 KB | |
gvim_64.png | 0000006070 5.93 KB | |
gvim_96.png | 0000009798 9.57 KB | |
spec.skeleton | 0000001124 1.1 KB | |
spec.vim | 0000001249 1.22 KB | |
suse.gvimrc | 0000006048 5.91 KB | |
suse.vimrc | 0000008623 8.42 KB | |
vim-7.3-filetype_changes.patch | 0000002171 2.12 KB | |
vim-7.3-filetype_ftl.patch | 0000001973 1.93 KB | |
vim-7.3-filetype_spec.patch | 0000002521 2.46 KB | |
vim-7.3-gvimrc_fontset.patch | 0000001091 1.07 KB | |
vim-7.3-help_tags.patch | 0000000521 521 Bytes | |
vim-7.3-mktemp_tutor.patch | 0000000554 554 Bytes | |
vim-7.3-name_vimrc.patch | 0000000526 526 Bytes | |
vim-7.3-sh_is_bash.patch | 0000000538 538 Bytes | |
vim-7.3-use_awk.patch | 0000000309 309 Bytes | |
vim-7.4-disable_lang_no.patch | 0000000525 525 Bytes | |
vim-7.4-filetype_apparmor.patch | 0000000602 602 Bytes | |
vim-7.4-filetype_mine.patch | 0000000738 738 Bytes | |
vim-7.4-highlight_fstab.patch | 0000003403 3.32 KB | |
vim-7.4-rpmlintrc | 0000000043 43 Bytes | |
vim-8.0-ttytype-test.patch | 0000000505 505 Bytes | |
vim-8.0.1568-defaults.patch | 0000000804 804 Bytes | |
vim-8.1.0297-dump3.patch | 0000001040 1.02 KB | |
vim-8.2.2411-globalvimrc.patch | 0000000631 631 Bytes | |
vim-8.2.4286.tar.gz | 0015963099 15.2 MB | |
vim-changelog.sh | 0000000567 567 Bytes | |
vim.changes | 0000618073 604 KB | |
vim.spec | 0000025024 24.4 KB | |
vim132 | 0000000273 273 Bytes | |
vim73-no-static-libpython.patch | 0000000630 630 Bytes | |
vimrc_example1 | 0000005183 5.06 KB | |
vimrc_example2 | 0000056408 55.1 KB | |
vitmp.1 | 0000001096 1.07 KB | |
vitmp.c | 0000000823 823 Bytes |
Revision 300 (latest revision is 374)
Dominique Leuenberger (dimstar_suse)
accepted
request 951182
from
Ondřej Súkup (mimi_vx)
(revision 300)
- fixes boo#1195509 CVE-2022-0443 - Updated to version 8.2.4286, fixes the following problems * Compiler warning for uninitialized variable. * Unused entry in keymap enum. * CI log output is long. * Coverity warns for using a NULL pointer. * Generating nv_cmdidxs.h requires building Vim twice. * Vim9 expr test fails without the channel feature. (Dominique Pellé) * The EBCDIC support is outdated. * Basic and form filetype detection is incomplete. * Cannot use an autoload function from a package under start. * Separate test function for the GUI scrollbar. * Vim9: an import does not shadow a command modifier. * Build with Athena GUI fails. (Elimar Riesebieter) * Vim9: cannot change item type with map() after range(). * list-dict test crashes. * Using freed memory with :lopen and :bwipe. * Restricted mode requires the -Z command line option. * Using a variable for the return value is not needed. * Old mac resources files are no longer used. * Vim9: type of item in for loop not checked properly. * Vim9: strict type checking after copy() and deepcopy(). - fixes boo#1195499 CVE-2022-0417 - fixes boo#1195336 CVE-2022-0393 - Updated to version 8.2.4266, fixes the following problems * Cannot use an import in 'patchexpr'. * Gnuplot file not recognized. * Not all gitconfig files are recognized. * All conceal tests are skipped without the screendumps feature.
Comments 0