diff options
author | ZyX <kp-pav@yandex.ru> | 2015-10-17 15:41:05 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2015-10-23 14:54:10 +0300 |
commit | 2e750973e936a04d9effea88f78f03a5a07ab282 (patch) | |
tree | 302e14ec5e20e2a9187357b0371cdf3663a2bc35 /src/nvim/os/unix_defs.h | |
parent | 502a20a8feb80e7e12eb34231975257b915e3115 (diff) | |
download | rneovim-2e750973e936a04d9effea88f78f03a5a07ab282.tar.gz rneovim-2e750973e936a04d9effea88f78f03a5a07ab282.tar.bz2 rneovim-2e750973e936a04d9effea88f78f03a5a07ab282.zip |
shada: Move shada file to a new location
Diffstat (limited to 'src/nvim/os/unix_defs.h')
-rw-r--r-- | src/nvim/os/unix_defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/os/unix_defs.h b/src/nvim/os/unix_defs.h index 83c6752ff7..82a434cdf1 100644 --- a/src/nvim/os/unix_defs.h +++ b/src/nvim/os/unix_defs.h @@ -37,8 +37,5 @@ #ifndef VIMRC_FILE # define VIMRC_FILE ".nvimrc" #endif -#ifndef SHADA_FILE -# define SHADA_FILE "~/.nvim/shada/main.shada" -#endif #endif // NVIM_OS_UNIX_DEFS_H |