groff
[Top][All Lists]
Advanced

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

Re: [Groff] Vim/formatting question (WordPerfect files)


From: Tadziu Hoffmann
Subject: Re: [Groff] Vim/formatting question (WordPerfect files)
Date: Wed, 14 Mar 2007 00:14:08 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

> Words are separated by a single character that displays
> in vim as a (blue) couple of characters: ( ~@ ) and there
> are other characters showing up as ( ^U, ^^, ^@, ) etc.
> I know how to do regular expression search and replace for
> control characters like ^U, but this ~@ stuff is something
> I don't know how to specify in a search string.

Put the cursor on any character and type

  :ascii

this will give you the codes in decimal, hex, and octal.
~@ is decimal 128, you can enter this as ctrl-v 1 2 8
or as address@hidden






reply via email to

[Prev in Thread] Current Thread [Next in Thread]