Saturday, May 15, 2010

Re: Strange behaviour with latin character

I had set LC_PAPER="en_GB.UTF-8" in my /etc/environment to be able to print
on A4 paper.
I removed it and now it works...
How can a variable about paper modify vim settings?

Jul

jujul wrote:
>
> Hi,
>
> when typing latin character, vim either add a whitespace ("é"->"é ") or
> something very different ("à"->"| "). It used to work and have no idea
> of have changed.
> Any suggestion?
>
> Just in case, below is my .vimrc...
>
> Thanks
> Jul
>
>
> set statusline=%f%m%r%h%w\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
> :set laststatus=2
> set nocompatible
> set autoindent
> set smartindent
> set expandtab
> set tabstop=4
> set shiftwidth=4
> set showmatch
> set ruler
> set incsearch
> set ignorecase
> set smartcase
> syntax on
>
>

--
View this message in context: http://old.nabble.com/Strange-behaviour-with-latin-character-tp28562986p28566989.html
Sent from the Vim - General mailing list archive at Nabble.com.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: