fix typo (ref #74)

This commit is contained in:
itchyny
2014-07-27 06:17:27 +09:00
parent 6f6b3891cb
commit a5b1cd1753

View File

@@ -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
```