fix: RO/MO hint for NCStatusline

This commit is contained in:
David JULIEN 2021-02-23 18:38:44 +01:00
parent 0d1e5373ac
commit 0f7c486c5c
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ function! StatusLineNC()
" File name and status
let l:statusline.=' %t'
let l:statusline .= "%{&readonly?' [MO]':''}"
let l:statusline .= "%{&modified?' [RO]':''}"
let l:statusline .= "%{&readonly?' [RO]':''}"
let l:statusline .= "%{&modified?' [MO]':''}"
" Truncate line here
let l:statusline.='%<'