From: "Aleksey E. Birukov" <birukov@vladinfo.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] vim langmap
Date: Mon, 6 Feb 2006 15:06:48 +0300
Message-ID: <200602061506.48558.birukov@vladinfo.ru> (raw)
In-Reply-To: <20060206112144.GK8463@immo.ru>
В сообщении от 6 февраля 2006 14:21 Alexey I. Froloff написал(a):
> Это работает из коробки для некоторых восьмибитных локалей. См.
> такж. /usr/share/vim/langmap
А что люди прописывают для смены кодировок или для автоматического выбора
кодировки при открытии файла?
Может тоже в "коробку" прописать или пример в документацию вложить?
Видел хороший пример на opennet:
http://www.opennet.ru/base/rus/vim_rus_text.txt.html
Но он отказался работать с криками:
Привязки не найдены
--//--
Для продолжения нажмите ENTER или введите команду
Может кому пригодится: мой файл vimrc (взят с opennet и подредактирован):
set encoding=koi8-r
set termencoding=koi8-r
map <F8> :execute RotateEnc()<CR>
" map <F7> :let &fileencoding=&encoding<CR>
" some funcs
let b:encindex=0
function! RotateEnc()
let y = -1
while y == -1
let encstring = "#8bit-cp1251#8bit-cp866#utf-8#koi8-r#"
let x = match(encstring,"#",b:encindex)
let y = match(encstring,"#",x+1)
let b:encindex = x+1
if y == -1
let b:encindex = 0
else
let str = strpart(encstring,x+1,y-x-1)
return ":set encoding=".str
endif
endwhile
endfunction
set statusline=%<%f%h%m%r%=enc=%{&encoding}\ %b\ 0x%B\ %l,%c%V\ %P
set laststatus=2
--
$respect
next prev parent reply other threads:[~2006-02-06 12:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-06 11:14 Aleksey E. Birukov
2006-02-06 11:16 ` [sisyphus] " Michael Shigorin
2006-02-06 11:27 ` php-coder
2006-02-06 11:39 ` Aleksey E. Birukov
2006-02-06 11:40 ` Michael Shigorin
2006-02-06 11:30 ` Aleksey E. Birukov
2006-02-06 11:21 ` [sisyphus] " Alexey I. Froloff
2006-02-06 11:33 ` php-coder
2006-02-06 12:04 ` Alexey I. Froloff
2006-02-06 12:06 ` Aleksey E. Birukov [this message]
2006-02-06 12:35 ` [sisyphus] " Michael Shigorin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200602061506.48558.birukov@vladinfo.ru \
--to=birukov@vladinfo.ru \
--cc=sisyphus@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git