vim-patch:7.4.186

Problem:    Insert in Visual mode sometimes gives incorrect results.
            (Dominique Pelle)
Solution:   Remember the original insert start position. (Christian Brabandt,
            Dominique Pelle)

https://code.google.com/p/vim/source/detail?r=4d12112c5efae071aecbeed1a7196f18950457b3
This commit is contained in:
oni-link
2014-04-08 20:08:30 +02:00
committed by Thiago de Arruda
parent ac62041138
commit d11f805150
5 changed files with 24 additions and 5 deletions

View File

@@ -202,6 +202,8 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
186,
//185,
184,
//183,
//182,