diff options
Diffstat (limited to 'src/README.md')
-rw-r--r-- | src/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/README.md b/src/README.md index 0b6a311bc..dcc7a5c83 100644 --- a/src/README.md +++ b/src/README.md @@ -36,6 +36,7 @@ eval.c | expression evaluation evalfunc.c | built-in functions evalvars.c | vim variables fileio.c | reading and writing files +filepath.c | dealing with file names and paths findfile.c | search for files in 'path' fold.c | folding getchar.c | getting characters and key mapping |