Vi IMproved
http://www.vim.org/
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.
- Devel package for openSUSE:Factory
-
12
derived packages
- Links to openSUSE:Factory / vim
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout editors/vim && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
README.Japanese-XIM | 0000000788 788 Bytes | |
_link | 0000000138 138 Bytes | |
apparmor.vim | 0000025882 25.3 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 | |
ignore-flaky-test-failure.patch | 0000000774 774 Bytes | |
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 | 0000000820 820 Bytes | |
vim-7.4-rpmlintrc | 0000000043 43 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-9.0.1270.tar.gz | 0016948033 16.2 MB | |
vim-changelog.sh | 0000000567 567 Bytes | |
vim.changes | 0000735503 718 KB | |
vim.spec | 0000025185 24.6 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 780 (latest revision is 866)
Ondřej Súkup (mimi_vx)
committed
(revision 780)
- Updated to version 9.0.1270, fixes the following problems * The code style has to be checked manually. * MS-Windows console: not flushing termguicolors. * Code in same_leader() can be simplified. * Code is indented more than necessary. * :runtime completion can be further improved. * Cannot have a line break before an object member access. * Cannot access a private object member in a lambda defined inside the class. * Coverity warns for not checking function return value. * Code for :runtime completion is not consistent. * :setglobal cannot use script-local function for "expr" option. * Cursor briefly displayed in a wrong position when pressing Esc in Insert mode after autoindent was used. * Code is indented more than necessary. * Code is indented more than necessary. * Divide by zero with 'smoothscroll' set and a narrow window. * Cannot export an interface. (Ernie Rael) * Cannot export an abstract class. (Ernie Rael) * Cannot use an object method with :defer. (Ernie Rael) * Checking returned value of ga_grow() is inconsistent. * MS-Windows: scrollback cropped off on Vim exit. * Calling a method on an interface does not work. * Changing 'virtualedit' does not have immediate effect. * NetworkManager connection files are not recognized. * Code style is not check in test scripts. * Code style test fails. * Diffmode test fails. * Coverity warns for possible NULL pointer usage. * Elsa files are not recognized. * The did_set_string_option function is too long.
Comments 0