Re: BUG: wrong recognition of words in Vim7.1b on Windows

2007-05-21 Thread Mikolaj Machowski
Dnia poniedziałek 21 maj 2007, Bram Moolenaar napisał: That @ means that Vim uses the library function isalpha(). Apparently your environment is not setup properly for isalpha() to work with your encoding cp1250. Thus that is a problem with your library/system/environment. Well, I installed

Re: file operation in vimcommander?

2007-04-16 Thread Mikolaj Machowski
On poniedziałek 16 kwiecień 2007, vim@vim.org wrote: hi, I found vimcommander which is a wonderful file management script for vim, but when I select a file, say foo.pdf, it just open it in vim, not xpdf I expect, so I have a question, whether vimcommander can use other progam to open the

Re: script boolean operators

2007-04-11 Thread Mikolaj Machowski
On środa 11 kwiecień 2007, Jürgen Krämer wrote: normal G let numberofrows = line(.) oh, and the above two statements can also be replaced by let numberofrows = line($) Very good advice. normal command can cause flickering of screen when executing scripts. m.

Re: Silly Question

2007-04-06 Thread Mikolaj Machowski
On piątek 06 kwiecień 2007, vim@vim.org wrote: Has anyone else heard of the vi name game? Sure :) Mikolaj just inserts kolaj at the beginning of middle line of screen. m.

Re: Folding in vim helpfiles

2007-04-06 Thread Mikolaj Machowski
On piątek 06 kwiecień 2007, vim@vim.org wrote: After looking at foldutil.vim and AutoFold.vim I'm not sure what the best way is going to be for exploiting the outline format of helpfiles to automatically create folds. Has anyone done this before? Ideally, I'd like to use this with the

Re: Silly Question

2007-04-06 Thread Mikolaj Machowski
On piątek 06 kwiecień 2007, vim@vim.org wrote: On 4/6/07, Mikolaj Machowski [EMAIL PROTECTED] wrote: On piątek 06 kwiecień 2007, vim@vim.org wrote: Has anyone else heard of the vi name game? Sure :) Mikolaj just inserts kolaj at the beginning of middle line of screen. I didn't

Re: Updated Windows installer 7.0.219

2007-03-20 Thread Mikolaj Machowski
On wtorek 20 marzec 2007, vim@vim.org wrote: firewall our build machine sits behind. So I'm open to solutions for how to remove obsoletes from the file set. I had considered deleting the oldest files, but in most cases (such as the current) the files to be removed are generally newer than the

Re: google summer of code

2007-03-15 Thread Mikolaj Machowski
Dnia czwartek 15 marzec 2007, Josh napisał: I am interested in creating a kde or other window manager interface for vim, While I'd like to see kvim resurrection with complete KDE integration it is pointless at the moment: KDE3 is near its end, KDE4 isn't ready yet for serious coding.

Re: Google Summer of Code 2007 : Improve regexp performance

2007-03-15 Thread Mikolaj Machowski
Dnia piątek 16 marzec 2007, Asiri Rathnayake napisał: A multithreaded matcher might be useful to vim but do we have a need for fuzzy matching ? For main regexp engine I think not. But it could be useful for command line completions (think zsh). m.

Re: .xht and .xhtml file extensions for xhtml filetype detection

2007-02-25 Thread Mikolaj Machowski
Dnia poniedziałek 26 luty 2007, Bram Moolenaar napisał: Apparently nobody noticed them. Are *.xht and *.xhtml widely used for XHTML? Spotted .xhtml several times, never saw .xht . m.

Re: star key separators

2007-02-25 Thread Mikolaj Machowski
On niedziela 25 luty 2007, vim@vim.org wrote: Hi list, Where are the separators defined for the star key? I mean if I press :help 'iskeyword' m.

Re: The Seven Habits Of Effective Text Editing 2

2007-02-18 Thread Mikolaj Machowski
On niedziela 18 luty 2007, Jimmy Mack wrote: The slides are available here: http://www.moolenaar.net/habits_2007.pdf I'll do an announcement soon. If you spot something wrong in the notes let me know, I can still fix those. Second page: Rest of the time is spend on meetings. Shouldn't it

Re: The Seven Habits Of Effective Text Editing 2

2007-02-17 Thread Mikolaj Machowski
On sobota 17 luty 2007, VIM mail list wrote: The original seven habits of effective text editing was fascinating and useful. I am sure that I'm not the only vimmer who would be interested in hearing more about this updated version. However, I can't find any links to either a video or a

