summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-12 21:58:40 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-12 21:58:40 +0000
commit5b962cf71c87f5d23408bac83c8a526b901daa3f (patch)
tree0105ddcc2ab582365acddeb7892516eec1bbad0b /src/window.c
parent63a121b750c186db52de3d3ffbe016b89df8970b (diff)
downloadvim-git-5b962cf71c87f5d23408bac83c8a526b901daa3f.tar.gz
updated for version 7.0168
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c
index 85bc22adf..7d5018047 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4765,7 +4765,7 @@ vim_isAbsName(name)
}
/*
- * Get absolute file name into buffer 'buf' of length 'len' bytes.
+ * Get absolute file name into buffer "buf[len]".
*
* return FAIL for failure, OK otherwise
*/
@@ -4773,7 +4773,7 @@ vim_isAbsName(name)
vim_FullName(fname, buf, len, force)
char_u *fname, *buf;
int len;
- int force;
+ int force; /* force expansion even when already absolute */
{
int retval = OK;
int url;