summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-06-22 05:59:14 +0200
committerAche <ache@ache.one>2016-06-22 05:59:14 +0200
commit80eb27826ffd074a843c4759ec3c0c8089d99c56 (patch)
tree4a1b551d8be2394bb4413de0ba9fdc2326c25534
parentFast Compilation F9 (diff)
Char-set in status line
-rwxr-xr-xplugin/editzone.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/editzone.vim b/plugin/editzone.vim
index c91b268..5504bc0 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]
+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 laststatus=2
" Disable bells