Re: Vim crashing while starting nibbles game

2007-02-15 Thread Mikolaj Machowski
Dnia czwartek 15 luty 2007, Hari Krishna Dara napisał: After I updated the nibbles game, a user reported that his gvim crashes Cannot start Nibble at all: Error in function SNR29_Nibble..nibble#Nibble: line 50: E416: cleared latest genutils and nibble. m.

Re: Vim 7 performance notes

2007-02-07 Thread Mikolaj Machowski
Dnia środa 07 luty 2007, Alexei Alexandrov napisał: Hi Mikolaj Machowski, you wrote: Nice work. Could you send or place somewhere patches? I'd like to test them on more complex regexps. Here it is. Note that the biggest speed-up is observed when regexp is matched a lot of times. The regexp

Re: gvim and Unicode

2007-01-26 Thread Mikolaj Machowski
On sobota 27 styczeń 2007, vim@vim.org wrote: (it appears gvim assumes the documents are ISO-8859 encoded.) In addition, in the documentation and menus, I see nothing mentioned about Unicode, UTF-8 encoding, etc. :help utf-8 :help unicode m.

Re: Konsole: lost focus of window or tab

2007-01-18 Thread Mikolaj Machowski
Dnia czwartek 18 styczeń 2007, Matthew Woehlke napisał: ...I am not a Vim hacker, but if you can rig Vim to handle some escape sequence, I may be able to help make Konsole understand/send them. A start might be to write a simple application that sends the sequence to turn on the function and

Re: Konsole: lost focus of window or tab

2007-01-18 Thread Mikolaj Machowski
Dnia czwartek 18 styczeń 2007, Bram Moolenaar napisał: Note that we also need one to enable/disable getting these events. A program should only get the events when asked for. Are you talking here about Vim part or Konsole part? m.

Re: Konsole: lost focus of window or tab

2007-01-18 Thread Mikolaj Machowski
Dnia piątek 19 styczeń 2007, Matthew Woehlke napisał: So, just to make sure I am following, Vim does or does not currently understand any escape sequences for focus events? It sounds like no, but then what about A.J.'s comment about reacting to [focus] events for 'the GUI and a few console

Re: omnicompletion vs. old Ctrl-n

2007-01-18 Thread Mikolaj Machowski
On czwartek 18 styczeń 2007, vim@vim.org wrote: Hi list, I'm using vim 6.3 and was thinking about upgrading to 7.0 especially because of the new omni completion feature. But at the moment I'm not quite sure what I would gain as there is the old Ctrl-n key in insert mode which does code

Re: omni complete for php is really slooow

2007-01-18 Thread Mikolaj Machowski
On czwartek 18 styczeń 2007, Mikolaj Machowski, vim@vim.org wrote: On my Sempron2200, 512MB RAM it may be not very fast but IMO is acceptable. Looks like something is wrong with your setup. Do you use tags files? You mean ctags? Yes. I'm using it Anyway thanks for your response. I

Re: Konsole: lost focus of window or tab

2007-01-17 Thread Mikolaj Machowski
Dnia środa 17 styczeń 2007, Matthew Woehlke napisał: Matthew Woehlke wrote: Mikolaj Machowski wrote: Is it possible to recognize if window or tab of Konsole lost focus through termcap/terminfo sequence? Or is it at least possible with dcop or any other way? I am investigating ways

Re: Konsole: lost focus of window or tab

2007-01-17 Thread Mikolaj Machowski
Dnia środa 17 styczeń 2007, Matthew Woehlke napisał: I'm willing to (try to, at least) help get this working in 3.5.x if you can dig up what the needed escapes are (it sounds like there are already existing examples?)... it probably won't be accepted but you could use it locally, and of

Re: omni complete for php is really slooow

2007-01-16 Thread Mikolaj Machowski
On wtorek 16 styczeń 2007, vim users list wrote: The mail subject says it all:omni complete for php in vim7 in my PC (P4 D, 1GB Ram) is really slooow. How about omni complete for php in vim7 in in your PC? Fast or Slow??? How can I make it faster? Only for price in functionality. You can

Re: Mac Questions

2007-01-08 Thread Mikolaj Machowski
On pon sty 8 2007, vim@vim.org wrote: I thought the same thing. But it does not appear to source my .bash_profile or .bashrc. Anyone out there got some clues...? /etc/profile /etc/bashrc ? This will be global for all users (if working :)). m.

Re: .vimrc from URL

