summaryrefslogtreecommitdiff
path: root/editors/vim-share
AgeCommit message (Collapse)AuthorFilesLines
2006-09-08Updated editors/vim-share to 7.0.91martti4-6/+57
2799 7.0.077 crash when unletting a v: variable 1968 7.0.078 there are two error messages called E46 51669 7.0.079 vimtutor doesn't work for Russian when 'encoding' is utf-8 1759 7.0.080 compile error when CFLAGS contains a backslash 2043 7.0.081 command line completion doesn't work for ":!/path" 2850 7.0.082 crash when using List or Dict argument and waiting for input 3001 7.0.083 mouse doesn't work for all entries with inputlist() 5968 7.0.084 garbage collection may free Lists and Dicts still in use 1512 7.0.085 running tests changes the viminfo file 2379 7.0.086 getqflist() uses number zero for empty pattern and text 7382 7.0.087 'acd' doesn't work for ":file fname" and ":saveas fname" 3066 7.0.088 generated prototypes have "extern" when build with Perl 2445 7.0.089 "ga" gave wrong results for non-Unicode multi-byte encoding 2486 7.0.090 need to type Esc twice in console confirm() dialog 1698 7.0.091 winrestview() may leave cursor in the wrong position
2006-08-31Updated editors/vim-share to 7.0.76martti3-5/+100
1534 7.0.043 "%!" at start of 'statusline' didn't work 5277 7.0.044 Perl: changing a line in a non-current buffer may not work 2318 7.0.046 the matchparen plugin didn't handle parens in single quotes 2219 7.0.047 the exit status of the configure script can be wrong 2173 7.0.048 the gzip plugin can't handle file names that have a paren 2221 7.0.049 some Tcl scripts are not recognized 1437 7.0.050 can't properly close a buffer through the NetBeans interface 6097 7.0.051 (after 7.0.44) compile and/or run problem with Perl interface 2237 7.0.052 the Vim server may expose more functionality than expected 1379 7.0.053 shortening multi-byte directory name may fail 2464 7.0.054 using an empty menu name may cause a crash 2204 7.0.055 ":startins" in CmdwinEnter autocmd doesn't work immediately 1484 7.0.056 can't use "#!" in Vim scripts to make them executable 1423 7.0.058 gbk and gb18030 encodings are not recognized 2110 7.0.059 Perl interface doesn't compile with ActiveState Perl 5.8.8 18082 7.0.060 code for switching buffers is repeated in several places 2249 7.0.061 crash in Vim command completion when nothing to complete 4075 7.0.062 Mac: crash when using popup menu with spell error 1295 7.0.063 tiny chance for a memory leak 1818 7.0.064 compiler warnings for unused variables 1407 7.0.066 tab pages line not redrawn after removing the popup menu 3038 7.0.067 undo problems when using input method 6123 7.0.068 'ignorecase' is not used properly for Insert mode completion 1457 7.0.069 crash when setting 'guitablabel' to "%!expand(\%)" 71560 7.0.070 compiler warnings for shadowed and uninitialized variables 1550 7.0.071 using empty search pattern may cause a crash 2791 7.0.072 can't specify anything to do when starting the GUI fails 1597 7.0.073 CR in Insert mode completion may select original text 1495 7.0.075 winsaveview() could store wrong desired cursor column 2635 7.0.076 (after 7.0.010) could not get spell files from non-ftp server
2006-07-25Updated editors/vim-share to 7.0.42martti3-5/+15
1946 7.0.040 mouse selection with "z=" and inputlist() gets wrong entry 2229 7.0.041 cursor([1, 2]) failed, required third item in the list 1603 7.0.042 crash or hang when pasting a block in Insert mode
2006-07-18* Make sure PATCHDIR is always set so that the patches are really used.martti3-12/+24
This fixes the vim-motif build. * Update to 7.0.39 3990 7.0.036 can't compile with small features and syntax HL 1880 7.0.037 crash when resizing Vim window when a line doesn't fit 3236 7.0.038 complete() can be used from expr. mapping after inserting text 3240 7.0.039 third argument for inputdialog() doesn't work in the console
2006-07-02Updated editors/vim-share to 7.0.35martti3-5/+52
1649 7.0.018 VMS: plugins are not loaded on startup 1425 7.0.019 crash for "VjA789" and repeating 1470 7.0.020 GUI: crash when using 'mousefocus' 4240 7.0.021 crash when using "\\[" and "\\]" in 'errorformat 5471 7.0.022 Ruby: buffer.append() could append to the wrong buffer 5351 7.0.023 crash after Insert mode completion without matches 1619 7.0.024 it is possible to set arbitrary v: variables 2606 7.0.025 crash when deleting an item from a:000 1800 7.0.026 Unix: when using libcall() and old error may be shown 1494 7.0.029 cursor position may be wrong when using getchar() 1664 7.0.030 the ":compiler" command can't be used in a FileChangedRO event 1808 7.0.031 after deleting a buffer its Select mode mappings remain 2431 7.0.033 pasting after autoindent removes the indent 2042 7.0.034 repeating completion was wrong after typing text or using BS 5905 7.0.035 repeating Insert mode completion doesn't work properly
2006-05-21Updated vim to 7.0.17martti3-9/+56
SIZE NAME FIXES 1627 7.0.001 'spellsuggest' could not be added to 2007 7.0.002 C omni complete has problem with % and # in tags file path 1876 7.0.003 GUI: click in tab pages label may warp mouse pointer 1596 7.0.004 Compiler warning for debug_saved used before set 1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs 1347 7.0.006 Mac: "make shadow" didn't link infplist.xml 1919 7.0.007 AIX: compiling failed for message.c 2081 7.0.008 Can't call a function that uses both <SID> and {expr} 1625 7.0.009 ml_get errors when 'spell' is set 3705 7.0.010 spellfile plugin required typing login name and password 1989 7.0.011 can't compile with eval feature without folding feature 2532 7.0.012 matchparen plugin changed cursor column in Insert mode 4614 7.0.013 Insert mode completion: CTRL-L jumped back to original text 5712 7.0.014 Motif: doesn't compile with Motif 1.2 and earlier 4485 7.0.015 Athena: type casts for lvalues 1810 7.0.016 recognize encodings "mac-roman", "dec-mcs" and "hp-roman8" 2302 7.0.017 (after 7.0.014) Motif: doesn't link with Motif 1.2 and earlier
2006-05-10Make sure vim-share do not link with Xtonio3-9/+38
Also avoid installing language manpages for xxd, to fix PLIST
2006-05-09Update vim to 7.0.0martti9-80/+296
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
2006-04-04INSTALL_MAKE_FLAGS doesn't append to MAKE_FLAGS, it replaces it. Makejlam1-2/+2
sure that we preserve any other MAKE_FLAGS when setting INSTALL_MAKE_FLAGS.
2006-03-02More pkglint -Wall fixes.martti1-5/+5
2006-03-02Fix pkglint -Wall warnings.martti2-7/+10
2006-03-02Make cscope support optional. PKGREVISION++martti2-4/+3
2006-02-28Updated editors/vim-share to 6.4.8martti3-5/+11
1717 6.4.007 Unix: crash when expanding backticks 2199 6.4.008 hang for 'hlsearch' highlighting in multi-byte character
2006-02-03Optional support for cscope. From Simon Schubert in a private mail.martti1-1/+12
2005-12-27Updated vim to 6.4.6martti3-5/+14
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set 1577 6.4.005 truncating message may write before buffer 2320 6.4.006 ":argedit", "argdel" and ":argadd" used count argument
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-01Updated editors/vim to 6.4.3martti3-5/+11
7802 6.4.002 Unix: may change owner of wrong file in rare cases 1463 6.4.003 (after 6.4.002) build problem on non-Unix system
2005-10-17Updated vim to 6.4.0martti6-245/+46
This is a bugfix release of Vim. Since Vim 6.3 dozens of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. There are no new features. This release is only fixing bugs.
2005-07-27Updated vim to 6.3.085martti3-5/+17
1729 6.3.081 glob() may execute shell command unexpectedly 2102 6.3.082 (after 6.3.081) more generic solution to avoid shell commands 5053 6.3.083 VMS: add function keys to vt320 termcap entry 3408 6.3.085 crash in syntax highlighting
2005-07-07Updated vim to 6.3.079martti4-7/+17
1745 6.3.075 syntax highlighting wrong after unloading another buffer 3546 6.3.076 crash when using Cscope interface with very long result 1853 6.3.079 crash after executing a command in the command-line window
2005-07-07Added vim-6.3-lang.tar.gz to the list of downloadable files (will only bemartti2-2/+8
used by the new vim-lang package).
2005-06-23Prevent paths to the build directories from being included in the package.kristerw3-11/+29
Bump PKGREVISION.
2005-06-05Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.jmmv3-5/+24
Patch from Geert Hendrickx in tech-pkg@.
2005-05-30Updated editors/vim to 6.3.074 and fixed pkg/29979martti4-11/+22
2083 6.3.072 crash for substitute message when using UTF-8 and Chinese 2017 6.3.073 Win32 GUI: display errors when scrolling up/down 2365 6.3.074 with 'insertmode' CTRL-V after Select mode doesn't work
2005-05-26Apply patch to recognize NetBSD specific filesystems in fstab. Providedjmmv3-2/+17
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
2005-05-16Updated vim to 6.3.071martti2-4/+13
1710 6.3.069 when converting text with illegal characters Vim may crash 1928 6.3.070 crash when 'number' set and with a vertical split 1722 6.3.071 CTRL-X message sticks after error for completion
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-04Updated vim to 6.3.068martti2-4/+17
4436 6.3.065 there was no digraph for euro in Unicode 4728 6.3.066 permissions of backup file may be wrong 2200 6.3.067 (after 6.3.066) newly created file gets execute permission 2247 6.3.068 can't write when editing symbolic link to compressed file
2005-03-15Updated vim to 6.3.064martti2-4/+51
Changes (should fix the security issues found in 6.3.045) 2231 6.3.046 ":registers" doesn't show multi-byte characters correctly 2196 6.3.047 (extra) Win XP with Borland: new file is created read-only 18175 6.3.048 (extra) VMS: doesn't build on IA64 1776 6.3.049 (after 6.3.045) compiler warning for pointer type 2225 6.3.050 a SIGHUP while already exiting may cause a crash 1661 6.3.051 crash when 'wildmenu' set and completing multi-byte file name 3175 6.3.052 (extra) Win 98: can't enter non-ASCII characters if 'enc' set 1576 6.3.053 Win32: ":loadview" doesn't work for files with non-latin chars 1981 6.3.054 when 'im' is set redraw remains off when repeating an insert 8844 6.3.055 wrong text and crash using <C-R>= or <C-\>e in command line 2091 6.3.056 window title wrong for specific multi-byte character 1748 6.3.057 folds are not updated after a filter command 4440 6.3.058 crash when zero columns room; can't compile without :vsplit 2286 6.3.059 crash when editing a file with spaces and shell expansion 1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode 1984 6.3.061 display mess when multi-byte char at right edge of screen 2337 6.3.062 ":normal! gQ" hangs 1434 6.3.063 after the CursorHold event 'mousefocus' may stop working 1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
2005-02-23Add RMD160 digests in addition to the SHA1 ones.agc1-1/+41
2005-01-27Use paths relative to pkgsrc, not pkgsrc/editors.jmmv1-3/+3
2005-01-25Make nvi and vim* use the alternatives system to install wrappers forjmmv3-4/+13
bin/vi, bin/ex and bin/view. Bump their PKGREVISIONs. vim-kde is an exception because it currently installs programs with these names. So, as it's currently marked as vulnerable and as I don't have KDE installed ATM, I'm marking it as conflicting.
2005-01-06Bump to 6.3.045 for recent security issueadrianp2-9/+88
2672 6.3.001 ":browse split" gives file selection dialog twice 3913 6.3.002 utf-8 detection in translated help files is wrong 1891 6.3.003 crash when using console dialog without default choice 2438 6.3.004 too many hit-enter prompts when searching for long string 2809 6.3.005 crash when searching with character offset in closed fold 1566 6.3.006 the current directory is prepended to the ":breakadd" argument 1755 6.3.007 swap file is not deleted for a "nofile" buffer after ":cd" 1865 6.3.008 OS/2: can't compile, missing error message 3670 6.3.009 (after 6.3.006) ":breakadd file" does not match for a symlink 2450 6.3.010 writing to a named pipe causes an error message for fsync() 1896 6.3.011 crash when user command completion uses "normal :cmd" 2882 6.3.012 lalloc(0) error for substitute command with multi-line pattern 11947 6.3.013 crash when using CTRL-R = in command line uses "normal :cmd" 1566 6.3.014 default value of 'helplang' is wrong for Chinese and Taiwanese 1207 6.3.015 the string returned by winrestcmd() may end in garbage 1735 6.3.016 'define' default had "\s" before #, breaks "[d" 1364 6.3.017 "9zz" could place the cursor beyond the end of a line 1844 6.3.018 ":0argadd zero" added the argument after the first one 1992 6.3.019 crash during startup when compiled for debugging 1915 6.3.020 "dw" doesn't work right for UTF-8 when 'delcombine' is set 2822 6.3.021 can't edit file with path separator in trail byte of last char 6419 6.3.023 when <Space> is remapped abbreviations are not expanded 2456 6.3.024 missing NUL for strings created with ga_concat() 3070 6.3.026 setting 'bg' in syncolor.vim may cause endless loop or crash 7500 6.3.027 VMS: Writing a file may insert extra CR characters 2128 6.3.028 the BOM marker is written when appending to a file 2173 6.3.029 crash in syntax highlighting code when inserting a line break 4579 6.3.030 GTK 2: crash when 'enc' is set to "utf-8" and menus redefined 1483 6.3.031 pressing Tab when entering a mapping may cause a display error 2094 6.3.032 with Python 2.3 using threads doesn't work 1552 6.3.033 mapping ending in two-char command doesn't restart Insert mode 1618 6.3.034 VMS: crash in RTL when using :help, caused by ? wildcard 1770 6.3.036 ml_get errors when fold was deleted 2889 6.3.037 (after 6.3.032) warning for unused variable 2749 6.3.039 line numbers not updated when inserting a line above window 18020 6.3.040 window count for a buffer was wrong after error handling 1760 6.3.042 CTRL-X CTRL-E in Insert mode does not scroll fold correctly 8053 6.3.043 'hlsearch' highlighting sometimes disappears 12283 6.3.045 some option values may cause trouble in a modeline
2005-01-05Move --enable-multibyte from vim/Makefile to vim-share/Makefile.common,cjs1-1/+2
since it should be not just the command line version of vim but all versions (e.g., gtk) that use this.
2004-06-21Updated vim to 6.3martti6-26/+109
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages.
2004-04-25Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Updated vim to 6.2.0martti6-27/+148
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. The main new features are: - Support for GTK 2. (Daniel Elstner) - Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi) - ":try" command and exception handling. (Servatius Brandt) - Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff) - Support for PostScript printing in various 8-bit encodings. (Mike Williams)
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-16Updated vim to 6.1.405martti4-12/+15
Lots of bug fixes since the official 6.1 release.
2002-10-08Note conflict with vim-kde-*.jlam1-1/+3
2002-09-14This patch is no longer needed for buildlink2.jlam1-20/+0
2002-09-14buildlink1 -> buildlink2. This should fix pkg/15160 by Brad Forschingerjlam2-3/+3
<bnjf@optushome.com.au>.
2002-03-25Added support for VIM_EXTRA_OPTS (requested by Katsuhiko Fujii in pkg/15990)martti1-1/+5
2002-03-24Updated vim to 6.1martti6-35/+75
* several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL
2002-02-12Updated vim to 6.0.220martti2-123/+7
* created a new jumbo patch which includes some of the previously ignored patches (those which applied only partially) * changes since 6.0.185 * compiler warnings in the X11 client-server code * "I" in Visual mode saves too many lines for undo * size of Visual area not shown after scrolling * GUI: when 'mouse' is empty middle click still moved the cursor * serverlist() gives an error when there is no server * when 'virtualedit' is set "ylj" goes to the wrong column * col(".") returns one to little when 'virtualedit' is set * "--remote-silent" partly worked like "--remote-wait" * when 'virtualedit' is set search() may find wrong position * 've' set and 'sel' "exclusive" "x" in Visual mode works wrong * 've' set and 'sel' "exclusive" "v$x" doesn't delete last char * cursor doesn't move correctly when 've' and 'showbreak' set * multi-byte: could crash on exit when 'tenc' is set. * a script starting with "#!perl" is not recognized as perl * when scrollbinding a long jump doesn't set cursor properly * GTK: "icon=" argument for toolbar item was not used * setting 'fileformat' was possible when 'modifiable' is off * ":unlet" doesn't work for variables with curly braces * (extra) batch scripts to start gvim didn't use -f argument * expanding wildcards or avoiding it doesn't work properly * (extra) installed shortcuts start in desktop directory * cursor color not updated for CTRL-^ in Insert mode * GUI: redraw problems with bold multi-byte characters * after 6.0.167: allow "++enc" to overrule help file encoding * set 'readonly' after reading a file failed * GTK: missing button names for confirm() causes a crash * display problems for unprintable file name chars with CTRL-G * viminfo files contains marks without a file name * copy and paste doesn't work when using "/" in Visual mode * may display wrong lines after reloading a changed file * ":help" may leave an empty unlisted buffer behind * explorer plugin only loads directory in first window * ":setlocal" and ":setglobal" list termcap options * patch 6.0.218 causes a beep on startup
2002-02-05Updated vim to 6.0.185martti2-5/+63
* crash with illegal multi-byte chars in a .vim file * menu for xxd didn't reset 'filetype' and did not find xxd.exe * compilation problem for systems without a console * with "-b" argument 'binary' wasn't set in a second file * completing user commands didn't work for mappings and dirs * reloading a file at the file-changed prompt resets 'readonly' * completing arguments of menu commands didn't work well * GCC 3.0.2 has an optimizer problem that makes Vim crash * Win32: make bitmaps work with signs * error in a client-server expression was reported in server * GUI file selection dialog mixes up file and directory names * after 6.0.135 pasting with a menu doesn't work in Insert mode * using --remote may give unwnanted error message * add a way to avoid GUI dialogs to popup * when 'fileencodings' is "latin2" help files displayed wrong * ":s/\n/#/" doesn't replace at empty lines * when "evim" can't start the GUI there is no menu to exit * printing multi-byte chars and tabs doesn't work properly * shift-left in Insert mode didn't move cursor at end of line * make CTRL-X CTRL-Q work like CTRL-X CTRL-V in Insert mode * using "P" to put a line break leaves cursor after end of line * after "gd" and "gD" "n" may still search backwards * ":help /\z(\)" doesn't work * add the v:dying variable to be aware of being killed * could not create fold with markers when 'commentstring' empty * the xp_backslash field wasn't always initialized * (extra) Win32: displaying UTF-8 may read past end of text * expanding a path with a trailing backslash could fail * leaking memory and reading uninitialzed memory for ":cd" * regexp on multibyte chars could go before start of line * leaking memory when redefining a function * leaking memory for expanding option values * crash on 64 bit machine when pasting a selection
2002-01-28Updated vim to 6.0.151martti2-5/+25
* when re-using the current buffer some items were not cleared * dynamic linking with python interface might not work * wrong syntax highlighing with multi-line patterns * redoing "veU" works like "U" is used as an extra command * could hang when stdin and stderr are redirected * using "%{'-'}" in 'statusline' resulted in a zero * it was not easy to indicate who modified Vim * '[ mark in wrong column after using "p" in an empty line * the search pattern "\(.\{-})*" could make Vim hang * after patch 6.0.148 "p" works like "P" for multi-byte encoding * statusline and ruler wrong when containing multi-byte chars
2002-01-17Updated vim to 6.0.140martti2-5/+20
* bufname() may find unlisted buffer while listed buffer matches * setting 'iminsert' in vimrc may show ruler on alternate screen * don't set 'iminsert' as a side effect of ":lmap" * completing values for ":set tags=" didn't escape spaces right * could unexpectedly apply a mapping in Insert mode * after using 'wildmenu' not all status lines are redrawn * leaking memory when wiping out a buffer with local mappings