summaryrefslogtreecommitdiff
path: root/editors/vim-xaw
diff options
context:
space:
mode:
authormartti <martti>2009-02-06 06:28:53 +0000
committermartti <martti>2009-02-06 06:28:53 +0000
commit932026550b5fb136aa0a442a7349bc6a84e056ba (patch)
tree45c7d2b6564cdc2af746d9305e810fa1594f7598 /editors/vim-xaw
parentff49f9c730fc6c85717a1548484c0aa87d745908 (diff)
downloadpkgsrc-932026550b5fb136aa0a442a7349bc6a84e056ba.tar.gz
Updated editors/vim-share to 7.2.102
17606 7.2.070 crash when a function returns a:000 2353 7.2.071 (extra) Win32: Handling netbeans events may cause a crash 1786 7.2.072 (extra) compiler warning in Sniff code 4121 7.2.073 ":set <xHome>" has the same output as ":set <Home>" 1832 7.2.074 (extra, after 7.2.073) extra part of 7.2.073 2218 7.2.075 (after 7.2.058) unclear comment about making a diff 2666 7.2.076 rename(from, to) deletes file if names refer to the same file 4745 7.2.077 (after 7.2.076) rename() fails if names differ only in case 3298 7.2.078 problems with deleting folds 6947 7.2.079 "killed" netbeans events are not handled correctly 9942 7.2.080 accessing wrong memory with completion and composing char 1728 7.2.081 compiler warning for float overflow on VAX 2134 7.2.082 if 'ff' is "mac" then "ga" on a ^J shows 0x0d instead of 0x0a 1733 7.2.083 ":tag" doesn't return to the right tag entry in the tag stack 4331 7.2.084 Python: vim.eval() is wrong for recursive structures 1862 7.2.085 ":set <M-b>=<Esc>b" does not work when 'encoding' is utf-8 3045 7.2.086 using ":diffget 1" in buffer 1 corrupts the text 1570 7.2.087 adding URL to 'path' doesn't work to edit a file 2895 7.2.088 (extra) Win32: Using the clipboard sometimes fails 2473 7.2.089 (extra) Win32: crash when using Ultramon buttons 3286 7.2.090 user command containing 0x80 does not work properly 2113 7.2.091 ":cs help" output is not aligned for some languages 4538 7.2.092 some error messages are not translated 7287 7.2.093 (extra) dialogs can't always handle multi-byte text 3430 7.2.094 compiler warning for signed/unsigned compare, typos 1902 7.2.095 using "r" and then CTRL-C Visual highlighting is not removed 1464 7.2.096 after ":number" "Press Enter" msg may be on the wrong screen 1692 7.2.097 "!xterm&" doesn't work when 'shell' is "bash" 1864 7.2.098 warning for signed/unsigned pointer 3498 7.2.099 unnecessary redraw when changing GUI options in terminal 3846 7.2.100 missing first three bytes on sourced FIFO 1362 7.2.101 (extra) MSVC version not recognized 1496 7.2.102 (after 7.2.100) BOM at start of Vim script not removed
Diffstat (limited to 'editors/vim-xaw')
-rw-r--r--editors/vim-xaw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim-xaw/Makefile b/editors/vim-xaw/Makefile
index 49e95e3b25d..b7fd62b41db 100644
--- a/editors/vim-xaw/Makefile
+++ b/editors/vim-xaw/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2008/11/10 17:21:34 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2009/02/06 06:28:53 martti Exp $
PKGNAME= vim-xaw-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
+#PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Athena GUI