Hi,
The latest change breaks compilation, at least here on Mac OS
10.5.8:
gcc -L/usr/local/lib -L/sw/lib -o vim objects/buffer.o
objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o
objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o
objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o
objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o
objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o
objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o
objects/mbyte.o objects/normal.o objects/ops.o objects/option.o
objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o
objects/regexp.o objects/screen.o objects/search.o objects/sha256.o
objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o
objects/undo.o objects/version.o objects/window.o objects/if_python.o
objects/py_config.o objects/netbeans.o objects/main.o objects/memfile.o
-lm -lncurses -liconv -L/sw/lib/python2.7/config -lpython2.7 -ldl
-Wl,-framework,CoreFoundation -u _PyMac_Error
Undefined symbols:
"_adjust_clip_reg", referenced from:
_normal_cmd in normal.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [vim] Error 1
make: *** [first] Error 2
changeset: 2821:3d1a3aa0240c
tag: v7-3-186
user: Bram Moolenaar <[email protected]>
date: Tue May 10 16:12:45 2011 +0200
files: src/normal.c src/version.c
description:
updated for version 7.3.186
Problem: When 'clipboard' contains "unnamed" or "unnamedplus" the value of
v:register is wrong for operators without a specific register.
Solution: Adjust the register according to 'clipboard'. (Ingo Karkat)
c
--
theatre - books - texts - movies
Black Trash Productions at home: http://www.blacktrash.org
Black Trash Productions on Facebook:
http://www.facebook.com/blacktrashproductions
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php