What is the use case difference between modifiable and readonly in vim? -


the first 1 prevents entering insert mode, , second 1 prevents writing file.

but functionally speaking, achieve different?

modifiable use example:

you can save modified file new file.

readonly use example:

you wouldn't want edit :help buffer.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -