Commit d9af5b1
committed
Ignore missing fonts (reported by SteP)
When the session scripts are stored on a removable drive which is used
on multiple computers the session scripts can reference a font which
existed on the previous machine but not the current one, causing an
E596 error to trigger.
SteP also reported that on Windows XP SP3 after the E596 error triggers,
Vim becomes unresponsive. I can't reproduce this on my virtual machine
running the same version of Windows but I'm hoping this change will also
fix that problem (it's my understanding that :silent! and :try/:catch
are equivalent in their ability to silence errors).1 parent 28a1eaf commit d9af5b1
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments