mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
VIM: Missing Copyright end-year. (#1527)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user