2007-01-04 Thread Mikolaj Machowski
On pią sty 5 2007, Maurí­cio wrote: Or else, have the following at the top of the vimrc: let g:vimrcdate = 4 Jan 2007 22:49 UTC echo This vimrc was last changed on g:vimrcdate if input(Do you want to continue? ) !~? y qall! endif Since

Re: .vimrc from URL

2007-01-04 Thread Mikolaj Machowski
On pią sty 5 2007, Maurí­cio wrote: The vimrc is sourced before the global plugins, in particular before the netrw plugin. So I think the short answer is no. BTW - if netrw could directly source files over the net it could open interesting possibilities for script repositories. m.

Re: .vimrc from URL

2007-01-04 Thread Mikolaj Machowski
On pią sty 5 2007, Mikolaj Machowski wrote: Mikolaj Machowski wrote: On pią sty 5 2007, Maurí­cio wrote: Or else, have the following at the top of the vimrc: let g:vimrcdate = 4 Jan 2007 22:49 UTC echo This vimrc was last changed on g:vimrcdate if input(Do you

Re: [PATCH] count for CR in quickfix window

2007-01-01 Thread Mikolaj Machowski
Dnia pon sty 1 2007, AOYAMA Shotaro napisał: Hi, Here is a small patch for specifying a window in which vim opens an error when you hit ENTER in a quickfix window. With this patch, you may hit 3CR in the quickfix window, then the selected error is displayed in the window #3. Often I face a

Re: automatic code completion in vim

2007-01-01 Thread Mikolaj Machowski
On pon sty 1 2007, Mikolaj Machowski wrote: Note: much faster, noticeable on big files, would be reading of tags file into buffer and just g//d proper lines and add tags at the end how to read tags into the buffer and what does g//d proper lines mean? :new somename :g/\t{filename}\t/d

Re: automatic code completion in vim

2007-01-01 Thread Mikolaj Machowski
On pon sty 1 2007, Mikolaj Machowski wrote: This won't work: you need a different variable name, see :help E706. Yeah, I forgot (not only about that). This is complete solution:: function! UpdateTags() call writefile(getline(1, '$'), '.tmp.cc', 'b') let tags

Re: automatic code completion in vim

2006-12-31 Thread Mikolaj Machowski
On nie gru 31 2006, Zheng Da wrote: but i remember that , the (enhanced) ctags do have the option to append the tag files. you can see the manual more seriously , so i think you can find it --append Yes, but they are not removing older entries. When doing corrections in file it may result

Re: automatic code completion in vim

2006-12-30 Thread Mikolaj Machowski
On sob gru 30 2006, Mikolaj Machowski wrote: Do you mean create tags files for every code file, and change tags file when switching between different code files? But how to combine all of these actions to a hotkey? If ctags can provide an update option, the problem can be solved very easily

Re: Learning the vim Programming

2006-12-22 Thread Mikolaj Machowski
On pią gru 22 2006, vim@vim.org wrote: I have been using vim since three years ago . Vim gives me happy and sometimes agony^_^ i Just want to leaning more about the vim programming. But the vim doc which can be called out via help XXX is more like a dictionary rather than a book for

Re: your best vim scripting tip

2006-12-03 Thread Mikolaj Machowski
On nie gru 3 2006, vim@vim.org wrote: Hi, It you should give one (or more) tips to a person who was going to start creating scripts for vim, then what would it be? (besides know your :help :-) ) ideas could be: Do's and dont's Keep ff=unix . In other case your scripts won't be working

Re: correction in user manual (21.6 Modelines)

2006-11-26 Thread Mikolaj Machowski
Dnia nie lis 26 2006, [EMAIL PROTECTED] napisał: I'm confused, because this is the latest version in SVN. See: https://svn.sourceforge.net/svnroot/vim/vim7/runtime/doc/usr_21.txt Doesn't HEAD in svn contain the latest version? CVS/SVN don't have runtime updates :( m.

Re: XML file creation and validation based on schema]

2006-11-16 Thread Mikolaj Machowski
On czw lis 16 2006, vim@vim.org wrote: Hi, Is it possible to create and validate xml files, based on xml schema (xsd files) in vim. The features, like automatic closing tags, automatic insertion of mandatory tags, suggestion of tags, based on the schema etc will be very useful. Is there any

ANN: VST 1.3 Halloween

2006-10-31 Thread Mikolaj Machowski
Hello, Vim7 required. VST is script which makes possible to export text files with simple markup to HTML, LaTeX or HTML S5 presentation format to create even complex documents. Script doesn't require any external dependency and will work on any platform Vim7 is available. VST is Vim only

