]> source.dussan.org Git - gitignore.git/commitdiff
vim: add extra session file Sessionx.vim (#3058)
authorMatan Nassau <matan.nassau@gmail.com>
Thu, 16 May 2019 20:40:58 +0000 (16:40 -0400)
committerBrendan Forster <brendan@github.com>
Thu, 16 May 2019 20:40:58 +0000 (17:40 -0300)
from vim's documentation on `:mksession` (:help :mksession):

 ...

 10. If a file exists with the same name as the Session file, but ending
     in "x.vim" (for eXtra), executes that as well.  You can use *x.vim
     files to specify additional settings and actions associated with a
     given Session, such as creating menu items in the GUI version.

we already have Session.vim ignored.  the Sessionx.vim file, like
Session.vim, is a user file.  a user would generally want that file kept
private or for themselves, and the public or a team fetching from or
sharing the repository generally have no interest in a file relevant
only to a particular user.  so it's a good idea to get git to help us
avoid mistakenly sharing the file.

Global/Vim.gitignore

index 741518ffd248d4e3459ce94f21da8c9fe69d6ebd..3dc461ab8ea71ea3a9f379c4a6781205eed3148e 100644 (file)
@@ -7,6 +7,7 @@
 
 # Session
 Session.vim
+Sessionx.vim
 
 # Temporary
 .netrwhist