Additional indicator tweaking for #6

This commit is contained in:
Reed Esau
2014-08-31 22:27:48 -06:00
parent d494547e7a
commit 1634224b35

View File

@@ -26,7 +26,8 @@ smooth the path to writing prose.
preserves your global settings)
* Support for Vims Conceal feature to hide markup defined by Syntax
plugins (e.g., `_` and `*` markup for styled text in \_*Markdown*\_)
* Support for display of mode indicator (`✎ h`, e.g.) in the status line
* Support for display of mode indicator (`✐ hard` or `✎ soft`, e.g.) in
the status line
* Pure Vimscript with no dependencies
Need spell-check and other features? Vim is about customization. To
@@ -266,9 +267,8 @@ terminal to support **bold** and _italic_ styles.
### Status line indicator
Your status line can reflect the wrap mode for _pencil_ buffers. For
example, ` h` to represent `HardPencil` (hard line break) mode.
To configure your status line, add to your `.vimrc`:
example, ` hard` to represent `HardPencil` (hard line break) mode. To
configure your status line, add to your `.vimrc`:
```vim
set statusline=%<%f\ %{PencilMode()}\ %P