mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 06:16:08 +00:00
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:

committed by
Thiago de Arruda

parent
26206d4cfd
commit
ade0c127e5
@@ -202,6 +202,8 @@ static char *(features[]) = {
|
||||
|
||||
static int included_patches[] = {
|
||||
// Add new patch number below this line
|
||||
172,
|
||||
//171,
|
||||
170,
|
||||
169,
|
||||
//168,
|
||||
|
Reference in New Issue
Block a user