aboutsummaryrefslogtreecommitdiff
path: root/src/syntax.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-04-03 18:06:34 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-08 21:56:05 -0300
commit4348d1e6f74a87af55c6c01e7a0cb292e9dec114 (patch)
tree86f6e5da3cd9961f675b9aec046b2967e4db756e /src/syntax.c
parent49f5e5d0b132747048f45e10cf5cafef7e07ab7d (diff)
downloadrneovim-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.c1
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"