bonjour

actuellemnt j'ai quelque petits soucis avec vim
les caractères accentués,  par exemple :

 caractère | caractère
 typé   affiché


       à  | ¡`!

        è | ¡Htag!

        È | È

        À | À
        § | ¡'!
 TOUCHE
 "DEL "   | ¡jump!




concernant le vimrc :

http://people.via.ecp.fr/~alexis/formation-linux/config/vimrc



adjonction de :



" Suffixes that get lower priority when doing tab completion for filenames.
" These are files we are not likely to want to edit or read.
set
suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ii
lg,.inx,.out,.toc,.class

set showcmd  " Show (partial) command in status line.
set showmatch  " Show matching brackets.
set incsearch  " Incremental search
set autowrite  " Automatically save before commands like :next and :make
set shiftwidth=2


source ~/.vimMacros/bracketing.meta.vim
autocmd BufRead *.p[lm]* source ~/.vimMacros/perlfuncs.vim

" abbreviations:
map Q gq
iab DatE <C-R>=strftime("%Y-%m-%d")<CR>
iab DatEC <C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>
iab UseR <C-R>=$USER<CR>
let c_minlines=50


voici ce que j'utilise ( vimMacro ) :

-rw-r--r--  1 root root  5537 2004-11-01 00:49 bracketing.base.vim
-rw-r--r--  1 root root  2829 2004-11-01 00:43 bracketing.meta.vim
-rw-r--r--  1 root root  2679 2000-01-20 16:26 bracketing.no-meta.vim
-rw-r--r--  1 root root  2843 2000-01-20 16:11 bracketing.vim.template

-rw-r--r--  1 root root  4707 2004-07-11 23:48 less.vim
-rw-r--r--  1 root root 18998 2004-07-11 23:48 matchit.txt
-rw-r--r--  1 root root 30374 2004-07-11 23:48 matchit.vim
-rw-r--r--  1 root root   624 2004-07-11 23:48 maze.info
-rw-r--r--  1 root root   408 2004-04-13 10:19 perlfuncs.vim
-rw-r--r--  1 root root  3922 2004-07-11 23:48 shellmenu.vim
-rw-r--r--  1 root root   856 2004-07-11 23:48 swapmous.vim

origine des fichiers :

/usr/share/vim/vim63/macros/


auriez vous quelque idée, pour que l'affichage des caractères
incriminés soient correct ...

merci de votre aimable collaboration

slt
bernard

Répondre à