./editors/vim-share, Data files for the vim editor (vi clone)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 7.1.315, Package name: vim-share-7.1.315, Maintainer: martti

Vim is an almost compatible version of the UNIX editor Vi. Many new features
have been added: multi level undo, syntax highlighting, command line history,
on-line help, filename completion, block operations, etc.

This package is only a shared data-package for the `actual' vim packages.
You also have to install one of vim, vim-xaw, or vim-gtk to get a working
editor.


Master sites:


Version history: (Expand)


CVS history: (Expand)


   2008-06-19 11:14:57 by Geert Hendrickx | Files touched by this commit (3) | Package updated
Log message:
Pullup ticket 2430 - requested by martti
security update for vim

- pkgsrc/editors/vim-share/Makefile.common		1.107-1.109
- pkgsrc/editors/vim-share/distinfo			1.96-1.98
- pkgsrc/editors/vim-share/version.mk			1.51-1.53

   Module Name:	pkgsrc
   Committed By:	martti
   Date:		Fri May  9 09:47:21 UTC 2008

   Modified Files:
	   pkgsrc/editors/vim-share: Makefile.common distinfo version.mk

   Log message:
   Updated editors/vim-share to 7.1.297

     2258  7.1.284  compiler warnings for functions without prototype
     5787  7.1.285  (extra) Mac: dialog hotkeys don't work
     2045  7.1.286  (after 7.1.103) "w" at end of buffer moves cursor \ 
too far
     1859  7.1.287  crash when reversing a list after using it
     3182  7.1.288  (after 7.1.281) cscope leaves behind temp files with gvim
     1979  7.1.289  when EXITFREE is defined and 'acd' is set freed memory is used
     2146  7.1.290  reading unwritten bytes when spell checking with large indent
     1940  7.1.291  compiler warning for int-long conversion
     6698  7.1.292  when using a pattern with "\@<=" the submatches \ 
can be wrong
     3087  7.1.293  spell checking considers super/subscript chars as word chars
     2336  7.1.294  leaking memory when executing a shell command
     6102  7.1.295  vimtutor only works with vim, not gvim
     9374  7.1.296  SELinux is not supported
     1855  7.1.297  wrong parenmatch highlighting after search/replace dialog
---
   Module Name:	pkgsrc
   Committed By:	martti
   Date:		Mon Jun  2 11:19:53 UTC 2008

   Modified Files:
	   pkgsrc/editors/vim-share: Makefile.common distinfo version.mk

   Log message:
   Updated editors/vim-share to 7.1.305

     1558  7.1.298  src/gvimtutor is not distributed
     9490  7.1.299  filetype detection fails for file name with special characters
     1959  7.1.300  value of asmsyntax argument isn't checked for valid characters
     1673  7.1.301  "File/Save" menu in Insert mode doesn't update tab \ 
page label
     1485  7.1.302  (after 7.1.299) compilation error on MS-Windows
    12135  7.1.304  shortpath_for_invalid_fname() is too complex and wrong
     4735  7.1.305  can't edit compressed file with special characters in the name
---
   Module Name:	pkgsrc
   Committed By:	martti
   Date:		Thu Jun 19 05:55:44 UTC 2008

   Modified Files:
	   pkgsrc/editors/vim-share: Makefile.common distinfo version.mk

   Log message:
   Updated editors/vim-share to 7.1.315

     2153  7.1.306  some Unicode symbol chars are handled like word chars
    23714  7.1.307  many warnings when compiling with Python 2.5
     2673  7.1.308  when in readonly mode ":options" produces an error
     3989  7.1.309  installing and testing with a shadow directory doesn't work
     8024  7.1.310  incomplete utf-8 byte sequence at end of the file not detected
     2547  7.1.311  compiler warning for missing sentinel in X code
     2346  7.1.312  there is no check for error number mistakes in .po files
     3425  7.1.313  status and tile not updated when using netbeans setModified
     1915  7.1.314  'pastetoggle' is written to the session file without escaping
     3287  7.1.315  crash with specific search pattern using look-behind match