[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Pasting in Vi Console issue
- To: silug-discuss@silug.org
- Subject: Pasting in Vi Console issue
- From: "Travis Davies" <travisdavies@gmail.com>
- Date: Thu, 31 Jan 2008 14:20:04 -0600
- DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=1IOVHXT9Q98eyP/r4tYTItoODQ8LUR/EJBgNJz9K7RE=; b=s8XNUivoqoLTtljsap21qTNHZk/sYp+yX45wAW1ab1PIk4GRqRzUs+DMgZvuS2d5K4kQ4WgAUzyk3L+CVlBVKoxpjBfHV/E9reYZQm88uTveK45QV+FiR1rMo/HikIIDQVmHr4MKmE+Hf/idLyewgAunTZAVRPAjndr+JfR09ak=
- DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ib0/dTg62pLPlM366sN3W08xYtCEsCunTEZp/ExdhrECnnja3qdFPrh6Dy5uT6HgJCaAz159CnQDA9Pm6NG0cyQO8aXLsV/jek4aydKvyUlw4knYZqwwuagdKuYiZqnmQN5rdibOAJoh+H3xJb21oX3JeoXsRbHFWwWp73MNtAk=
- Organization: Southern Illinois Linux Users Group
- Reply-To: silug-discuss@silug.org
- Sender: silug-discuss-owner@silug.org
Hi everyone,
I am having an issue where whenever i paste some code into a vi console
in gnome the code is pasted but the format of my code is severely distorted. for example:
I try ot past a some code like
if(something){
Do this;
and do this;
}
but when it is pasted in it looks like
if(something)
{
Do this;
and do this;
}
Has anyone ever seen this?
:)
Travis
--
Computer Science is no more about computers than astronomy is about telescopes.
-- E. W. Dijkstra