Question about Vim directories

2024-02-11 Thread Gabor Urban
Hi guys,

I need a bit help now.

I switched to a new laptop running Win11 Home edition. My old computer went
with Win7 and I have used Vim 8.2 with much fun.

I had two directories, one was vim82 with official files coming with the
install kit, and vimfiles for my local stuff. My _vimrc was in my local
home directory which was set from the  startup environment.

On my new computer I installed Vim91 which I find to be much better. On the
other hand I have the vim91 folder only. I have some local files I do not
want to mix with the official ones. Where should I put them to be
separated? Where should be my local _vimrc.

Thanks for any help in advance,

-- 
Urbán Gábor

Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/CAL%3D1hhwPZHXpL%3D_Z%2BNc6Wo_J3_mbeHPZkwX4Fq5cVaBCGxO0sw%40mail.gmail.com.


Question about color settings

2018-12-26 Thread Gabor Urban
Hi,

I have made some VIM color schemes, but I still have some problems. The
most disturbing is
the difference between the term... and cterm setting. I did look it up on
the net, but could
not find appropriate information. Can anyone help?

I am using MS Windows both in GUI and command prompt mode. What kind of
terminal is set when I
start VIM from a DOS command prompt?

Looking for your answer...

-- 
Urbán Gábor

Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Site error

2014-12-30 Thread Gabor Urban
Hi guys,

I wanted to check something among the scripts, and encountered the
following error:

An error has been encountered in accessing this page.

1. *Server:* www.vim.org
2. *URL path:* /scripts/script_search_results.php
3. *Error notes:* NONE
4. *Error type:* 404
5. *Request method:* GET
6. *Request query string:* NONE
7. *Time:* 2014-12-30 12:05:38 UTC (1419941138)

*Reporting this problem:* The problem you have encountered is with a
project web site hosted by SourceForge.net. This issue should be reported
to the SourceForge.net-hosted project (not to SourceForge.net).

*If this is a severe or recurring/persistent problem,* please do one of the
following, and provide the error text (numbered 1 through 7, above):

   1. Contact the project via their designated support resources
   http://sourceforge.net/support/prweb-lookup.php?host=www.vim.orgsupport=1.

   2. Contact the project administrators of this project via email (see the
   upper right-hand corner of the Project Summary page
   http://sourceforge.net/support/prweb-lookup.php?host=www.vim.org for
   their usernames) at *user-name*@users.sourceforge.net

If you are a maintainer of this web content, please refer to the Site
Documentation regarding web services
https://sourceforge.net/p/forge/documentation/Project%20Web%20Services/
for further assistance.

NOTE: As of 2008-10-23 directory index display has been disabled by
default. This option may be re-enabled by the project by placing a file
with the name .htaccess with this line:

Options +Indexes


-

I thought it important to publish :-(

-- 
Urbán Gábor

Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Unwanted spell corrections

2014-02-22 Thread Gabor Urban
Hi,

I have annoying small problem, but I would like to have it solved.

I am using Vim 7.4 on my home laptop for editing sources and TeX, LaTeX
files.

If I write in tex source: \'a, vim would automatically change to \'á . This
is the same with other accented characters.

Does anybody have a solution?

The interesting part of the question is that an older version of vim in the
office do not does this. :-)

Thanks in advace, regards,

-- 
Urbán Gábor

Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Advanced vimrc? question

2013-09-11 Thread Gabor Urban
2013. szeptember 10., kedd 14:35:09 UTC+2 időpontban David Fishburn a 
következőt írta:
 ...In my case, I didn't like the indent settings for PHP and XML, so I 
 created:
 
 
 
 
 
 
 
 after/indent/php.vim
 
 
 after/indent/xml.vim
 
 
 Oops, I meant:
 
 
 after/ftplugin/php.vim
 
 after/ftplugin/xml.vim

Hi guys,

Thanks for the info. I should have been more patient googling about.. :-)

You were very nice.

-- 
-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Advanced vimrc? question

2013-09-10 Thread Gabor Urban
Hi
I have a problem which is not a top priority issue, but quite annoying for
me.

I use different indention depth with different types of sources. It is
rather time consuming to set it manually. Is there a possibility to defined
these values to file extensions?

Thanks for any ideas,

Gabor
-- 
Urbán Gábor

Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Feedback on color scheme

2013-05-06 Thread Gabor Urban
Hi,

I have uploaded my color schame to the vim site, named dubs-scheme. You may
find it at the link: http://www.vim.org/scripts/script.php?script_id=4468

I see that three users gave it a bad karma, but I would like to have some
feedback.

I would like to now your oppinion about it, for I plan to do some changes
and improvements in the next future. I hope to make it before the summer
holidays. Should I start a discussion on vim wiki?

Thanks for any information

Gabor Urban

-- 
Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Color scheme

2013-03-04 Thread Gabor Urban
Hi guys,

I have created a color scheme, and I feel to be ready with it. With some
minor changes I use it for couple of weeks. I would like to ask someone to
test for me and give some good feedback. I intend to publish it.

Anyone interested?

Thx in advance

Gabor

-- 
Linux is like a wigwam: no Gates, no Windows and an Apache inside.

-- 
-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Indent/Unindent a block

2011-07-08 Thread Gabor Urban
Hi guys,

I have a minor problem: is there a possibility to indent / unindent a
block of code?

Thanks in advance,
Gabor Urban

-- 
Linux: Choice of a GNU Generation

-- 
You received this message from the vim_use maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Extension of SqlOracle syntax

2009-12-14 Thread Gabor Urban
Hi,

I would like to extend the standard Oracle-sql syntax description to
recognize special PL-SQL elements. Where should I put the personalized
file to avoid tempering with the distributed syntax file?

Gabor

-- 
Linux: Choice of a GNU Generation

-- 
You received this message from the vim_use maillist.
For more information, visit http://www.vim.org/maillist.php


Function syntax error

2009-10-29 Thread Gabor Urban

Hy guys,

I am to write a simple function to insert some headers in the buffer.
Here is the code:

 cut
function Header(...)
let template = [Id, Short Description, Severity, Status, 
Description]
let i = 1
echo Test i   
   for item in template
   append(i, item)
   let i = i + 1
   endfor
endfunction

 cut

This script compiles and runs properly. If I remove the comments from
the 'for' loop, I have an
error message during compilation:
E126: missing :endfunction

The linenumber is 11 for the error, the whole file is 10 lines long,
with a blank at the end.

I use vim 7.2 on an XP box with GUI support in the office.

Any ideas?

Gabor
-- 
Linux: Choice of a GNU Generation

--~--~-~--~~~---~--~~
You received this message from the vim_use maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Rather newbie question

2009-10-26 Thread Gabor Urban

Hi guys,

I have written an own vim file which contains some function. Let
suppose, it is called 'myfuncs.vim'. How can I execute function
PrtHeading from the file. Should I load it before, and how.

Many thanks in advance,

-- 
Linux: Choice of a GNU Generation

--~--~-~--~~~---~--~~
You received this message from the vim_use maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---



Vim config question

2009-09-04 Thread Gabor Urban

Hi guys,

I have a trivial question, but I am new to Vim.

I could set up my favourite color scheme, but I can't get Vim use the
syntax highlight feature automatically when I open a file. Each time I
have to do it manually :-)).

Any help is wellcome,
Gabor

-- 
Linux: Choice of a GNU Generation

--~--~-~--~~~---~--~~
You received this message from the vim_use maillist.
For more information, visit http://www.vim.org/maillist.php
-~--~~~~--~~--~--~---