exvim / main

This is the main repository for exVim!
exvim.github.io
MIT License
739 stars 169 forks source link

Error while creating new *.exvim file: vimentry#write_default_template #133

Open JanFeld opened 5 years ago

JanFeld commented 5 years ago

Hi,

when i'm starting vim on a new exvim-project file (*.exvim) i get the following error:

Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    2:
E21: Cannot make changes, 'modifiable' is off:     silent 1,$d _
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line    8:
E21: Cannot make changes, 'modifiable' is off
Press ENTER or type command to continue
Error detected while processing function <SNR>129_init_vimentry[9]..vimentry#write_default_template:
line   65:
E382: Cannot write, 'buftype' option is set

I'm not able to 'create' new exvim projects anymore. I did not modify something. It started suddenly a few days ago and i just noticed while trying to create a new project.

Thanks for your help.