Forgive common typo when saving a buffer

1 Point

Mattia Tezzele Mattia Tezzele

9 years ago

Remaps :W to :w while leaving completion untouched

cnoreabbrev <expr> W ((getcmdtype() is# ':' && getcmdline() is# 'W')?('w'):('W'))