I have been a vimmer for years, but it was my first time to build it
from src, because I found that my CENTOS vim got some problems on
cscope co-operations.
Following README file lcoated at
ftp://ftp.vim.org/pub/vim/patches/7.2/README, I got a little pain when
patching. please take a look at logs at the bottom.

why don't vim provide a whole big patch for 001-latest one?
Fix me if I missed anything, thanks.


=====

r...@xxx ~/vim72/vim72 > patch -p0 < ../patchs/7.2.001-100
patching file src/pty.c
patching file src/version.c
patching file src/menu.c
patching file src/version.c
patching file src/spell.c
patching file src/version.c
patching file src/version.c
patching file src/if_cscope.c
patching file src/if_cscope.h
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file runtime/scripts.vim
patching file src/version.c
patching file runtime/doc/os_vms.txt
can't find file to patch at input line 743
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.006/src/os_vms_conf.h   Thu May 10 19:26:17 2007
|--- src/os_vms_conf.h  Sat Aug 16 05:09:17 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 756
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.006/src/Make_vms.mms    Mon Oct 29 22:38:54 2007
|--- src/Make_vms.mms   Sat Aug 16 05:17:41 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 792
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.006/src/testdir/Make_vms.mms    Wed Jun 25 00:34:23 2008
|--- src/testdir/Make_vms.mms   Tue Aug 19 06:28:07 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
7 out of 7 hunks ignored
patching file src/testdir/test30.in
patching file src/testdir/test54.in
patching file src/version.c
patching file src/buffer.c
patching file src/version.c
patching file src/if_perl.xs
patching file src/version.c
patching file src/mbyte.c
patching file src/misc2.c
patching file src/normal.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/ex_cmds2.c
patching file src/version.c
patching file src/ui.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/testdir/Makefile
patching file src/version.c
patching file src/ex_getln.c
patching file src/version.c
patching file src/ui.c
patching file src/version.c
patching file src/ex_cmds.c
patching file src/version.c
patching file src/ex_cmds.h
patching file src/ex_docmd.c
patching file src/version.c
patching file src/main.c
patching file src/version.c
patching file src/ex_docmd.c
patching file src/fileio.c
patching file src/globals.h
patching file src/version.c
patching file Filelist
patching file src/testdir/Make_ming.mak
patching file src/version.c
patching file src/screen.c
patching file src/version.c
patching file src/option.c
patching file src/version.c
patching file src/normal.c
patching file src/version.c
patching file src/normal.c
patching file src/version.c
patching file src/ex_cmds.h
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/ex_docmd.c
patching file src/version.c
patching file src/ex_cmds.h
patching file src/version.c
patching file runtime/doc/cmdline.txt
patching file runtime/doc/eval.txt
patching file runtime/doc/starting.txt
patching file runtime/doc/usr_21.txt
patching file src/eval.c
patching file src/ex_cmds.c
patching file src/ex_cmds.h
patching file src/ex_docmd.c
patching file src/feature.h
patching file src/fileio.c

patching file src/main.c
patching file src/mark.c
patching file src/misc1.c
patching file src/proto/eval.pro
patching file src/proto/ex_cmds.pro
patching file src/proto/mark.pro
patching file src/option.c
patching file src/structs.h
patching file src/vim.h
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/fileio.c
patching file src/testdir/test42.ok
patching file src/version.c
patching file src/buffer.c
patching file src/version.c
patching file src/gui_x11.c
patching file src/mbyte.c
patching file src/misc2.c
patching file src/os_unix.c
patching file src/version.c
can't find file to patch at input line 4715
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|--
|You can tune a file system, but you can't tuna fish
|                                                       -- man tunefs
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.036 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.036 (extra)
|Problem:    Mismatches between alloc/malloc, free/vim_free,
|           realloc/vim_realloc.
|Solution:   Use the right function. (Dominique Pelle)
|Files:     src/gui_riscos.c, src/gui_w48.c, src/mbyte.c, src/os_vms.c,
|           src/os_w32exe.c, src/os_win16.c
|
|
|*** ../vim-7.2.035/src/gui_riscos.c    Thu May 10 19:33:26 2007
|--- src/gui_riscos.c   Wed Nov 12 11:47:54 2008
--------------------------
File to patch: Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 4751
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.035/src/gui_w48.c       Thu Jul 24 20:50:23 2008
|--- src/gui_w48.c      Wed Nov 12 11:37:41 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
4 out of 4 hunks ignored
can't find file to patch at input line 4832
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.035/src/os_vms.c        Wed Aug  6 18:38:52 2008
|--- src/os_vms.c       Wed Nov 12 11:42:12 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
4 out of 4 hunks ignored
can't find file to patch at input line 4916
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.035/src/os_w32exe.c     Fri Jul  1 00:06:20 2005
|--- src/os_w32exe.c    Wed Nov 12 11:45:43 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 4936
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.035/src/os_win16.c      Wed Jun 25 00:49:34 2008
|--- src/os_win16.c     Wed Nov 12 11:45:53 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file src/version.c
patching file src/os_unix.c
patching file src/version.c
patching file src/if_xcmdsrv.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/fileio.c
patching file src/version.c
patching file src/buffer.c
patching file src/ex_cmds.c
patching file src/ex_cmds2.c

