Skip to content

Commit

Permalink
update patches and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed May 17, 2018
1 parent 8375082 commit c0e5072
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions kaoriya/doc/README.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Vim version 8.0 ���艮�� �����}�j���A��

Version: 1.9.2
Version: 1.9.3
Author: MURAOKA Taro
Since: 23-Aug-1999
Last Change: 25-Nov-2017.
Last Change: 18-May-2018.

�T�v
Vim��vi�N���[���ɕ��ނ����e�L�X�g�G�f�B�^�ł��B
Expand All @@ -20,12 +20,12 @@
����̂ŁA�𓀂��ăV�X�e�����̍D���ȏꏊ�ɔz�u���Ă��������B

32bit��
�z�z�t�@�C��: vim80-kaoriya-win32-V.V.V-YYYYMMDD.zip
Vim�v���O�����t�H���_: vim80-kaoriya-win32.zip
�z�z�t�@�C��: vim81-kaoriya-win32-V.V.V-YYYYMMDD.zip
Vim�v���O�����t�H���_: vim81-kaoriya-win32.zip

64bit��
�z�z�t�@�C��: vim80-kaoriya-win64-V.V.V-YYYYMMDD.zip
Vim�v���O�����t�H���_: vim80-kaoriya-win64
�z�z�t�@�C��: vim81-kaoriya-win64-V.V.V-YYYYMMDD.zip
Vim�v���O�����t�H���_: vim81-kaoriya-win64

��L��V.V.V�ɂ̓x�[�X�ƂȂ���Vim�̃o�[�W�������p�b�`�ԍ��܂Ŋ܂߂ē���܂��B
��L��YYYYMMDD�ɂ̓����[�X�̔N����������܂��B
Expand Down
6 changes: 3 additions & 3 deletions kaoriya/vim/gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ scriptencoding utf-8
" vim:set ts=8 sts=2 sw=2 tw=0: (この行に関しては:help modelineを参照)
"
" An example for a Japanese version gvimrc file.
" 日本語版のデフォルトGUI設定ファイル(gvimrc) - Vim 8.0
" 日本語版のデフォルトGUI設定ファイル(gvimrc) - Vim 8.1
"
" Last Change: 17-Sep-2017.
" Last Change: 18-May-2018.
" Maintainer: MURAOKA Taro <koron.kaoriya@gmail.com>
"
" 解説:
Expand Down Expand Up @@ -173,4 +173,4 @@ if has('printer')
endif
endif

" Copyright (C) 2009-2016 KaoriYa/MURAOKA Taro
" Copyright (C) 2009-2018 KaoriYa/MURAOKA Taro
6 changes: 3 additions & 3 deletions kaoriya/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ scriptencoding utf-8
" vim:set ts=8 sts=2 sw=2 tw=0: (この行に関しては:help modelineを参照)
"
" An example for a Japanese version vimrc file.
" 日本語版のデフォルト設定ファイル(vimrc) - Vim 7.4
" 日本語版のデフォルト設定ファイル(vimrc) - Vim 8.1
"
" Last Change: 23-Mar-2016.
" Last Change: 18-May-2018.
" Maintainer: MURAOKA Taro <koron.kaoriya@gmail.com>
"
" 解説:
Expand Down Expand Up @@ -244,4 +244,4 @@ if kaoriya#switch#enabled('disable-go-extra')
let &rtp = join(filter(split(&rtp, ','), 'v:val !~ "[/\\\\]plugins[/\\\\]golang$"'), ',')
endif

" Copyright (C) 2009-2016 KaoriYa/MURAOKA Taro
" Copyright (C) 2009-2018 KaoriYa/MURAOKA Taro
2 changes: 1 addition & 1 deletion patches

0 comments on commit c0e5072

Please sign in to comment.