- 17 5月, 2019 1 次提交
-
-
由 Matan Nassau 提交于
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.
-
- 02 5月, 2018 1 次提交
-
-
由 Igor Epstein 提交于
-
- 19 3月, 2018 1 次提交
-
-
由 Adrian Reyer 提交于
-
- 01 6月, 2017 1 次提交
-
-
由 Robert Simmons 提交于
-
- 06 12月, 2016 1 次提交
-
-
由 roubles 提交于
While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions
-
- 23 2月, 2016 1 次提交
-
-
由 Mario Guenterberg 提交于
Added auto-generated tag files.
-
- 07 2月, 2016 1 次提交
-
-
由 Noah Lovelady-Allen 提交于
Anything matched by `*.un~` will also be matched by the last rule, `*~`.
-
- 05 6月, 2015 1 次提交
-
-
由 Capi Etheriel 提交于
-
- 07 1月, 2015 1 次提交
-
-
由 Carl Suster 提交于
-
- 04 11月, 2013 1 次提交
-
-
由 Martín Blech 提交于
The old pattern was too broad and was making VIM ignore Scheme (*.scm) files. Now it only matches files that start with . or _.
-
- 28 8月, 2013 2 次提交
- 07 3月, 2013 1 次提交
-
-
由 Nysa 提交于
Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved.
-
- 22 1月, 2013 1 次提交
-
-
由 andy bristol 提交于
Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326
-
- 14 11月, 2012 1 次提交
-
-
由 zhaojunmeng 提交于
-
- 19 4月, 2012 1 次提交
-
-
由 Max Goldstein 提交于
Include .netrwhist, the user's history and potential privacy concern. See: http://stackoverflow.com/questions/9850360/
-
- 22 2月, 2011 1 次提交
-
-
由 iven 提交于
-
- 19 11月, 2010 1 次提交
-
-
由 Magnus Woldrich 提交于
-
- 09 11月, 2010 1 次提交
-
-
由 Jay Adkisson 提交于
-