Re: no special treatment of and ~ in substitute? possible?

2006-10-30 Thread Mikolaj Machowski
On pon paź 30 2006, vim@vim.org wrote: How can I tell vim to not tread and ~ in a special way when using substitute? compare echo substitute(substitute('a','a','b',''),'b','c ','') and echo substitute(substitute('a','a','b',''),'b',substitute('c ','\V\(\|~\)','\\\1','g'),'')

Re: has('unix')

2006-10-25 Thread Mikolaj Machowski
On śro paź 25 2006, vim@vim.org wrote: Hello, for my font plug in I need to know which OS I am running on to choose an appropriate font. Now when Sun Solaris where added to the list of OS I use I run into a little problem: there is only has('unix') - but that's not good enough as Linux

Re: getchar() trick with recursive expr map

2006-10-25 Thread Mikolaj Machowski
On śro paź 25 2006, Mikolaj Machowski wrote: In Linux terminal and GTK2 versions cursor is stuck in command line and don't at its real position making inserting of text almost random. Getting stuck at command-line is normal, as it is always waiting on getchar(). I realize

Re: escape() and '

2006-10-24 Thread Mikolaj Machowski
Dnia poniedziałek, 23 października 2006 16:25, Nikolai Weibull napisał: On 10/23/06, Mikolaj Machowski [EMAIL PROTECTED] wrote: Hello, I understand that escape() was primarily designed to escape strings when passing to system functions, but personally I never used that and in didn't

Re: escape() and '

2006-10-24 Thread Mikolaj Machowski
Dnia wtorek, 24 października 2006 11:10, Nikolai Weibull napisał: Oh, I see. You're thinking of creating a string for passing to substitute() inside an :execute, or something like that. Ah, true, then you'd need to escape the single-quotes for the string, and, e.g., . with \.. Escaping is a

Re: Changing omnicomplete lifetime?

2006-10-24 Thread Mikolaj Machowski
Dnia poniedziałek, 23 października 2006 23:23, Bill Mill napisał: On 10/23/06, Mikolaj Machowski [EMAIL PROTECTED] wrote: Dnia poniedziałek, 23 października 2006 15:18, Bill Mill napisał: How would you recommend getting this to work? Should I try and edit supertab? Is there an easy way

Re: Changing omnicomplete lifetime?

2006-10-23 Thread Mikolaj Machowski
Dnia poniedziałek, 23 października 2006 15:18, Bill Mill napisał: How would you recommend getting this to work? Should I try and edit supertab? Is there an easy way to change it? Maybe try to change 'completeopt' value. longest option? m.

Re: getchar() trick with recursive expr map

2006-10-20 Thread Mikolaj Machowski
Dnia piątek, 20 października 2006 08:26, Hari Krishna Dara napisał: Here is a demo that shows how to use it in insert mode. What the function does is to double every key you press, except Esc and C-C, when it breaks the loop. If world could be so beautiful... In Linux terminal and GTK2

Re: Automatically adding header into file with specific extension

2006-10-18 Thread Mikolaj Machowski
Dnia środa, 18 października 2006 10:19, Gundala Viswanath napisał: Hi, I want to be able to have VIM automatically insert this line: :help skeleton m.

Re: Using output of Vim commands in scripts

2006-10-16 Thread Mikolaj Machowski
Dnia poniedziałek, 16 października 2006 15:05, Marius Roets napisał: Hi everybody, Is it possible to use the output of Vim commands in a script? My specific problem currently is that I would like to use the output of :tabs in a script. I cannot find a Vim function that does the same as this

Re: Patch 7.0.134

2006-10-15 Thread Mikolaj Machowski
Dnia niedziela, 15 października 2006 15:10, Bram Moolenaar napisał: Patch 7.0.134 Problem:Crash when comparing a recursively looped List or Dictionary. Solution: Limit recursiveness for comparing to 1000. Is hardcoding any value like that good thing? It could use 'maxfuncdepth' -

Re: VimL and Exuberant tags - Suggestions please

2006-10-13 Thread Mikolaj Machowski
Dnia piątek, 13 października 2006 02:16, David Fishburn napisał: Instead of simply grouping everything under variables, should we distinguish between different types? let forms#form = { \ 'title': 'Address Entry Form', \ 'fields': [], \ 'defaultbutton': 'ok', \

Re: Why not commit runtime files?

