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 | |
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')
-rw-r--r-- | src/nvim/os/unix_defs.h | 3 | ||||
-rw-r--r-- | src/nvim/os/win_defs.h | 1 |
2 files changed, 0 insertions, 4 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 diff --git a/src/nvim/os/win_defs.h b/src/nvim/os/win_defs.h index 427e6a8481..585def7dd0 100644 --- a/src/nvim/os/win_defs.h +++ b/src/nvim/os/win_defs.h @@ -8,7 +8,6 @@ // Defines needed to fix the build on Windows: // - USR_EXRC_FILE -// - SHADA_FILE // - DFLT_DIR // - DFLT_BDIR // - DFLT_VDIR |