Mon, 10 Oct 2016 00:36:16 -0400
rename passwords.gpg to private.gpg
387
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
1 | setl textwidth=72 |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
2 | setl formatoptions=jaw12tcql |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
3 | setl spell |
349
976c8bf0499b
set reflow_wrap = wrap
Meredith Howard <mhoward@roomag.org>
parents:
348
diff
changeset
|
4 | |
387
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
5 | " Get right to composing the body: |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
6 | if line('$') > 1 |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
7 | :0 |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
8 | :/^$/ |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
9 | :normal 2] |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
10 | :+1 |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
11 | :exe 'startinsert' |
d16b5c66461a
fix formatoptions and autorun
Meredith Howard <mhoward@roomag.org>
parents:
368
diff
changeset
|
12 | endif |
348
d72bc8c8d6f0
use text_flowed, move mail settings to ftplugin
Meredith Howard <mhoward@roomag.org>
parents:
diff
changeset
|
13 |