OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

virtio message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Version Control Commit by mstsirkin


Author: mstsirkin
Date: 2014-01-12 11:02:46 +0000 (Sun, 12 Jan 2014)
New Revision: 180
Web View: https://tools.oasis-open.org/version-control/browse/wsvn/virtio/?rev=180&sc=1

Added:
   _vimrc
Removed:
   .exrc
Log:
.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 <mst@redhat.com>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]