VIM: Missing Copyright end-year. (#1527)

This commit is contained in:
miqlas
2017-07-22 14:39:26 +02:00
committed by waddlesplash
parent f7312c47a3
commit 1176917030
2 changed files with 5 additions and 5 deletions

View File

@@ -741,11 +741,11 @@ index 9c84e24..e1da0aa 100644
+ *filenameSeparatorPos = '\0';
+ //<fname, filenameSparatorPos) is directory path
+ mkdir(fname, S_IRWXU);
+
+
+ *filenameSeparatorPos = '/';
+ //restore original filename
+ //restore original filename
+ }
+
+
fp_in = mch_fopen((char *)fname, READBIN);
if (fp_in == NULL)
{

View File

@@ -10,9 +10,9 @@ configuration files.
Despite this, Vim can be configured to work in a very simple (Notepad-like) \
way, called evim or Easy Vim."
HOMEPAGE="http://www.vim.org"
COPYRIGHT="1991-Bram Moleenar et al."
COPYRIGHT="1991-2017 Bram Moleenar et al."
LICENSE="Vim"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/vim/vim/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="5a8d2e2a79e0e7a263bd9467806c5cdccc6feeb4a79e90a633f1a1b7aa925e5e"
SOURCE_DIR="vim-$portVersion"