From 583138f1ffb3a0ffef7b32d10df635cd6b9f5d17 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 24 Dec 2017 21:34:54 +0900 Subject: [PATCH] fix typos in the help and README.md --- README.md | 4 ++-- doc/lightline.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 69d0a10..d229c00 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ landscape is my colorscheme, which is a high-contrast cui-supported colorscheme, + [vim-airline](https://github.com/vim-airline/vim-airline) is a nice plugin, but it uses too much functions of other plugins, which should be done by users in `.vimrc`. ## Spirit of this plugin -+ Minimalism. The core script is very small to achive enough functions as a statusline plugin. ++ Minimalism. The core script is very small to achieve enough functions as a statusline plugin. + Configurability. You can create your own component and easily add to the statusline and the tabline. + Orthogonality. The plugin does not rely on the implementation of other plugins. Such plugin crossing settings should be configured by users. @@ -110,7 +110,7 @@ if !has('gui_running') endif ``` -Your statusline appears to work correctly? If yes, great, thanks for choosing lightline.vim! If no, please file a issue report to the [issue tracker](https://github.com/itchyny/lightline.vim/issues). +Your statusline appears to work correctly? If yes, great, thanks for choosing lightline.vim! If no, please file an issue report to the [issue tracker](https://github.com/itchyny/lightline.vim/issues). By the way, `-- INSERT --` is unnecessary anymore because the mode information is displayed in the statusline. ![lightline.vim - tutorial](https://raw.githubusercontent.com/wiki/itchyny/lightline.vim/image/tutorial/13.png) diff --git a/doc/lightline.txt b/doc/lightline.txt index 15c729c..76eac7e 100644 --- a/doc/lightline.txt +++ b/doc/lightline.txt @@ -4,7 +4,7 @@ Version: 0.1 Author: itchyny (https://github.com/itchyny) License: MIT License Repository: https://github.com/itchyny/lightline.vim -Last Change: 2017/11/18 20:07:05. +Last Change: 2017/12/24 21:34:15. CONTENTS *lightline-contents* @@ -29,7 +29,7 @@ The *lightline* plugin is a light and configurable statusline/tabline for Vim. SPIRIT *lightline-spirit* Minimalism - The core script is very small to achive enough functions as a + The core script is very small to achieve enough functions as a statusline plugin. Configurability @@ -157,7 +157,7 @@ OPTIONS *lightline-option* A dictionary to store the visible conditions of the function components. Each expression should correspond to the condition each component is not empty. This configuration is used to - control the visibility of the subseparators. You can use this + control the visibility of the sub-separators. You can use this configuration to reduce the number of function calls for performance improvement by setting the value 1 (to tell lightline that the component is always visible). @@ -1200,7 +1200,7 @@ Problem 11: *lightline-problem-11* Problem 12: *lightline-problem-12* How to make the plus sign red like |powerline|? - Use the following setings. + Use the following settings. > let g:lightline = { \ 'component': {