aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memfile.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2015-02-21 06:33:18 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2015-02-21 06:33:18 -0300
commitc48f835749913f48267ed3b389bdd333e19e6dc4 (patch)
treeedc8d4310b1e4025697a4ae0e9f39c2973fb3725 /src/nvim/memfile.c
parent486d2e944dffb30d97d65c88bbcc77f6fd1208f6 (diff)
parent6293b5513c54557bbf56077374df83cb52344fa3 (diff)
downloadrneovim-c48f835749913f48267ed3b389bdd333e19e6dc4.tar.gz
rneovim-c48f835749913f48267ed3b389bdd333e19e6dc4.tar.bz2
rneovim-c48f835749913f48267ed3b389bdd333e19e6dc4.zip
Merge PR #1997 'Remove term modules'
Diffstat (limited to 'src/nvim/memfile.c')
-rw-r--r--src/nvim/memfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/memfile.c b/src/nvim/memfile.c
index d8d59474a2..baab70ee6a 100644
--- a/src/nvim/memfile.c
+++ b/src/nvim/memfile.c
@@ -954,7 +954,6 @@ static void mf_do_open(memfile_T *mfp, char_u *fname, int flags)
#ifdef HAVE_SELINUX
mch_copy_sec(fname, mfp->mf_fname);
#endif
- mch_hide(mfp->mf_fname); // try setting the 'hidden' flag
}
}