vim_use
[email protected]

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

Today's most active topics:

* How to change the behavior of '*', when searching string under cursor? - 10 
new
  http://groups.google.com/group/vim_use/t/30bbc647304a16db?hl=en
* Finding a delimiter programmatically - 5 new
  http://groups.google.com/group/vim_use/t/b31b171ddcb69b22?hl=en
* vim use in finland - keyboard/vim-speed relationship - 4 new
  http://groups.google.com/group/vim_use/t/2cb6af4726d6cee7?hl=en
* Hello, how to do? - 3 new
  http://groups.google.com/group/vim_use/t/3ef43d0efc63bd61?hl=en
* Vi mode for Kate - 2 new
  http://groups.google.com/group/vim_use/t/c6b655afe827e408?hl=en




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

Hello, how to do? - 3 new
-------------------------
...Either. [email protected] is the legacy (upward-compatible) name, you know that 
upwards-compatibility rates very high with Bram. Nowadays, it redirects to vim_
[email protected]. Similarly for [email protected] and vim_...@googlegroups.
com etc. One advantage of the new names is that they can be accessed directly 
as Google Groups from the Google interface - Sat, Nov 29 2008 1:54 am 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/3ef43d0efc63bd61?hl=en


Finding a delimiter programmatically - 5 new
--------------------------------------------
...":execute" runs its argument as an ex-command (the colon is unnecessary, 
but, as you can see by starting a command-line with two or more colons, it 
does no harm). In this case your search is run as a naked range, which puts 
the cursor at the start of the line so found. See ":help ...start of the 225th
line. - Sat, Nov 29 2008 2:29 am 
5 messages , 4 authors
http://groups.google.com/group/vim_use/t/b31b171ddcb69b22?hl=en


Setting the status line to something specific... - 1 new
--------------------------------------------------------
...Write a function which returns the name of the current file (if any) when 
viewing a patch. There is not always an "Index:" line, see e.g. Bram's patches
at [link] with filenames 7.2.001 to (at the moment) 7.2.055 Then insert in 
your custom 'statusline' an expression part, for instance - Sat, Nov 29 2008 2:
58 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/da262ffa15afdf0a?hl=en


vim use in finland - keyboard/vim-speed relationship - 4 new
------------------------------------------------------------
...Well, I think it all depends what one would consider "easy". What are 
typical Emacs-like keyboard commands? Ctrl-Shift-Alt-Q Ctrl-Alt-B Shift-Alt-M 
Ctrl-Shift-G maybe? (I don't know Emacs) I wouldn't regard that as "easier" 
than where some special keys are on my Belgian keyboard (backslash between 
left-shift and W, vertical bar on the 1 key, atsign - Sat, Nov 29 2008 4:37 am

4 messages , 3 authors
http://groups.google.com/group/vim_use/t/2cb6af4726d6cee7?hl=en


Vi mode for Kate - 2 new
------------------------
Richard Hartmann, 27.11.2008: ...I still use KDE 3 and I think I'll wait until
Gentoo marks 4.2 stable. I'm curious on Kate's Vi mode, but the only thing I'd
plan to use it is replacing the external GVim in KMail with the Kate KPart. 
Unfortunately this isn't yet possible, because KMail uses an internal editor. -
 Sat, Nov 29 2008 7:23 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/c6b655afe827e408?hl=en


How to change the behavior of '*', when searching string under cursor? - 10 
new
---
Hi, I have perl.vim installed. File::Path Suppose I have the above text in a .
pl file and the cursor is on 'Path'. When I press *, it will search for \<File:
:Path\>. I want vim to search for \<Path\>. Can somebody let me know how to do
it? If the cursor is at the beginning of 'File' and I press 'd' and 'e', - Sat,
 Nov 29 2008 10:11 am 
10 messages , 5 authors
http://groups.google.com/group/vim_use/t/30bbc647304a16db?hl=en


How to get the start line and end line of a folding? - 1 new
------------------------------------------------------------
As title, I want to make a function for foldtext like this: function MY_TeX_
BiBFoldText() let line = getline(v:foldstart, v:foldend) let matchlinea = 
match(line, '^\s*author.*{.*}.*') + 1 let matchlinet = match(line, '^\s*title.*
{.*}.*') + 1 let matcha = substitute(getline(matchlinea) , '^.*{\(.*\)}*.*$', 
'\1', 'g') - Sun, Nov 30 2008 12:52 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/9ba7753b86cfc214?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