2006-10-12 Thread Mikolaj Machowski
I don't know exactly; but I think the various repositories (rsync, FTP, CVS, SVN) are not maintained by the same people. I think CVS and SVN use the FTP site as a master with automated updates (but not every day), so that the FTP updates trickle down to the CVS/SVN repositories after a delay

Re: Forms highlighting

2006-10-08 Thread Mikolaj Machowski
as validation (zip field). When inserting non-valid data it is almost impossible to leave zip field. At least some warning message would be appropriate. This is not for forms stuff but demoform should set good standards for interaction :) On Thu, 5 Oct 2006 at 1:19pm, Mikolaj Machowski wrote: C

Re: Vim 7.0 (1-109 patches) completion bug.

2006-10-05 Thread Mikolaj Machowski
Dnia czwartek, 5 października 2006 05:16, Igor Prischepoff napisał: Hi, i think i have found a bug in vim 7.0 Patch level 1-109. Windows version +perl +python (i don't think this matters in this case) here is how to reproduce: gvim -u NONE -U NONE :set complete-=t don't want

Forms example

2006-10-05 Thread Mikolaj Machowski
Dnia środa, 4 października 2006 05:06, Hari Krishna Dara napisał: A new version is available, to try: - Download the below file and put it in your autoload directory: http://haridara.googlepages.com/forms.vim - Start a fresh Vim session and execute: :call forms#demo() The new version has

Re: Forms highlighting

2006-10-05 Thread Mikolaj Machowski
Dnia czwartek, 5 października 2006 01:16, Hari Krishna Dara napisał: I have 6.3 version of cygwin and arrows work fine in rxvt. I stil think your term settings are not right. But this is not really concern forms plugin, though it means we might have to support some other maps that will

Re: Forms highlighting

2006-10-04 Thread Mikolaj Machowski
Dnia środa, 4 października 2006 05:06, Hari Krishna Dara napisał: No. They are inserting some version of keycode: OA, OB, OC, OD. In gui everything works well. In menus enabled Doesn't that just mean your term is not properly setup? I tried it on win32 console vim and it worked just fine.

Re: Forms highlighting

2006-10-03 Thread Mikolaj Machowski
Dnia wtorek, 3 października 2006 02:35, Hari Krishna Dara napisał: - Start a fresh Vim session and execute: :call forms#demo() Looks very good (I am using last version). Problems with current version of forms: - arrows doesn't work in terminal. They are completely messing things eg.

Re: forms support for Vim

2006-10-02 Thread Mikolaj Machowski
Dnia poniedziałek, 2 października 2006 01:41, Hari Krishna Dara napisał: First, a big thank you for trying it and giving feedback. On Sun, 1 Oct 2006 at 4:11pm, Mikolaj Machowski wrote: Hello, Interesting concept. The most difficult thing are Vim habits. Seeing spelling error in line

Forms highlighting

2006-10-02 Thread Mikolaj Machowski
Hello, Below patch to yesterday version of forms.vim . Rather proof of concept than full solution but looks much nicer: Features: - highlight header of form in Comment - highlight labels of fields as Questions - hightlight hotkeys as Statements Limitations: - Buttons are not supported

Re: Mapping of keysequences...

2006-10-01 Thread Mikolaj Machowski
Dnia niedziela, 1 października 2006 14:54, Meino Christian Cramer napisał: Hi, is it possible to map the sequence of C-CC-Fb to anything (and how?)? I tried as a first brute-force experiment noremap C-CC-Fb echo works If you want to print it in the buffer it should be::

Re: forms support for Vim

2006-10-01 Thread Mikolaj Machowski
Hello, Interesting concept. The most difficult thing are Vim habits. Seeing spelling error in line before I tend to make Esck than S-Tab which is obviously messing things. - Use Esc in fields to cancel changes and restore old value. This doesn't work. I am getting Plug17|v$h Cannot accept

Re: Vim7 and ispell?

2006-09-28 Thread Mikolaj Machowski
Dnia czwartek, 28 września 2006 10:50, Markus Vuori napisał: Hello, I'm a great fan of VIm editor and I've been using it for several years now though I subscribed this list just a few minutes ago. :) I'd like to know how I can combine the Vim7 spellchecker with ispell? I need ispell because

Re: Python/Ruby completion requires language interface ?

