Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

vim-7.3-22.3.1 RPM for x86_64

From OpenSuSE 12.1 updates for x86_64

Name: vim Distribution: openSUSE 12.1
Version: 7.3 Vendor: openSUSE
Release: 22.3.1 Build date: Wed Dec 14 12:40:09 2011
Group: Productivity/Editors/Vi Build host: build21
Size: 1872536 Source RPM: vim-7.3-22.3.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.vim.org/
Summary: 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.

Provides

Requires

License

Vim

Changelog

* Fri Dec 09 2011 idonmez@suse.com
  - vim doesn't support -D_FORTIFY_SOURCE=2 , we must use level 1,
    see http://goo.gl/g9d8F for details. This fixes python support,
    bnc#734753
* Tue Oct 18 2011 dmueller@suse.de
  - fix detection of email addresses in .changes files
* Thu Sep 22 2011 idonmez@suse.com
  - Update to official patchlevel 322
    Following bugs are fixed:
    * Redobuff doesn't always include changes of the completion leader.
    * "C" on the last line deletes that line if it's blank.
    * Calling debug.debug() in Lua may cause Vim to hang.
    * Crash when 'colorcolumn' is set and closing buffer.
    * Opening a window before forking causes problems for GTK.
    * Complete function isn't called when the leader changed.
    * Writing to 'verbosefile' has problems, e.g. for :highlight.
    * Python 3 doesn't support slice assignment.
    * When closing a window there is a chance that deleting a scrollbar
      triggers a GUI resize, which uses the window while it is not in a
      valid state.
    * Auto-loading a function while editing the command line causes
      scrolling up the display.
    * Python doesn't parse multi-byte argument correctly.
    * Built-in colors are different from rgb.txt.
    * Can't load Perl 5.14 dynamically.
    * When writing to an external command a zombie process may be left
      behind.
    * When filtering text with an external command Vim may not read all
      the output.
    * Crash when using fold markers and selecting a visual block that
      includes a folded line and goes to end of line. (Sam Lidder)
    * Configure doesn't work properly with Python3.
    * When a BufWriteCmd autocommand resets 'modified' this doesn't
      change older buffer states to be marked as 'modified' like
      ":write" does.  (Yukihiro Nakadaira)
* Fri Sep 16 2011 opensuse@cboltz.de
  - apparmor.vim update
    - support "deny $filename x" rules
    - apparmor.vim generated from AppArmor 2.7 beta2
* Wed Aug 31 2011 idonmez@suse.com
  - Update to official patchlevel 289
    * python3 fixes
    * Fix: Crash when using "zd" on a large number of folds.
    * Fix: Mapping <Char-123> no longer works.
    * Fix: After using "expand('%:8')" the buffer name is changed.
    * Fix: With GTK, when gvim is full-screen and a tab is opened and
      using a specific monitor configuration the window is too big.
    * Fix: Passing the file name to open in VisVim doesn't work.
    * Fix: A BOM in an error file is seen as text.
    * Fix: ":put =list" does not add an empty line for a trailing
      empty item.
    * Fix: 'shellcmdflag' only works with one flag.
    * Fix: Vim freezes when executing an external command with zsh.
* Thu Aug 18 2011 opensuse@cboltz.de
  - apparmor.vim update
    - allow pux and PUx rules
    - add some new capabilities
    - fix pattern for variable names (allow numbers, except for first char)
    - apparmor.vim generated from AppArmor trunk aka 2.7 beta
* Thu Aug 04 2011 idonmez@novell.com
  - Update to official patchlevel 266
    * Fix python 3.2 detection
    * Python: Errors in Unicode characters not handled nicely.
    * "gH<Del>" deletes the current line, except when it's the last
      line.
    * "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'.
    * The coladd field is not reset when setting the line number for a
      ":call" command.
    * When editing a file such as "File[2010-08-15].vim" an E16 error is
      given.
    * Equivalence classes only work for latin characters.
    * CursorHold triggers on an incomplete mapping.
    * G++ error message errornously recognized as error.
    * When the current directory name contains wildcard characters, such
      as "foo[with]bar", the tags file can't be found.
    * When storing a pattern in search history there is no proper check
      for the separator character.
    * In Gvim with iBus typing space in Insert mode doesn't work.
