I type really fast and realize that sometimes I accidentally save a file with the name of ; or : (I type :wq and sometimes a typo is introduced).
Is there any way to write a macro that rejects saving files matching certain names?
|
A simple yet effective solution would be to define an auto-command matching potentially mistyped file names, that issues a warning and terminates saving.
Note that the In order to avoid getting
If it is ever needed to save a file with a name matching the pattern used in
the above auto-command, one can prepend a writing command with
|
|||||||||||||||
|
BufWritePreto warn you and not write files starting with;*. But I'm sleepy right now and will give it a shot whenever I wake up... if it's not already answered by then. – Lorem Ipsum Jun 2 '11 at 6:44