summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-07-05 14:17:26 +0200
committerAche <ache@ache.one>2016-07-05 14:17:26 +0200
commitce3f069e20795621daf3970e9c64979ef891549e (patch)
treef67ce0f3d512b9693b1e5858fac201b3106b4f37 /plugin
parentChar-set in status line (diff)
HEX now work with UTF8 char
Diffstat (limited to 'plugin')
-rwxr-xr-xplugin/editzone.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/editzone.vim b/plugin/editzone.vim
index 5504bc0..579f914 100755
--- a/plugin/editzone.vim
+++ b/plugin/editzone.vim
@@ -10,7 +10,7 @@ au InsertEnter * :set number norelativenumber
au InsertLeave * :set relativenumber
" Default status line
-set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]\ %h%m%r%=%{\"[\".(&fenc==\"\"?&enc:&fenc).((exists(\"+bomb\")\ &&\ &bomb)?\",B\":\"\").\"]\ \"}
+set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%B]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]\ %h%m%r%=%{\"[\".(&fenc==\"\"?&enc:&fenc).((exists(\"+bomb\")\ &&\ &bomb)?\",B\":\"\").\"]\ \"}
set laststatus=2
" Disable bells