[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Options dans Vim



Xavier Venient a écrit :
> 
> Le mercredi 4 avril, Yann Forget a tapoté :
> > Je n'arrive pas à obtenir la coupure automatique des lignes
> > dans Vim (Debian) alors que ça fonctionne sous SuSE
> > (option textwidth).
> 
> set tw=72
> (Ça marche chez moi.)

Pas chez moi. Je connais l'option et je l'utilise sans problèmes
avec vim sur SuSE.

Voici un diff de vim -c :ve > vim-version

1,3c1,2
< Debian:
< VIM - Vi IMproved 5.6 (2000 Jan 16, compiled May  1 2000 16:14:28)
< Included patches: 1-62, 64-70
---
> SuSE:
> VIM - Vi IMproved 5.6 (2000 Jan 16, compiled Aug  5 2000 23:31:37)
5c4
< Compiled by wichert@cloud, with (+) or without (-):
---
> Compiled by root@nelson, with (+) or without (-):
10,11c9,10
< +fork() -GUI -hangul_input +insert_expand +langmap +linebreak
+lispindent
< +menu +mksession +modify_fname +mouse -mouse_dec +mouse_gpm
-mouse_netterm
---
> +fork() -GUI -hangul_input +insert_expand -langmap +linebreak +lispindent
> +menu +mksession +modify_fname +mouse -mouse_dec -mouse_gpm -mouse_netterm
16c15
< -xterm_clipboard -xterm_save
---
> +brokenlocale -xterm_clipboard -xterm_save
18,20c17,19
<       system vimrc file: "$VIM/vimrc"
<       user vimrc file: "$HOME/.vimrc"
<       user exrc file: "$HOME/.exrc"
---
>       system vimrc file: "/etc/vimrc"
>       user vimrc file: "~/.vimrc"
>       user exrc file: "~/.exrc"
24,25c23,25
<       Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2
-DHAVE_LANGMAP
<       Linking: gcc  -o vim -lncurses  -lgpm
---
>       Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -O2 -m486 -Wall -pipe -Wall
>       Linking: gcc  -o vim -lncurses

Yann

-- 
System administrator, http://www.ynternet.org
Non profit organization serving young social entrepreneurs
Portal & cybercenters for developing countries
Tel.: +41-21-3113047



Reply to: