mirror of
https://github.com/vim/vim.git
synced 2025-10-01 04:54:07 -04:00
updated for version 7.3.723
Problem: Various tiny problems. Solution: Various tiny fixes.
This commit is contained in:
@@ -97,7 +97,11 @@ The latest news about Vim can be found on the Vim home page:
|
|||||||
If you have problems, have a look at the Vim FAQ:
|
If you have problems, have a look at the Vim FAQ:
|
||||||
http://vimdoc.sf.net/vimfaq.html
|
http://vimdoc.sf.net/vimfaq.html
|
||||||
|
|
||||||
Send bug reports to:
|
If you still have problems, use one of the maillists to discuss t with Vim
|
||||||
|
users and developers:
|
||||||
|
http://www.vim.org/maillist.php
|
||||||
|
|
||||||
|
If nothing else works, report bugs directly:
|
||||||
Bram Moolenaar <Bram@vim.org>
|
Bram Moolenaar <Bram@vim.org>
|
||||||
|
|
||||||
There are several mailing lists for Vim, see http://www.vim.org/maillist.php.
|
There are several mailing lists for Vim, see http://www.vim.org/maillist.php.
|
||||||
|
@@ -7,9 +7,11 @@
|
|||||||
* See README.txt for an overview of the Vim source code.
|
* See README.txt for an overview of the Vim source code.
|
||||||
*
|
*
|
||||||
* FIPS-180-2 compliant SHA-256 implementation
|
* FIPS-180-2 compliant SHA-256 implementation
|
||||||
* GPL by Christophe Devine.
|
* GPL by Christophe Devine, applies to older version.
|
||||||
* Modified for md5deep, in public domain.
|
* Modified for md5deep, in public domain.
|
||||||
* Modified For Vim, Mohsin Ahmed, http://www.cs.albany.edu/~mosh
|
* Modified For Vim, Mohsin Ahmed, http://www.cs.albany.edu/~mosh
|
||||||
|
* Mohsin Ahmed states this work is distributed under the VIM License or GPL,
|
||||||
|
* at your choice.
|
||||||
*
|
*
|
||||||
* Vim specific notes:
|
* Vim specific notes:
|
||||||
* Functions exported by this file:
|
* Functions exported by this file:
|
||||||
|
@@ -725,6 +725,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
723,
|
||||||
/**/
|
/**/
|
||||||
722,
|
722,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user