mirror of
https://github.com/preservim/vim-pencil.git
synced 2025-11-17 06:13:39 -05:00
Swapped order of indicator chars
To address a rendering problem in MacVim that required a screen redraw in some cases.
This commit is contained in:
@@ -122,9 +122,9 @@ en
|
||||
if !exists('g:pencil#mode_indicators')
|
||||
" used to set PencilMode() for statusline
|
||||
if s:unicode_enabled()
|
||||
let g:pencil#mode_indicators = {'hard': 'h✎ ', 'soft': 's✎ ', 'off': '×✎ ',}
|
||||
let g:pencil#mode_indicators = {'hard': '✎ h', 'soft': '✎ s', 'off': '✎ ×',}
|
||||
el
|
||||
let g:pencil#mode_indicators = {'hard': 'hp', 'soft': 'sp', 'off': '',}
|
||||
let g:pencil#mode_indicators = {'hard': 'ph', 'soft': 'ps', 'off': 'px',}
|
||||
en
|
||||
en
|
||||
|
||||
|
||||
Reference in New Issue
Block a user