2006-09-27 Thread Mikolaj Machowski
Dnia środa, 27 września 2006 11:35, A.J.Mechelynck napisał: I notice that the scripts autoload/pythoncomplete.vim and autoload/rubycomplete.vim terminate early and with error if the corresponding interface is not compiled-in. Is that intentional? I would expect to be able to _edit_ (for

Re: Python/Ruby completion requires language interface ?

2006-09-27 Thread Mikolaj Machowski
Dnia środa, 27 września 2006 14:27, Stefan Walk napisał: The script terminates, not vim... if !has('python') echo Error: Required vim compiled with +python finish endif is right at the start. It could at least degrade to syntax highlighting completion. m.

Re: vim nxml?

2006-09-21 Thread Mikolaj Machowski
Dnia środa, 20 września 2006 19:55, Aaron Mehl napisał: Hi all, I asked this a while ago, but I will try again, Is there anything like nxml mode for vim? Especially for Docbook? and not just syntax highlighting but autocomplete and parse as you go and . completion is available

Re: mixed filetypes (was: Smarter Indent)

2006-09-06 Thread Mikolaj Machowski
Dnia środa, 6 września 2006 14:22, Benji Fisher napisał: If you use omnicompletion in your perl files, wouldn't you like it to work when you are embedding perl in a shell script? This can be done already. In fact I've done it in php/js/html/css omnicompletion plugins. But it requires some

Re: PHP omni-completion, PHP objects

2006-09-05 Thread Mikolaj Machowski
Had to got message from Yahoo Groups, original post was lost somewhere: with vim7's omni-completion how do you call/get functions/variables relating to a specific class? $object = new HTML_QuickForm(); $object- And then after you type - how do i call for completions only relating to the

For all people thinking about interface changes

2006-09-04 Thread Mikolaj Machowski
Hello, Post from comp.editors: -- From: Sascha T. [EMAIL PROTECTED] Newsgroups: comp.editors Subject: Re: The vim and emacs wars Date: 3 Sep 2006 16:21:41 -0700 I've been using Emacs eversince - for something like ten years, I

Re: syntax borked

2006-09-04 Thread Mikolaj Machowski
Dnia poniedziałek, 4 września 2006 16:44, Jorge Almeida napisał: I've upgraded to vim-7.0.17. I don't know which version I had before, probably 6.4. I run linux (gentoo). After upgrading, syntax for perl seems to have gone to the trash. Colours appear chaotic and pressing 'o' in normal mode

Re: Vim BOF session

2006-09-03 Thread Mikolaj Machowski
Dnia sobota, 2 września 2006 12:36, Kim Schulz napisał: Omnicompletion++: --- Omnicompletion is a great new feature, but I would like to see it become even stronger. The intellisense plugin for gvim on win32 has some of the features I would love to see in the generic omni

Re: utf8 vs string handling vs virtcol

2006-08-31 Thread Mikolaj Machowski
Dnia czwartek, 31 sierpnia 2006 13:09, Thomas napisał: This is wrong. You need: let col = col(.) let line = strpart(getline(.), col - 1) Unfortunately, IIRC this doesn't work with wrapped lines which is why I chose virtcol() ... But, well can't reproduce what I

Re: No way to color-region(s) of text -- highlighter mode.

2006-08-05 Thread Mikolaj Machowski
Dnia piątek, 4 sierpnia 2006 22:39, François Pinard napisał: [Mikolaj Machowski] [Mohsin]: Vim only has syntax coloring with regexps. Emacs has functions to apply properties to text blocks, and I was hoping vim has something comparable. Of course it is possible: :help /\%l :help /\%c

Re: Vim-Runtime

2006-08-05 Thread Mikolaj Machowski
Dnia sobota, 5 sierpnia 2006 15:03, Martin Krischik napisał: - Many runtime files, and in particular most of the help files, have been reissued with new or updated contents for version 7.0. You should find them, for instance, under vim70/runtime/ in

cterm256?

2006-08-04 Thread Mikolaj Machowski
Hello, Since Konsole in KDE 3.5.4 supports 256 colors it could be nice if Vim could use them. Is any way to convince Vim to use guibg/guifg from syntax files in console? m.

Re: findfile() results are inconsistent

2006-07-25 Thread Mikolaj Machowski
Dnia wtorek, 25 lipca 2006 02:14, Eric Van Dewoestine napisał: 1. We are in /home/mikolaj:: echo findifile(b, 1;) 1/b You are giving findfile() a relative path to search, so it is returning a relative result. Result is the same regardless to path in second argument.

Re: findfile() results are inconsistent

2006-07-25 Thread Mikolaj Machowski
Dnia wtorek, 25 lipca 2006 07:11, A.J.Mechelynck napisał: I don't see any inconsistency. According to the help, findfile() is Just like |finddir()|, but find a file instead of a directory. and finddir() has: When the found directory is below the current directory a relative path is returned.

Re: findfile() results are inconsistent

2006-07-25 Thread Mikolaj Machowski
Dnia wtorek, 25 lipca 2006 16:50, Eric Van Dewoestine napisał: So, the results are still consistent with the documented behavior. But not internally consistent. But OK - it is documented behaviour. Regarding ';', the docs imply that it forces a search upwards, but should probably state that

findfile() results are inconsistent

2006-07-24 Thread Mikolaj Machowski
Hello, Results of findfile() are inconsistent: /home/mikolaj/a /home/mikolaj/1/b /home/mikolaj/2/c /home/mikolaj/3/d /home/mikolaj/3/4/e 1. We are in /home/mikolaj:: echo findifile(b, 1;) 1/b 2. We are in /home/mikolaj/2:: echo findifile(b, /home/mikolaj/1;)

Re: Other European languages on a US keyboard

2006-07-24 Thread Mikolaj Machowski
Schleswig-Holstein to the plain of the Po. I suspect that most of Central Europe would have adopted a German-derived (or maybe French-derived) keyboard regardless of whether the majority language was Czech, Slovak, Italian, Hungarian, Croatian... In fact Polish traditional keyboard is

ANN: VST 1.1 Wedel

2006-07-23 Thread Mikolaj Machowski
Hello, Hello, Vim7 required. VST is script which makes possible to export text files with simple markup to HTML, LaTeX or HTML S5 presentation format to create even complex documents. Script doesn't require any external dependency and will work on any platform Vim7 is available. VST is Vim

Re: poll?

2006-07-22 Thread Mikolaj Machowski
Dnia sobota, 22 lipca 2006 00:38, Kyle Wheeler napisał: Isn?t that the entire purpose of http://www.vim.org/sponsor/vote_results.php ? This is very fragmented. m.

Re: poll?

2006-07-21 Thread Mikolaj Machowski
Dnia czwartek, 20 lipca 2006 23:55, Bram Moolenaar napisał: Yakov Lerner wrote: Bram, How about posting a poll on www.vim.org site ? Two polls ! (1) Do you you vim6 or vim 7 ? (2) Do you use console-mode-vim or gvim ? What would we do with the outcome? While I don't understood reason for

Re: Gvim for KDE

2006-07-19 Thread Mikolaj Machowski
Dnia środa, 19 lipca 2006 10:01, Vince Negri napisał: I recall that the merging of kvim patches into the Vim tree went further than that - the KDE gui is mentioned in the help files. I even seem to remember that at one point the gui_kde files appeared in CVS, It was working. I have compiled

Re: A card game for Vim

2006-07-19 Thread Mikolaj Machowski
Dnia środa, 19 lipca 2006 04:54, Hari Krishna Dara napisał: First of all, thanks a lot for trying it, you are the only who showed enthusism until now :) Most people probably pretend they are above small game of solitaire ;) On Wed, 19 Jul 2006 at 12:02am, Mikolaj Machowski wrote: Dnia