* Mon Jul 11 2011 idonmez@novell.com
  - Update to official patchlevel 243
    * Fix multiple illegal memory accesses
    * Fix: Using CTRL-R CTRL-W on the command line may insert only
      part of the word.
    * Fix: Python corrects the cursor column without taking
      'virtualedit' into account.
    * Fix: Python 3 doesn't compile without +multi_byte
    * Fix: ";" gets stuck on a "t" command, it's not useful.
    * Fix: ":scriptnames" and ":breaklist" show long file names.
    * Fix: ":wundo" and ":rundo" don't unescape their argument
    * Fix: "2gj" does not always move to the correct position.
    * Fix: On a 64 bit system "syn sync fromstart" is very slow.
    * Fix: Can't pass dict to sort function.
    * Fix: Text from the clipboard is sometimes handled as linewise,
      but not consistently.
    * Fix: Inside an "if" a ":wincmd" causes problems.
* Wed Jul 06 2011 aj@suse.de
  - Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
* Tue May 17 2011 idoenmez@novell.com
  - Update to official patchlevel 189
  - Drop outdated README.SUSE
* Mon Apr 18 2011 idoenmez@novell.com
  - Run spec-cleaner and fix build on SLE 10
* Mon Feb 28 2011 stian@viskjer.net
  - add vim-7.3-filetype_mine.patch to enable syntax highlighting in
    .mine files. E.g. %{name}.spec.mine files generated by "osc pull"
* Mon Jan 31 2011 opensuse@cboltz.de
  - update apparmor.vim to better match the syntax of AppArmor 2.5
    - support audit and deny for capability, network, link
    - fixed rlimit syntax
    - various small fixes
* Sun Jan 09 2011 opensuse@cboltz.de
  - update apparmor.vim to match (most of) the AppArmor 2.5 syntax
  - package apparmor.vim as separate source file, no longer as part of
    vim-7.3-filetype_apparmor.patch
* Mon Nov 22 2010 freespacer@gmx.de
  - add disable_gcc_warning_eval_c.patch
    http://lists.opensuse.org/opensuse-packaging/2010-11/msg00182.html
  - add disable_lang_no.patch
  - update spec file
* Sun Nov 21 2010 freespacer@gmx.de
  - update to version 7.3
  - clean up the additional vim patches and files
    - remove vim-7.2-lang.tar.bz2 (obsolete)
    - remove vim-7.2-extra.tar.bz2 (obsolete)
    - remove ANNOUNCEMENT.vim-7.2 (obsolete)
    - remove vim-7.0-no_nb.patch (obsolete)
    - remove remove-terrible-hack.patch (obsolete)
    - remove php.patch (obsolete)
    - remove lib64.patch (obsolete)
    - remove vim-7.2.257.patch (obsolete)
    - remove flex-array.patch (responsible for broken build)
    - disable lzma.patch (partly supported)
    - add ANNOUNCEMENT.vim-7.3
    - renew official patches from upstream
    - renew gvimrc_fontset.patch
    - renew highlight_fstab.patch
    - renew sh_is_bash.patch
    - renew filetype_ftl.patch
    - renew help_tags.patch
    - renew use_awk.patch
    - renew name_vimrc.patch
    - renew mktemp_tutor.patch
    - renew ruby_ldflags_configure.patch
    - renew grub.patch
    - renew filetype_apparmor.patch
    - renew diff_check.patch
    - renew filetype_changes.patch
  - update spec file
* Wed Nov 17 2010 fisiu@opensuse.org
  - Update spec.skeleton
* Fri Nov 05 2010 aj@suse.de
  - Add vim.conf for tmpfs mounting via systemd.
* Tue Sep 07 2010 aj@suse.de
  - BuildRequire gpm-devel
* Fri Aug 27 2010 aj@suse.de
  - Fix rpmlint warnings about duplicate files.
  - Remove now obsolete option --with-xusetheXWindowSystem.
  - Do not record build time in binary
* Tue Apr 27 2010 werner@suse.de
  - Add screen control sequences to inputrc (bnc#598903)
* Sat Mar 27 2010 vuntz@opensuse.org
  - Use the icon from the tarball instead of our custom icon. It
    looks much better.
  - Drop gvim.png from the source package.
* Tue Feb 09 2010 prusnak@suse.cz
  - build data subpackage as noarch
* Tue Nov 03 2009 coolo@novell.com
  - updated patches to apply with fuzz=0
* Tue Oct 13 2009 mmarek@suse.cz
  - add patch vim-7.2.257.patch to hide gtk assertions (bnc#536535).
* Mon Sep 28 2009 werner@suse.de
  - Avoid network based systems calls during ~/.vimrc (bnc#538768)
* Wed May 13 2009 prusnak@suse.cz
  - added Recommends, Suggests, Freshens, EssentialFor, Supplements
    and Enhances to .spec preamble keywords (added to filetype_spec.patch)

Files

/bin/vim-normal


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 24 03:06:10 2013