mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
updated for version 7.3.409
Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
This commit is contained in:
@@ -14,6 +14,10 @@
|
|||||||
* It has been modified to work better with Vim.
|
* It has been modified to work better with Vim.
|
||||||
* The parts that are not used in Vim have been deleted.
|
* The parts that are not used in Vim have been deleted.
|
||||||
* See the "screen" sources for the complete stuff.
|
* See the "screen" sources for the complete stuff.
|
||||||
|
*
|
||||||
|
* This specific version is distibuted under the Vim license (attribution by
|
||||||
|
* Juergen Weigert), the GPL applies to the original version, see the
|
||||||
|
* copyright notice below.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Copyright (c) 1993
|
/* Copyright (c) 1993
|
||||||
|
@@ -714,6 +714,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 */
|
||||||
|
/**/
|
||||||
|
409,
|
||||||
/**/
|
/**/
|
||||||
408,
|
408,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user