patching file src/ex_docmd.c
patching file src/ex_getln.c
can't find file to patch at input line 5672
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.040/src/if_sniff.c      Sat Aug  9 19:41:16 2008
|--- src/if_sniff.c     Wed Nov 12 17:48:46 2008
--------------------------
File to patch: Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file src/main.c
patching file src/netbeans.c
patching file src/normal.c
patching file src/popupmnu.c
patching file src/proto/buffer.pro
patching file src/proto/ex_cmds.pro
patching file src/quickfix.c

patching file src/window.c
patching file src/version.c
patching file src/buffer.c
patching file src/move.c
patching file src/structs.h
patching file src/version.c
patching file src/vim.h
patching file src/version.c
patching file src/auto/configure
patching file src/configure.in
patching file src/eval.c
patching file src/version.c
patching file src/if_python.c
patching file src/version.c
patching file src/mbyte.c
patching file src/version.c
patching file src/main.c
patching file src/vim.h
patching file src/version.c
patching file src/eval.c

patching file src/normal.c
patching file src/proto/eval.pro
patching file src/version.c
can't find file to patch at input line 6743
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|--
|Microsoft's definition of a boolean: TRUE, FALSE, MAYBE
|"Embrace and extend"...?
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.049 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.049 (extra)
|Problem:    Win32: the clipboard doesn't support UTF-16.
|Solution:   Change UCS-2 support to UTF-16 support. (Jia Yanwei)
|Files:     src/gui_w32.c, src/gui_w48.c, src/mbyte.c, src/misc1.c,
|           src/os_mswin.c, src/os_win32.c, src/proto/os_mswin.pro
|
|
|*** ../vim-7.2.048/src/gui_w32.c       Tue Jun 24 23:46:14 2008
|--- src/gui_w32.c      Thu Nov 20 16:47:10 2008
--------------------------
File to patch: Skip this patch? [y] Skipping patch.
5 out of 5 hunks ignored
can't find file to patch at input line 6830
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.048/src/gui_w48.c       Wed Nov 12 13:35:31 2008
|--- src/gui_w48.c      Thu Nov 20 16:42:32 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
11 out of 11 hunks ignored
patching file src/mbyte.c
patching file src/misc1.c
can't find file to patch at input line 7147
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.048/src/os_mswin.c      Sat Aug  9 19:37:30 2008
|--- src/os_mswin.c     Thu Nov 20 17:05:10 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
19 out of 19 hunks ignored
can't find file to patch at input line 7605
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.048/src/os_win32.c      Thu Jul 24 20:50:30 2008
|--- src/os_win32.c     Thu Nov 20 16:44:33 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
15 out of 15 hunks ignored
can't find file to patch at input line 7868
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.048/src/proto/os_mswin.pro      Sat May  5 19:07:50 2007
|--- src/proto/os_mswin.pro     Thu Nov 20 16:41:00 2008
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file src/version.c
patching file src/spell.c
patching file src/version.c
patching file src/eval.c
patching file src/ex_getln.c
patching file src/proto/ex_getln.pro
patching file runtime/doc/eval.txt
patching file runtime/doc/options.txt
patching file src/version.c
patching file runtime/doc/eval.txt
patching file src/eval.c
patching file src/version.c
patching file src/workshop.c
patching file src/version.c
patching file src/getchar.c
patching file src/version.c
patching file src/diff.c