Re: Generic xml omnicomplete

2006-07-19 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 19:39, A.J.Mechelynck napisał: IMHO, inoremapping / to /C-XC-O might be included as a vim-online tip but definitely not as part of the standard XML/HTML filetype plugins. This is NOT part of xmlcomplete.vim . Just standard response for autoclosing questions. m.

Re: Generic xml omnicomplete

2006-07-18 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 06:23, David Purton napisał: Hi all, I gather that the vim7 xml omnicomplete needs a data file to work - which is fair enough, since you can get all the attributes as well this way. But, how can I get a generic xml omnifunction system where vim will just close

Re: Generic xml omnicomplete

2006-07-18 Thread Mikolaj Machowski
Dnia wtorek, 18 lipca 2006 13:28, A.J.Mechelynck napisał: You can also assing a single-key shortcut for it, e.g. :imap F12 C-XC-O to use F12 instead of Ctrl-X plus Ctrl-O I have swapped CapsLock and left Control and use: imap C-O C-XC-O Exteremely handy :) m.

Re: Gvim for KDE

2006-07-17 Thread Mikolaj Machowski
Dnia poniedziałek, 17 lipca 2006 17:09, Charles E Campbell Jr napisał: As I recall, the vim7 kde port was dropped because there was no maintainer for the port. I'm not a KDE user myself, so I'm not a candidate, but perhaps if you volunteered to do KDE port+maintenance, you might be able to

