-
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.
- Loading branch information
Showing
4 changed files
with
13 additions
and
13 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
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 |
---|---|---|
|
@@ -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 <[email protected]> | ||
" | ||
" 解説: | ||
|
@@ -173,4 +173,4 @@ if has('printer') | |
endif | ||
endif | ||
|
||
" Copyright (C) 2009-2016 KaoriYa/MURAOKA Taro | ||
" Copyright (C) 2009-2018 KaoriYa/MURAOKA Taro |
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 |
---|---|---|
|
@@ -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 <[email protected]> | ||
" | ||
" 解説: | ||
|
@@ -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 |
Submodule patches
updated
2 files
+18 −18 | master/2004-caption_switch.diff | |
+54 −51 | master/2520-migemo_feature.diff |