1 Star 0 Fork 52

willwolf/vim

forked from src-openEuler/vim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-vim-7.0-rclocation.patch 927 Bytes
一键复制 编辑 原始数据 按行查看 历史
wjiang 提交于 2023-03-24 09:24 . vim reads /etc/vimrc at startup
From 54a4d7d5afe1157778223c9c97563b115b9341bc Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal <zdohnal@redhat.com>
Date: 2003-08-04 15:38:05.000000000 +0200
Subject: [PATCH] vim-7.0-rclocation.patch
new /usr/share/vim/{vimrc,virc} symlinks are created forloading /etc/{vimrc,virc}.
New symlinks point to original files in /etc.
---
src/os_unix.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/os_unix.h b/src/os_unix.h
index 00ae239..a0c9485 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -217,10 +217,10 @@ typedef struct dsc$descriptor DESC;
* Unix system-dependent file names
*/
#ifndef SYS_VIMRC_FILE
-# define SYS_VIMRC_FILE "$VIM/vimrc"
+# define SYS_VIMRC_FILE "/etc/vimrc"
#endif
#ifndef SYS_GVIMRC_FILE
-# define SYS_GVIMRC_FILE "$VIM/gvimrc"
+# define SYS_GVIMRC_FILE "/etc/gvimrc"
#endif
#ifndef DFLT_HELPFILE
# define DFLT_HELPFILE "$VIMRUNTIME/doc/help.txt"
--
2.27.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/willwolf/vim.git
git@gitee.com:willwolf/vim.git
willwolf
vim
vim
master

搜索帮助