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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -