From a5b1cd17539947e6f884266ba5a84a4687f3fecb Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 27 Jul 2014 06:17:27 +0900 Subject: [PATCH] fix typo (ref #74) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a9022..cef0d4d 100644 --- a/README.md +++ b/README.md @@ -523,7 +523,7 @@ let g:lightline = { \ 'my_component': 'MyComponent', ... ``` -If you want to get rid of the extraneous default vim mode information that is now provided by liteline: +If you want to get rid of the extraneous default vim mode information that is now provided by lightline: ```vim set noshowmode ```