updated for version 7.0057
This commit is contained in:
@ -3628,7 +3628,6 @@ vim_getenv(name, mustfree)
|
||||
if (pp != NULL)
|
||||
{
|
||||
p = pp;
|
||||
p[len] = NUL;
|
||||
*mustfree = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,6 +26,6 @@ linenr_T ml_firstmarked __ARGS((void));
|
||||
void ml_clearmarked __ARGS((void));
|
||||
char_u *get_file_in_dir __ARGS((char_u *fname, char_u *dname));
|
||||
void ml_setflags __ARGS((buf_T *buf));
|
||||
long ml_find_line_or_offset __ARGS((buf_T *buf, linenr_T line, long *offp));
|
||||
long ml_find_line_or_offset __ARGS((buf_T *buf, linenr_T lnum, long *offp));
|
||||
void goto_byte __ARGS((long cnt));
|
||||
/* vim: set ft=c : */
|
||||
|
||||
Reference in New Issue
Block a user