This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FW: vim 6.1.300-1 DOS line endings (newline expansion)


On Fri, 21 Feb 2003, Christensen, David wrote:

> cygwin at cygwin dot com:
>
> Igor Pechtchanski wrote on February 21, 2003 2:35 PM:
> > Put the following in your ~/.vimrc:
> >
> > set fileformat=dos
>
> Sounds logical.  Unfortunately, it doesn't seem to work:
>
>     dchristensen at A05390:~$ cat .vimrc
>     set autoindent
>     set number
>     set shiftwidth=4
>     set fileformat=dos
>     " Cygwin:
>     syntax off
>     " Linux:
>     ":if exists("syntax_on") | syntax off | else | syntax enable | endif
>     dchristensen at A05390:~$ vi baz
>           1 abcd
>           2
>     dchristensen at A05390:~$ cat baz
>     abcd
>
>     dchristensen at A05390:~$ dump baz
>     000000   a   b   c   d  \n  \n
>     000006
>
>
> I believe .vimrc is read every time Vim starts.  I don't get it...
>
> David

David,

After reading vim help carefully, seems you also need the "fileformats"
variable set.  Try

	set fileformats=dos
	set fileformat=dos

and see what happens.  For more details, "vim -c 'help file-formats'".
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha at cs dot nyu dot edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor at watson dot ibm dot com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]