--
Wit has truth in it; wisecracking is simply calisthenics with words. - Dorothy Parker
--------------------------------------------------
Harold Bibik hwbj@twcny.rr.com
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
12-27-2007, 08:36 PM
"User Iam"
vim
On Dec 27, 2007 9:59 AM, Harold Bibik <hwbj@twcny.rr.com> wrote:
On Thu, 2007-12-27 at 09:12 -0800, User Iam wrote:
if you want to have the gvim also install "vim-full"
bye
--
Thilo
key: 0x4A411E09
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
03-11-2009, 06:42 AM
hr mahan
vim
Hi all,
I would like to use vim as editor for my Fortran programs.* In Fedora vim colorizes the program's text.* I would like to have this option enabled on my Debian box as well.* What is the solution?
Thanks.
Hamid
03-11-2009, 07:09 AM
Bob Cox
vim
On Wed, Mar 11, 2009 at 00:42:50 -0700, hr mahan (hr.mahan@yahoo.com) wrote:
> Hi all,
>
> I would like to use vim as editor for my Fortran programs.* In Fedora vim colorizes the program's text.* I would like to have this option enabled on my Debian box as well.* What is the solution?
A good starting point is http://www.google.com/search?q=vim+color
Please use plain text and not HTML on this list. Thank you.
--
Bob Cox. Stoke Gifford, near Bristol, UK.
Please reply to the list only. Do NOT send copies directly to me.
Debian on the NSLU2: http://bobcox.com/slug/
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
03-11-2009, 07:44 AM
Owen Townend
vim
2009/3/11 hr mahan <hr.mahan@yahoo.com>:
> Hi all,
>
> I would like to use vim as editor for my Fortran programs.* In Fedora vim
> colorizes the program's text.* I would like to have this option enabled on
> my Debian box as well.* What is the solution?
First, make sure that you have the syntax file for fortran.
e.g.
$ dpkg -S syntax/fortran.vim
vim-runtime: /usr/share/vim/vim71/syntax/fortran.vim
Next, read vim help (`:help syntax`) to decide how you wish to enable
it. (probably `:syntax enable`)
cheers,
Owen.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
03-11-2009, 09:43 AM
Jochen Schulz
vim
hr mahan:
>
> I would like to use vim as editor for my Fortran programs.* In Fedora
> vim colorizes the program's text.* I would like to have this option
> enabled on my Debian box as well.* What is the solution?
Look into /etc/vim/vimrc to configure system-wide defaults or make the
appropriate changes to your ~/.vimrc.
J.
--
I use a Playstation to block out the existence of my partner.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
03-11-2009, 09:56 AM
vim
On Wed, Mar 11, 2009 at 12:42:50AM -0700, hr mahan wrote:
> I would like to use vim as editor for my Fortran programs.* In Fedora
> vim colorizes the program's text.* I would like to have this option
> enabled on my Debian box as well.* What is the solution?
If I recall correctly, the default version of Vim in Debian is provided
by the vim-tiny package which contains a minimal version of Vim. For a
more complete version I suggest installing the 'vim' or 'vim-full'
package.
Either of the above, more complete packages should give you syntax
highlighting.
Gavin
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org