On 7/28/06, Yakov Lerner <[EMAIL PROTECTED]> wrote:
On 7/28/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote:
> On 7/27/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
>
> > Vim uses the X server for communication. Only users with write access
> > to the X server can send a message to Vim. And if yo
On 7/20/06, Edward L. Fox <[EMAIL PROTECTED]> wrote:
Hi VIMmers,
The default sh indent script in VIM7 indent the following sample file this way:
8<
#!/bin/sh
SYSTEM=`uname -s`
case $SYSTEM in
Linux)
echo "My system is Linux"
echo "Do Linux