vim_use
[email protected]

http://groups.google.com/group/vim_use?hl=en

Today's most active topics:

* stable algorithm with complexity O(n) - 11 new
  http://groups.google.com/group/vim_use/t/1f0fc1a1dbf64119?hl=en
* Global substitute - 6 new
  http://groups.google.com/group/vim_use/t/1e0a5e0be42949f5?hl=en
* for key : value in dict loop ? - 4 new
  http://groups.google.com/group/vim_use/t/3e8bd35c280f5684?hl=en
* help - 3 new
  http://groups.google.com/group/vim_use/t/74c7ef1517d6c084?hl=en
* Use ctags and taglist plugins for LaTeX - 3 new
  http://groups.google.com/group/vim_use/t/e0cb0885b105e525?hl=en




Active Topics
-------------

help - 3 new
------------
On Sat, 13 Dec 2008 04:36:56 GMT ...Ahhh. So now i know why your mail client 
destroys threads and you don't bother... ;) - Fri, Dec 12 2008 8:44 pm 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/74c7ef1517d6c084?hl=en


for key : value in dict loop ? - 4 new
--------------------------------------
Does vimscript prodive something like this? Right now I keep writing this 
instead: let loaded = config#GetG('tovl#plugins#load ed') for pkey in loaded 
let value = loaded[key] " .... endfor which is much more verbose than 
something like PHP can do for pkey : value in config#GetG('tovl#plugins#load 
ed') - Sat, Dec 13 2008 7:15 am 
4 messages , 3 authors
http://groups.google.com/group/vim_use/t/3e8bd35c280f5684?hl=en


Use ctags and taglist plugins for LaTeX - 3 new
-----------------------------------------------
...I am the maintainer and author of a few of the Exuberant Tags parsers. I 
know nothing about Latex, but I did look briefly at this page: [link] If 
someone could provide a small (but useful) Tex program and indicate which tags
should be identified, and the rules by which to identify - Sat, Dec 13 2008 8:
53 am 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/e0cb0885b105e525?hl=en


stable algorithm with complexity O(n) - 11 new
----------------------------------------------
Hi guys, i am really sorry for making offtopic, hope you will not kill me, but
this is for me life important problem which needs to be solved within next 12 
hours.. I have to create stable algorithm for sorting n numbers from interval [
1,n^2] with time complexity O(n) . Can someone please give me a hint. Would be
very very thankful! - Sat, Dec 13 2008 10:25 am 
11 messages , 8 authors
http://groups.google.com/group/vim_use/t/1f0fc1a1dbf64119?hl=en


ANNOUNCE: TOVL - 2 new
----------------------
Hallo Marc, thanks for your effort and your extra private mail. I do agree 
very much with you, that the current state of plugins in VIM is horrible at 
least, but I don't think that your proposed solution is the right one. 1. 
Distributions have their own package management system and their way of 
shipping vim plugins[1]. And I prefer very much to use the package - Sat, Dec 
13 2008 11:44 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/f0736a45908950c4?hl=en


getting more information about numbered functions in traces? - 1 new
--------------------------------------------------------------------
Is it possible to get more information about numbered functions than just 
function('34') ? I mean a trace like this: theonevimlibsetup#Setup..tovl# 
plugin_management#UpdatePlugin s..library#Call..13..12..43 doesn't say that 
much. It would help very much to get at least a list of function arguments? 
Unfortunately you can't just get that function by - Sat, Dec 13 2008 9:49 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/063f4de4d7afd900?hl=en


fuzzyfinder - 2 new
-------------------
I have downloaded the latest version of fuzzyfinder (2.16). I am using vim 7.2.
 When fuzzyfinder loads, it reports a lot of errors, about incorrect number of
arguments to functions and such, and fails miserably. I have searched and 
found similar errors were reported initially on the release of vim 7.2 for 
fuzzyfinder, but my version of fuzzyfinder - Sat, Dec 13 2008 7:40 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/684ee485e891d1bd?hl=en


Global substitute - 6 new
-------------------------
Hi All, I am having trouble getting this global find and replace to work: ... 
Simply, it is only replacing the first instance on each line.. can anyone 
guide me as to what I am doing wrong? Thanks for any assistance! Rob - Sat, 
Dec 13 2008 4:22 pm 
6 messages , 4 authors
http://groups.google.com/group/vim_use/t/1e0a5e0be42949f5?hl=en


Auto-format with ReStructuredText does not handle headings correctly - 1 new
----------------------------------------------------------------------------
...Sorry, I don't know. However, you might be interested in the related: [link]
 John - Sat, Dec 13 2008 6:52 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/14487e8d9f647231?hl=en


yaml syntax highlighting flaws - 2 new
--------------------------------------
YAML syntax highlighting gets messed up when there are string values with HTML
tags. This throws off all the colors from that point onward. Does anyone know 
an easy way to stop HTML from triggering color changes? - Sat, Dec 13 2008 7:
37 pm 
2 messages , 1 author
http://groups.google.com/group/vim_use/t/8946e8256f6cdb23?hl=en


ls |vim -c "..." freezes Windows Command Prompt - 3 new
-------------------------------------------------------
Hey, I've just discovered this amazing thing where I can call vim from the 
Windows Command Prompt and execute a command directly with the -c flag, which 
makes a certain C program I'm trying to write easier. But I've also discovered
that when I do this from the command prompt myself (i.e. not from a program), 
and when I pipe input from the - Sat, Dec 13 2008 11:49 pm 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/951cba0abd19562b?hl=en


The display problem of my gvim - 2 new
--------------------------------------
Hi, Please see the attachment to understand what's happening. Such wrong 
character rendering happens: * when I insert some character before other 
characters. * when I am in command mode, the flashing cursor will fuss the 
character it is on. But this happens only on first flash, the flashes after 
won't fuss - Sat, Dec 13 2008 10:40 pm 
2 messages , 1 author
http://groups.google.com/group/vim_use/t/42c2b74a63b49c2d?hl=en


vim and bash - 1 new
--------------------
Following your responses I was able to make VIM recognize my bash aliases - a 
huge time saver. Thank you guys! Yosi ... - Sun, Dec 14 2008 2:00 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/335033578f84a147?hl=en



==============================================================================

You received this message because you are subscribed to the Google
Groups "vim_use" group.

To post to this group, send email to [email protected] or
visit http://groups.google.com/group/vim_use?hl=en

To unsubscribe from this group, send email to
[email protected]

To change the way you get mail from this group, visit:
http://groups.google.com/group/vim_use/subscribe?hl=en

To report abuse, send email explaining the problem to [email protected]

==============================================================================
Google Groups: http://groups.google.com/?hl=en

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

Reply via email to