From 6d6fc82c558db0ef91ad2a101503d5158a79ffda Mon Sep 17 00:00:00 2001 From: mstsirkin Date: Sun, 12 Jan 2014 11:02:46 +0000 Subject: .exrc: rename to _vimrc .exrc is not allowed in the OASIS Library, since "dot" files are special files in file system. They are specifically disallowed by the Naming Directives [1] : "Filenames and directory names must neither begin nor end with a punctuation character (period or hyphen). [...]" Rename to _vimrc which also works - from vim help: d. If the 'exrc' option is on (which is not the default), the current directory is searched for three files. The first that exists is used, the others are ignored. - The file ".vimrc" (for Unix, Amiga and OS/2) (*) "_vimrc" (for MS-DOS and Win32) (*) - The file "_vimrc" (for Unix, Amiga and OS/2) (*) ".vimrc" (for MS-DOS and Win32) (*) - The file ".exrc" (for Unix, Amiga and OS/2) "_exrc" (for MS-DOS and Win32) Signed-off-by: Michael S. Tsirkin git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@180 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652 --- .exrc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .exrc (limited to '.exrc') diff --git a/.exrc b/.exrc deleted file mode 100644 index 045b3c5..0000000 --- a/.exrc +++ /dev/null @@ -1,5 +0,0 @@ -"VIM settings to for correct formatting. They are activated by adding the -"following settings (without the " symbol) as last two lines in $HOME/.vimrc: -"set secure -"set exrc -set textwidth=65 -- cgit v1.2.3