Skip to content

Instantly share code, notes, and snippets.

@kxzk
Created January 8, 2018 04:16
Show Gist options
  • Save kxzk/09bea77905952ffe95ea474478e98f32 to your computer and use it in GitHub Desktop.
Save kxzk/09bea77905952ffe95ea474478e98f32 to your computer and use it in GitHub Desktop.
function! ReadOnly() abort
if &readonly || !&modifiable
return ''
else
return ''
endfunction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment