When you save a file in vi (vim), it normally gives you 2 lines of output (above) the command line. 1st line has something to do with the position of your cursor (or maybe the number of chars changed), the next line says <filename>: written.
The "en" of "written" gets printed on my command line ps i'm using putty as my ssh client Jay ----- Original Message ----- From: "Mark K. Kim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 12:22 PM Subject: Re: [vox-tech] Vim is leaving junk on my command line > What do you mean '"en" are the last chars in "written"'? > > On Thu, 28 Mar 2002, Jay Strauss wrote: > > > I just installed vim (I though vim was the standard vi on linux (all > > linux)... I guess it's not on debian (what vi was I using?)). Anyway, when > > I :wq a file my command line gets: > > > > jstrauss@debian:~$ en > > > > the "en" are the last chars in "written" > > > > What's up with that? > > ps. I'm sshing into the machine, it doesn't happen on the console. > > > > below is my (childish) .vimrc: > > > > jstrauss@debian:~$ cat .vimrc > > set nocompatible > > set autoindent " always set autoindenting on > > set esckeys " > > set history=50 " keep 50 lines of command line history > > set ruler " show the cursor position all the time > > set showcmd " display incomplete commands > > set incsearch " do incremental searching > > set backspace=2 > > set tabstop=3 > > > > syntax on > > > > > > Jay > > > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > _______________________________________________ > > vox-tech mailing list > > [EMAIL PROTECTED] > > http://lists.lugod.org/mailman/listinfo/vox-tech > > > > -- > Mark K. Kim > http://www.cbreak.org/ > PGP key available upon request. > > > _______________________________________________ > vox-tech mailing list > [EMAIL PROTECTED] > http://lists.lugod.org/mailman/listinfo/vox-tech _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