patching file src/eval.c
patching file src/ex_cmds.c
patching file src/ex_docmd.c
patching file src/fileio.c
patching file src/fold.c
patching file src/globals.h
patching file src/gui.c
patching file src/gui_at_sb.c
patching file src/gui_gtk_x11.c
patching file src/gui_xmdlg.c
patching file src/gui_xmebw.c
patching file src/main.c
patching file src/mbyte.c
patching file src/message.c

patching file src/netbeans.c
patching file src/option.c
patching file src/os_unix.c
patching file src/spell.c
patching file src/ui.c
patching file src/window.c
patching file src/version.c
patching file src/spell.c
patching file src/version.c
patching file src/spell.c
patching file src/version.c
patching file src/version.c
patching file src/version.c
patching file src/diff.c
patching file src/version.c

patching file runtime/doc/spell.txt
patching file src/spell.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/buffer.c
patching file src/version.c
patching file src/if_perl.xs
patching file src/version.c
patching file src/ops.c
patching file src/version.c
patching file src/gui.c
patching file src/version.c
patching file runtime/doc/eval.txt
patching file src/eval.c
patching file src/version.c
patching file src/ex_docmd.c
patching file src/version.c
patching file src/tag.c

patching file src/version.c
patching file src/spell.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
can't find file to patch at input line 12865
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|--
|Close your shells, or I'll kill -9 you
|Tomorrow I'll quota you
|Remember the disks'll always be full
|And then while I'm away
|I'll write ~ everyday
|And I'll send-pr all my buggings to you.
|    [ CVS log "Beatles style" for FreeBSD ports/INDEX, Satoshi Asami ]
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.071
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.071 (extra)
|Problem:    Win32: Handling netbeans events while Vim is busy updating the
|           screen may cause a crash.
|Solution:   Like with GTK, only handle netbeans messages in the main loop.
|           (Xavier de Gaye)
|Files:     src/gui_w48.c, src/netbeans.c
|
|
|*** ../vim-7.2.070/src/gui_w48.c       Thu Nov 20 17:09:09 2008
|--- src/gui_w48.c      Thu Dec 11 23:47:18 2008
--------------------------
File to patch: Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
patching file src/netbeans.c
patching file src/version.c
can't find file to patch at input line 12945
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|--
|No children may attend school with their breath smelling of "wild onions."
|               [real standing law in West Virginia, United States of America]
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.072 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.072 (extra)
|Problem:    Compiler warning in Sniff code.
|Solution:   Use return value of pipe(). (Dominique Pelle)
|Files:     src/if_sniff.c
|
|NOTE: Patch was adjusted to avoid problems with CVS interference.
|
|*** ../vim-7.2.071/src/if_sniff.c      Sat Nov 15 14:11:10 2008
|--- src/if_sniff.c     Sat Dec  6 14:01:57 2008
--------------------------
File to patch: Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
patching file src/version.c
patching file src/misc2.c
patching file src/option.c
patching file src/proto/misc2.pro
patching file src/version.c
can't find file to patch at input line 13136
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|
|--
|ARTHUR: If you do not open these doors, we will take this castle by force ...
|   [A bucket of slops land on ARTHUR.  He tries to retain his dignity.]
|                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.074 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.074 (extra, after 7.2.073)
|Problem:    ":set <xHome>" has the same output as ":set <Home>". (Matt
|           Wozniski)
|Solution:   Don't translate "x" keys to its alternative for ":set".
|Files:     src/gui_mac.c
|
|
|*** ../vim-7.2.073/src/gui_mac.c       Sat Aug  9 19:37:28 2008
|--- src/gui_mac.c      Sun Dec 14 12:28:26 2008
--------------------------
File to patch: Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file src/version.c
patching file src/version.c
patching file src/version.c
patching file src/fileio.c
patching file src/version.c
patching file src/fileio.c
patching file src/version.c
patching file src/fold.c
patching file src/version.c
patching file runtime/doc/netbeans.txt
patching file src/buffer.c
patching file src/globals.h
patching file src/netbeans.c
patching file src/proto/netbeans.pro
patching file src/version.c
patching file src/edit.c
patching file src/version.c
patching file src/message.c
patching file src/version.c
patching file src/ex_cmds.c
patching file src/version.c
patching file src/tag.c
patching file src/version.c
patching file src/if_python.c
patching file src/version.c
patching file src/term.c
patching file src/version.c
patching file src/diff.c
patching file src/version.c
patching file src/misc2.c
patching file src/version.c
can't find file to patch at input line 14760
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|--
|hundred-and-one symptoms of being an internet addict:
|21. Your dog has its own home page.
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.088 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.088 (extra)
|Problem:    OpenClipboard() may fail when another application is using the
|           clipboard.
|Solution:   Retry OpenClipboard() a few times. (Jianrong Yu)
|Files:     src/os_mswin.c
|
|
|*** ../vim-7.2.087/src/os_mswin.c      Thu Nov 20 17:09:09 2008
|--- src/os_mswin.c     Thu Jan 22 18:38:12 2009
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
3 out of 3 hunks ignored
patching file src/version.c
can't find file to patch at input line 14858
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|--
|hundred-and-one symptoms of being an internet addict:
|22. You've already visited all the links at Yahoo and you're halfway through
|    Lycos.
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.089 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.089 (extra)
|Problem:    Win32: crash when using Ultramon buttons.
|Solution:   Don't use a WM_OLE message of zero size. (Ray Megal)
|Files:     src/if_ole.cpp, src/gui_w48.c
|
|
|*** ../vim-7.2.088/src/if_ole.cpp      Sun Mar 16 14:53:11 2008
|--- src/if_ole.cpp     Mon Jan 19 21:16:33 2009
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 14885
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.088/src/gui_w48.c       Wed Dec 24 12:20:10 2008
|--- src/gui_w48.c      Mon Jan 19 21:19:30 2009
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
1 out of 1 hunk ignored
patching file src/version.c
patching file src/ex_docmd.c
patching file src/version.c
patching file src/if_cscope.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
can't find file to patch at input line 15308
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|
|
|--
|Now it is such a bizarrely improbable coincidence that anything as
|mind-bogglingly useful as the Babel fish could have evolved purely by chance
|that some thinkers have chosen to see it as a final and clinching proof of the
|NON-existence of God.
|The argument goes something like this: 'I refuse to prove that I exist,' says
|God, 'for proof denies faith, and without faith I am nothing.'
|'But,' says Man, 'the Babel fish is a dead giveaway, isn't it?  It could not
|have evolved by chance.  It proves you exist, and so therefore, by your own
|arguments, you don't.  QED.'
|'Oh dear,' says God, 'I hadn't thought of that,' and promptly vanishes in a
|puff of logic.
|'Oh, that was easy,' says Man, and for an encore goes on to prove that black
|is white and gets himself killed on the next pedestrian crossing.
|               -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
|
| /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
|///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|\\\        download, build and distribute -- http://www.A-A-P.org        ///
| \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
|To: [email protected]
|Subject: Patch 7.2.093 (extra)
|Fcc: outbox
|From: Bram Moolenaar <[email protected]>
|Mime-Version: 1.0
|Content-Type: text/plain; charset=ISO-8859-1
|Content-Transfer-Encoding: 8bit
|------------
|
|Patch 7.2.093 (extra)
|Problem:    Win32: inputdialog() and find/replace dialogs can't handle
|           multi-byte text.
|Solution:   Use the wide version of dialog functions when available. (Yanwei
|           Jia)
|Files:     src/gui_w32.c, src/gui_w48.c
|
|
|*** ../vim-7.2.092/src/gui_w32.c       Thu Nov 20 17:09:09 2008
|--- src/gui_w32.c      Wed Jan 28 21:15:29 2009
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
can't find file to patch at input line 15368
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|*** ../vim-7.2.092/src/gui_w48.c       Wed Jan 28 14:17:21 2009
|--- src/gui_w48.c      Wed Jan 28 21:10:26 2009
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
5 out of 5 hunks ignored
patching file src/version.c
patching file src/edit.c
patching file src/version.c
patching file src/normal.c
patching file src/version.c
patching file src/ex_cmds.c
patching file src/version.c
patching file src/os_unix.c
patching file src/version.c
patching file src/eval.c
patching file src/version.c
patching file src/option.c
patching file src/version.c
patching file src/ex_cmds2.c
patching file src/version.c
r...@xxx ~/vim72/vim72 >


-- 
FIXME if it is wrong.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to