On Tue, Jul 27, 2010 at 4:30 PM, Nazri Ramliy <[email protected]> wrote:
> Please have a look at the patches - 0001 is the major one
One teeny fix for 0001:
for (i = 0; i < gap->ga_len; i++)
{
- path = fnames[i];
+ char_u *path = fnames[i];
+ int is_in_curdir;
len = (int)STRLEN(path);
- /* we start at the end of the path */
- pathsep_p = path + len - 1;
+ char_u *dir_end = gettail(path);
^^^^^^ Move this line one or two lines up. Sorry I'm a bit
spoiled by C++ :)
nazri
--
You received this message from the "vim_dev" 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