Skip to content

Commit cdab24d

Browse files
wilhelmtellshiftkey
authored andcommitted
vim: add extra session file Sessionx.vim (github#3058)
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.
1 parent 6cb96f4 commit cdab24d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Global/Vim.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
# Session
99
Session.vim
10+
Sessionx.vim
1011

1112
# Temporary
1213
.netrwhist

0 commit comments

Comments
 (0)