Hello,

On 10/18/06, Kim Schulz <[EMAIL PROTECTED]> wrote:
Hi

I was wondering if there is a way to lock a window such that the
content can only be changed by scripting/commands. Like a preview
window or somthing like that.

is that possible to make in Vim or should I make a feature request to
get it :-)


You can clear the 'modifiable' option to disable unintended
modifications to a buffer.

   setlocal nomodifiable

- Yegappan

Reply via email to