diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-04-03 18:06:34 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-08 21:56:05 -0300 |
commit | 4348d1e6f74a87af55c6c01e7a0cb292e9dec114 (patch) | |
tree | 86f6e5da3cd9961f675b9aec046b2967e4db756e /src/syntax.c | |
parent | 49f5e5d0b132747048f45e10cf5cafef7e07ab7d (diff) | |
download | rneovim-4348d1e6f74a87af55c6c01e7a0cb292e9dec114.tar.gz rneovim-4348d1e6f74a87af55c6c01e7a0cb292e9dec114.tar.bz2 rneovim-4348d1e6f74a87af55c6c01e7a0cb292e9dec114.zip |
Move functions from os/fs.c into path.c
Move unit tests from os/fs.moon to path.moon
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index b1b5a80087..3d11a8f603 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -34,6 +34,7 @@ #include "garray.h" #include "option.h" #include "os_unix.h" +#include "path.h" #include "regexp.h" #include "screen.h" #include "term.h" |