summaryrefslogtreecommitdiff
path: root/editors/vim-lang
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-23/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-53/+1
2008-08-11Updated VIM to 7.2martti1-2/+24
This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime files have been added and updated. There are also security improvements, therefore it's a good idea to upgrade. The main new feature since 7.1 is floating point support. You can use it in the Vim script language to add up a list of amounts, for example. Once you have installed Vim 7.2 you can find details about the changes since Vim 7.1 with ":help version-7.2".
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-01-09Some "pkglint -Wall" fixes.martti1-2/+2
2007-07-02Updated editors/vim-share to 7.1.18martti1-2/+2
1529 7.1.003 (extra) Win32: menu entries end up in message history 2481 7.1.004 crash when editing a directory 3841 7.1.005 "cit" used on <foo></foo> deletes <foo> 2941 7.1.006 when reading from stdin 'modified' can't be reset in autocmd 6458 7.1.007 (extra) Mac: context menu does not work, scrollbars not dimmed 2631 7.1.008 getfsize() returns an invalid number for very big files 1881 7.1.009 diff mode: tab to spaces change not highlighted correctly 2796 7.1.010 Gnome: tab pages are not included in the saved session 1934 7.1.011 buffer overflow when $VIMRUNTIME is very long 1904 7.1.012 ":let &tw = 'asdf'" does not give an error message 2139 7.1.013 ":syn include" only loads the first file 1479 7.1.014 crash in C-indenting 3743 7.1.015 MzScheme interface doesn't build on Mac; init problem 2368 7.1.016 (after 7.1.012) error message when using ":cwindow" 6729 7.1.017 ":confirm w" does not give a prompt when file is read-only 1771 7.1.018 "p" at end of line doesn't work right when 've' is set
2007-05-23Fixed PLIST by adding the Bulgarian and Mongolian files. PKGREVISION++rillig2-3/+12
2006-07-18* Make sure PATCHDIR is always set so that the patches are really used.martti1-1/+23
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-05-21Updated vim to 7.0.17martti2-3/+58
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-11List some installed man pages. PKGREVISION++martti2-3/+36
2006-05-09Update vim to 7.0.0martti1-1/+20
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-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam1-2/+2
USE_TOOLS+=msgfmt.
2006-03-02Fix pkglint -Wall warnings.martti1-2/+2
2006-02-28Remove PKGREVISION after 6.4.8 upgrade.martti1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-09This needs msgfmt. Also add explicit build time dependency onjoerg1-1/+5
gettext-lib, configure tries to be clever.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+3
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-10-17Updated vim to 6.4.0martti1-1/+10
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-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-07-07Added vim language files.martti3-0/+234