Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Vim.gitignore (#3169) | Rolf Vidar Hoksaas | 2019-09-10 | 1 | -0/+1 |
| | | | .svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim. | ||||
* | vim: add extra session file Sessionx.vim (#3058) | Matan Nassau | 2019-05-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #2631 from areyer/patch-1 | Brendan Forster | 2018-06-17 | 1 | -1/+2 |
|\ | | | | | allow .ssh directory | ||||
| * | allow .ssh directory | Adrian Reyer | 2018-03-19 | 1 | -1/+2 |
| | | |||||
* | | Add persistent undo to Vim.gitignore | Igor Epstein | 2018-05-01 | 1 | -0/+2 |
|/ | |||||
* | Fix capitalization and spacing of comments | Robert Simmons | 2017-05-31 | 1 | -4/+6 |
| | |||||
* | Existing .gitignore for vim incorrectly matched matched ".swq" through ".swz". | roubles | 2016-12-05 | 1 | -2/+4 |
| | | | | | While will never be generated by the vim source code. http://unix.stackexchange.com/questions/326707/vim-what-are-all-the-possible-swapfile-extensions | ||||
* | Update Vim.gitignore | Mario Guenterberg | 2016-02-22 | 1 | -0/+2 |
| | | | Added auto-generated tag files. | ||||
* | Remove redundancy in Global/Vim.gitignore | Noah Lovelady-Allen | 2016-02-07 | 1 | -2/+0 |
| | | | Anything matched by `*.un~` will also be matched by the last rule, `*~`. | ||||
* | document Vim file patterns | Capi Etheriel | 2015-06-05 | 1 | -0/+4 |
| | |||||
* | Capitalise initial letter in template filenames for consistency/sorting | Carl Suster | 2015-01-07 | 1 | -0/+6 |