Commit 061b1dc
committed
open the exrc tmp file with ignore errors
When trying to store and restore the keymapping, the encoding might
differ, initially we found that most of the time the mkexrc command
would store in cp1250 encoding. It seems that depending on the vimrc
that command uses another encoding. Now we just open de tmpfile and
ignore encoding errors.
fixes #330
Signed-off-by: BlackEagle <ike.devolder@gmail.com>1 parent 076121c commit 061b1dc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments