diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-03-14 21:54:08 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-15 11:50:22 -0300 |
commit | c83e8b4dc74ba010e0279b67ef8ffa14103d89f6 (patch) | |
tree | 9969fbde12651043e0986c838c3f21ba924e579d /src/tag.c | |
parent | 1f578ec5a1baa75b557af2261518d9fb8aee488b (diff) | |
download | rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.tar.gz rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.tar.bz2 rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.zip |
Move and refactor mch_[gs]etperm to os/fs module.
Diffstat (limited to 'src/tag.c')
-rw-r--r-- | src/tag.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ #include "term.h" #include "ui.h" #include "window.h" +#include "os/os.h" /* * Structure to hold pointers to various items in a tag line. |