[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vile] backup-style in submode definition
From: |
lists-vile |
Subject: |
[vile] backup-style in submode definition |
Date: |
Sun, 3 Apr 2011 15:32:34 -0400 |
User-agent: |
Mutt/1.4.2.3i |
I have a few settings that are executed when vile is entering the 'mail'
submode. The following works fine.
~with define-submode mail
ts=8
tabinsert
wrapwords
~endwith
If the backup-style is present, like so.
~with define-submode mail
backup-style=off
ts=8
tabinsert
wrapwords
~endwith
I receive the following error:
[No match for 'backup-style']
[Illegal submode name: backup-style]
How do I set the backup-style based on the submode definition?
Thanks,
Wayne
- [vile] backup-style in submode definition,
lists-vile <=