Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Asterisks enclosing text disappear when cursor leaves the line

Date: Tue, 25 Sep 2012 15:10:44 -0700 (PDT)
From: Ben Fritz <fritzophre...@gmail.com>
To: vim_use@googlegroups.com
Message-Id: <f5fe8ee7-2398-4eb0-9993-13a7ecb95be2@googlegroups.com>
In-Reply-To: <50490FE1-329C-4E98-99DA-BCA9E6E816B9@bellsouth.net>
References: <50490FE1-329C-4E98-99DA-BCA9E6E816B9@bellsouth.net>
Subject: Re: Asterisks enclosing text disappear when cursor leaves the line
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_857_18365382.1348611044968"

------=_Part_857_18365382.1348611044968
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Tuesday, September 25, 2012 4:49:51 PM UTC-5, Eric Weir wrote:
> I have been using pairs of asterisks enclosing text to indicate emphasis.=
 I just noticed that when I move the cursor from the line in which asterisk=
s are used in this way they disappear.
>=20
>=20
> Not a serious problem, but I don't recall this happening before---I may j=
ust not have noticed---and I would prefer that the asterisks display.=C2=A0
>=20
>=20
> Why does it happen? Can i prevent it.
>=20

It's probably Vim's "conceal" feature. What is the syntax/filetype of the f=
ile you are editing? Conceal is based on syntax highlighting.

You can set the 'conceallevel' option appropriately to prevent the hiding, =
but syntaxes which use the conceal feature probably do so for a reason.
------=_Part_857_18365382.1348611044968--