Re: ANN: VST 1.0 Finally

2006-07-15 Thread Mikolaj Machowski
Dnia czwartek, 13 lipca 2006 13:00, sgp napisał: I installed per provided instructions (WinXP) but when I type :Vst I get a bunch of error messages, mostly undefined variables: g:plinen_rez g:paras_rez g:ptype_rez etc. all of which are initialized in $VIM\vimfiles\autoload\vst\vst.vim but

Re: script installation from remote url

2006-07-13 Thread Mikolaj Machowski
Dnia czwartek, 13 lipca 2006 11:26, Yakov Lerner napisał: If not, then what's the closest existing thing to such :InstallScript functionality ? You have also GetLatestVimScripts. But this is targeted directly to vim-online. m.

Re: Summarising all TODO / FIXMEs

2006-07-08 Thread Mikolaj Machowski
Dnia sobota, 8 lipca 2006 23:58, Preben Randhol napisał: Hi Is there any script for vim which can extract all TODOs, FIXMEs or BUGs from a set of source code files and display them in a window. If one could click on a FIXME/TODO and then jump to the right source code file and line would be

Re: Troubles with cursor()

2006-07-04 Thread Mikolaj Machowski
Dnia wtorek, 4 lipca 2006 04:01, Peter Hodge napisał: Is this a feature or a bug? Looks like a bug. eval.txt explicitly mentions List with *2* or three items. m.

Re: minor feature request: let!

2006-07-02 Thread Mikolaj Machowski
Dnia niedziela, 2 lipca 2006 12:06, Nikolai Weibull napisał: On 7/1/06, justin constantino [EMAIL PROTECTED] wrote: E706: Variable type mismatch As a minor improvement, I think it would be nice if you could do: let foo = one,two,three let! foo = split(foo, ',') I think we should

ANN: VST 1.0 Finally

2006-07-01 Thread Mikolaj Machowski
Hello, Vim7 required. VST is script which makes possible to export text files with simple markup to HTML, LaTeX or HTML S5 presentation format to create even complex documents. Script doesn't require any external dependency and will work on any platform Vim7 is available. VST is Vim only

Matchparen highlight bug?

2006-06-28 Thread Mikolaj Machowski
Hello, Create empty file, enter {}, :new, cursor is in new window but parens are still highlighted. This example isn't extreme but when returning to previous window in many colorschemes it makes hard to notice where cursor is. This chunk fixes that: function RmMH() if

Re: Proposal: New command/feature for quickfix

2006-06-28 Thread Mikolaj Machowski
Dnia środa, 28 czerwca 2006 22:07, Jochen Baier napisał: i think a command like cbefore or croot could be usefull. using this command after a quickfix trip (vimgrep, Doesn't c-o fulfill your request? m.

Re: [BUG] Crash when modifying a:000

2006-06-21 Thread Mikolaj Machowski
Dnia środa, 21 czerwca 2006 11:17, Nikolai Weibull napisał: Something I found some time ago but for some reason forgot to report: function A(...) echo remove(a:000, 0) endfunction call A('a') Confirming for 7.020 gdb output: *** glibc detected *** free(): invalid pointer: 0xbfc099e8 ***

Re: Comments/Additional Notes for scripts

2006-06-19 Thread Mikolaj Machowski
Dnia niedziela, 18 czerwca 2006 22:26, A.J.Mechelynck napisał: The comments section for vimtips is not very reliable (who goes back every day to see if his tips have got a new comment added to them?). Since vim-online scripts (unlike tips) require logging in, if you have a comment you can

Re: feature request: \s in [] in regexp

2006-06-18 Thread Mikolaj Machowski
Dnia niedziela, 18 czerwca 2006 12:00, Yakov Lerner napisał: vim unserstands \t and \n in [] in regexp (as tab and as newline). But \s is not treated as blanks in []. Can you please add treatment of \s as blanks in [] in regexp. I mean, \s is sort of space and Tab, no more complex than that,

Re: Bug with gU and German sharp s?

2006-06-16 Thread Mikolaj Machowski
Dnia piątek, 16 czerwca 2006 16:47, martin kraegeloh napisał: hmm, well ... this is as buggy as the java String.toUpperCase() method ;-) oracle for example does it right and leaves the sharp s as it is - because there is no upper case variant of it. I was thought that capital version of ß

  1   2   >