set showcmd " Show (partial) command in status line.
set ruler " show the cursor position all the time
set confirm " Ask what to do when closing unsaved documents
-set shortmess= " reset option
set shortmess+=a " all abbreviations
set shortmess+=o " overwrite file-written message
set shortmess+=O " file-read message overrides previous
set shortmess+=W " don't give 'written' or '[w]' when writing a file
set shortmess+=A " ignore swapfile warning
set shortmess+=I " no splash screen
+set shortmess+=F " don't give the file info when editing a file
set shortmess+=c " don't give |ins-completion-menu| messages
" editing text {{{2