vim-patch:7.4.213

Problem:    It's not possible to open a new buffer without creating a swap
            file.
Solution:   Add the ":noswapfile" modifier. (Christian Brabandt)

https://code.google.com/p/vim/source/detail?r=e25a04c1c515e6eb32197291472f89bcadfabf89
This commit is contained in:
oni-link
2014-04-14 22:40:49 +02:00
committed by Thiago de Arruda
parent 965f587061
commit 824d64cb18
4 changed files with 33 additions and 13 deletions

View File

@@ -248,7 +248,7 @@ static int included_patches[] = {
//216,
//215,
//214,
//213,
213,
//212,
//211,
210,