xiancode / vim

Automatically exported from code.google.com/p/vim
0 stars 0 forks source link

Add mode to enable/disable abbreviations #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please consider adding a mode to enable and disable abbreviations. Currently, 
one can disable them but only with the command ":abc <buffer>", which deletes 
all the abbreviations and is also difficult to figure out (":abc" by itself 
doesn't work). There is a recent discussion thread on the user's list covering 
this problem. I am thinking along the lines of ":set noabbrev" and ":set 
abbrev".

Original issue reported on code.google.com by balor...@gmail.com on 7 Jun 2011 at 8:15

GoogleCodeExporter commented 9 years ago
You mean like, ":set paste" ?

Original comment by fritzoph...@gmail.com on 8 Jun 2011 at 12:17

GoogleCodeExporter commented 9 years ago

Original comment by lech.lor...@gmail.com on 25 May 2012 at 12:33