-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/develop'
- Loading branch information
Showing
14 changed files
with
53 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
VIM_VER = 7.4.2358 | ||
PATCHSET_VER = 20160910 | ||
VIM_VER = 8.0.0003 | ||
PATCHSET_VER = 20160913 | ||
|
||
VIM_VER_SHORT = 80 | ||
|
||
# vim:set ts=8 sts=8 sw=8 tw=0 noet ft=make: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ FOR /F "usebackq tokens=1,2 delims== " %%i IN ("..\..\VERSION") do SET %%i=%%j | |
|
||
SET REMOTE_HOST=[email protected] | ||
SET REMOTE_WORKDIR=/home/htdocs/files.kaoriya.net/vim/ | ||
SET RELZIP_W32=vim74-kaoriya-win32-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET RELZIP_W64=vim74-kaoriya-win64-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET ABSZIP_W32=vim74-kaoriya-win32-test.zip | ||
SET ABSZIP_W64=vim74-kaoriya-win64-test.zip | ||
SET RELZIP_W32=vim%VIM_VER_SHORT%-kaoriya-win32-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET RELZIP_W64=vim%VIM_VER_SHORT%-kaoriya-win64-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET ABSZIP_W32=vim-kaoriya-win32-canary.zip | ||
SET ABSZIP_W64=vim-kaoriya-win64-canary.zip | ||
|
||
ssh "%REMOTE_HOST%" "cd %REMOTE_WORKDIR%; ln -fv %RELZIP_W32% %ABSZIP_W32%; ln -fv %RELZIP_W64% %ABSZIP_W64%" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,10 @@ FOR /F "usebackq tokens=1,2 delims== " %%i IN ("..\..\VERSION") do SET %%i=%%j | |
|
||
SET REMOTE_HOST=[email protected] | ||
SET REMOTE_WORKDIR=/home/htdocs/files.kaoriya.net/vim/ | ||
SET RELZIP_W32=vim74-kaoriya-win32-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET RELZIP_W64=vim74-kaoriya-win64-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET ABSZIP_W32=vim74-kaoriya-win32.zip | ||
SET ABSZIP_W64=vim74-kaoriya-win64.zip | ||
SET RELZIP_W32=vim%VIM_VER_SHORT%-kaoriya-win32-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET RELZIP_W64=vim%VIM_VER_SHORT%-kaoriya-win64-%VIM_VER%-%PATCHSET_VER%.zip | ||
SET ABSZIP_W32=vim-kaoriya-win32-develop.zip | ||
SET ABSZIP_W64=vim-kaoriya-win64-develop.zip | ||
|
||
ssh "%REMOTE_HOST%" "cd %REMOTE_WORKDIR%; ln -fv %RELZIP_W32% %ABSZIP_W32%; ln -fv %RELZIP_W64% %ABSZIP_W64%" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vimdoc-ja
updated
4 files
+1 −1 | doc/map.jax | |
+7 −7 | doc/motion.jax | |
+3 −3 | doc/options.jax | |
+2 −2 | doc/version4.jax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## 2016/09/13 の変更点 | ||
|
||
* ベースコードを8.0.0003に更新しました | ||
* contrib 更新 | ||
* lang-ja (2016-09-13 57db842) | ||
* vimdoc-ja (2016-09-12 da005d9) | ||
* 過去の変更点(CHANGES.txt)を移動しました | ||
|
||
<https://github.com/koron/vim-kaoriya/tree/master/old/CHANGES-7.txt> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Vim version 7.4 ���艮�� �����}�j���A�� | ||
Vim version 8.0 ���艮�� �����}�j���A�� | ||
|
||
Version: 1.8.1 | ||
Version: 1.9.0 | ||
Author: MURAOKA Taro | ||
Since: 23-Aug-1999 | ||
Last Change: 04-Sep-2016. | ||
Last Change: 12-Sep-2016. | ||
|
||
�T�v | ||
Vim��vi�N���[���ɕ��ނ����e�L�X�g�G�f�B�^�ł��B | ||
|
@@ -20,12 +20,12 @@ | |
����̂ŁA�𓀂��ăV�X�e�����̍D���ȏꏊ�ɔz�u���Ă��������B | ||
|
||
32bit�� | ||
�z�z�t�@�C��: vim74-kaoriya-win32-V.V.VVV-YYYYMMDD.zip | ||
Vim�v���O�����t�H���_: vim74-kaoriya-win32.zip | ||
�z�z�t�@�C��: vim80-kaoriya-win32-V.V.VVV-YYYYMMDD.zip | ||
Vim�v���O�����t�H���_: vim80-kaoriya-win32.zip | ||
|
||
64bit�� | ||
�z�z�t�@�C��: vim74-kaoriya-win64-V.V.V-YYYYMMDD.zip | ||
Vim�v���O�����t�H���_: vim74-kaoriya-win64 | ||
�z�z�t�@�C��: vim80-kaoriya-win64-V.V.V-YYYYMMDD.zip | ||
Vim�v���O�����t�H���_: vim80-kaoriya-win64 | ||
|
||
��L��V.V.V�ɂ̓x�[�X�ƂȂ���Vim�̃o�[�W�������p�b�`�ԍ��܂Ŋ܂߂ē���܂��B | ||
��L��YYYYMMDD�ɂ̓����[�X�̔N����������܂��B | ||
|
@@ -217,10 +217,12 @@ Vim | |
https://github.com/vim-jp/issues/issues (�o�O�A�@�\�v�]) | ||
- vim_jp Google �O���[�v | ||
http://groups.google.com/group/vim_jp/?hl=ja | ||
- Vim�h�L�������g�|��(vimdoc-ja) | ||
- ���{��h�L�������g | ||
https://github.com/vim-jp/vimdoc-ja/ | ||
https://github.com/vim-jp/vimdoc-ja-working/ | ||
https://github.com/vim-jp/lang-ja/ | ||
- ���艮�Ń����e�i | ||
http://www.kaoriya.net/software/vim | ||
https://github.com/koron/vim-kaoriya/ | ||
MURAOKA Taro <[email protected]> | ||
Twitter @kaoriya | ||
|
||
|
File renamed without changes.