improve English

This commit is contained in:
itchyny
2013-08-27 16:23:46 +09:00
parent f20a9aa797
commit 931308438d
2 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
" Version: 0.0 " Version: 0.0
" Author: itchyny " Author: itchyny
" License: MIT License " License: MIT License
" Last Change: 2013/08/27 04:41:57. " Last Change: 2013/08/27 16:22:36.
" ============================================================================= " =============================================================================
let s:save_cpo = &cpo let s:save_cpo = &cpo
@@ -80,7 +80,7 @@ function! lightline#colorscheme()
try try
let g:lightline.palette = g:lightline#colorscheme#{g:lightline.colorscheme}#palette let g:lightline.palette = g:lightline#colorscheme#{g:lightline.colorscheme}#palette
catch catch
call lightline#error('Colorscheme ' . g:lightline.colorscheme . ' could not loaded.') call lightline#error('Could not load colorscheme ' . g:lightline.colorscheme . '.')
let g:lightline.colorscheme = 'default' let g:lightline.colorscheme = 'default'
let g:lightline.palette = g:lightline#colorscheme#{g:lightline.colorscheme}#palette let g:lightline.palette = g:lightline#colorscheme#{g:lightline.colorscheme}#palette
finally finally

View File

@@ -4,7 +4,7 @@ Version: 0.0
Author: itchyny (https://github.com/itchyny) Author: itchyny (https://github.com/itchyny)
License: MIT License License: MIT License
Repository: https://github.com/itchyny/lightline.vim Repository: https://github.com/itchyny/lightline.vim
Last Change: 2013/08/27 15:05:15. Last Change: 2013/08/27 16:19:02.
CONTENTS *lightline-contents* CONTENTS *lightline-contents*
@@ -144,8 +144,8 @@ OPTIONS *lightline-option*
\ '': 'S-BLOCK', \ '': 'S-BLOCK',
\ '?': ' ' } \ '?': ' ' }
< <
When you search a word, you get into the command mode. But you When you search a word, you get into the command mode. But if
want to keep the mode indicator as 'NORMAL', add you want to keep the mode indicator as 'NORMAL', add
> >
let g:lightline.mode_map.c = 'NORMAL' let g:lightline.mode_map.c = 'NORMAL'
< <
@@ -164,10 +164,10 @@ OPTIONS *lightline-option*
FONT *lightline-font* FONT *lightline-font*
You can use the patched font you used for |vim-powerline| and |powerline|. You can use the patched font you used for |vim-powerline| and |powerline|.
The patched font for |powerline| is available at The patched fonts for |powerline| are available at
https://github.com/Lokaltog/powerline-fonts https://github.com/Lokaltog/powerline-fonts
A tutorial to create the patched font for |vim-powerline| is available at A tutorial to create a patched font for |vim-powerline| is available at
https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher https://github.com/Lokaltog/vim-powerline/tree/develop/fontpatcher
If you have installed the patched font for |powerline|, following settings look If you have installed the patched font for |powerline|, following settings look