vim-patch:7.4.172

Problem:    The blowfish code mentions output feedback, but the code is
	        actually doing cipher feedback.
Solution:   Adjust names and comments.

https://code.google.com/p/vim/source/detail?r=391e10afccf6879dcfab8b28cb1587a13eb835c0
This commit is contained in:
oni-link
2014-04-03 13:09:07 +02:00
committed by Thiago de Arruda
parent 26206d4cfd
commit ade0c127e5
5 changed files with 38 additions and 34 deletions

View File

@@ -202,6 +202,8 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
172,
//171,
170,
169,
//168,