From: Alexej Kryukov <akrioukov@kengu.ru>, obidos@mail.ru
To: community@altlinux.ru
Subject: Re: [Comm] откуда берется ^M]
Date: Fri, 6 Jun 2003 18:50:51 +0400
Message-ID: <200306061850.51100.akrioukov@kengu.ru> (raw)
On Thursday 01 January 1970 02:59, you wrote:
>
> Блин. Это то я понимаю. Но выхода другого нет. ОО не переваривает
> нормально те файлы, которые мне присылают. Вот и мучаюсь с вмварью.
> Но это так, присказка. Вопрос в другом. КАК мне заставить vi/vim
> показать ^M? Для меня это пока проблемма. Спасибо за внимание.
Читайте документацию относительно команд fileformat
и fileformats.
Если хотите чтобы ^M отображалось всегда, напишите
в файле .vimrc:
set fileformats=unix
Только вот что Вы с этими ^M потом будете делать? Поэтому,
чтобы иметь возможность преобразования между форматами,
лучше написать:
set fileformats=unix,dos
После этого досовский стиль возврата строки
воспринимается нормально. А если хотим перезаписать
файл в формате Unix, то делаем
:set fileformat=unix
и сохраняем.
Правда, есть такая проблема: если там стиль возврата
строки смешанный (т. е. хоть в одной строке символа
CR не хватает), то файл будет восприниматься как
юниксовый, и, соответственно, проблема будет в том,
как *избавиться* от ^M. На сей случай можно сделать так:
Сперва устанавливаем досовский формат как единственно
допустимый:
:set fileformats=dos
перезагружаем файл:
:e!
возвращаем нормальные настройки:
:set fileformats=unix,dos
И, если хотим, устанавливаем для данного конкретного
файла режим сохранения в стиле Unix:
:set fileformat=unix
Это всё проверено на gvim, но должно работать и в
консольной версии. Можно оформить в виде
функций и включить их в меню.
next reply other threads:[~2003-06-06 14:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-06 14:50 Alexej Kryukov, obidos [this message]
2003-06-07 5:12 ` Alexei Bayguzov
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=200306061850.51100.akrioukov@kengu.ru \
--to=akrioukov@kengu.ru \
--cc=community@altlinux.ru \
--cc=obidos@mail.ru \
/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 Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git