vim_use
[email protected]

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

Today's most active topics:

* How to unhide same lines in diff mode - 4 new
  http://groups.google.com/group/vim_use/t/8ebb578110f38ddc?hl=en
* Is there some interest in a threadsafe vim ? - 4 new
  http://groups.google.com/group/vim_use/t/7bfdd3e89cc0df78?hl=en
* Help with scripting commands, on a vim-crypted file. - 3 new
  http://groups.google.com/group/vim_use/t/198ca42ca809eea5?hl=en
* strange directory listing using netrw v134 - 3 new
  http://groups.google.com/group/vim_use/t/6fba7d6c13d6472b?hl=en
* Vim is too slow with syntax highlighting - 2 new
  http://groups.google.com/group/vim_use/t/a53076b75f9a4c6d?hl=en




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

Help with scripting commands, on a vim-crypted file. - 3 new
------------------------------------------------------------
...Use --cmd instead of -c. It will take effect before the buffer is loaded. ..
.Use :0r instead of :r. See :help :r | /:0r ~Matt - Sat, Dec 6 2008 1:35 am 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/198ca42ca809eea5?hl=en


How to unhide same lines in diff mode - 4 new
---------------------------------------------
Hi, When I in vimdiff and sometimes want to see those hidden lines marked with
"+nnn lines: ... ...", what do I do? Thanks. - Sat, Dec 6 2008 2:49 am 
4 messages , 3 authors
http://groups.google.com/group/vim_use/t/8ebb578110f38ddc?hl=en


Vim is too slow with syntax highlighting - 2 new
------------------------------------------------
Saluton Tony :) On Fri, 05 Dec 2008 14:10:28 +0100, Tony Mechelynck dixit: ...
I don't know if this applies to xterm, because I use xfce4-terminal and sakura,
 both libvte based, but just in case: I switched back from GVim to console Vim
due to slowness. In my case, console Vim under xfce4-terminal or sakura 
renders characters much more eye-pleasantly and - Sat, Dec 6 2008 3:14 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/a53076b75f9a4c6d?hl=en


Vim as a Manpager - 1 new
-------------------------
... This is a hard one because I don't have any examples to show. The ANSI 
protocol is not trivial. Most terminal emulators do not implement the full 
specification and many have quirks and bugs that can cause the state of the 
screen to get out of sync with what the applications thinks is being displayed.
 Some terminals handle - Sat, Dec 6 2008 6:09 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/d4f60ad23fed294e?hl=en


controlling vim via script or shell - 1 new
-------------------------------------------
Thank you ! - Sat, Dec 6 2008 6:26 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/34679dbd4565dbc3?hl=en


Embedded languages in Vimscript highlighted as error? - 2 new
-------------------------------------------------------------
...[...] ...I had to search for it. First, :help vim<Ctrl-D> showed that there
were many helptags named <filetype>.vim, or probably more exactly <syntax>.vim.
 Examining the (big) list more closely showed that vim.vim was one of them. So
I did :help vim.vim and the needed info was there, half a page below that 
helptag. - Sat, Dec 6 2008 7:12 am 
2 messages , 2 authors
http://groups.google.com/group/vim_use/t/a4e35fd2c0943f03?hl=en


Strange behavior with Key Maps - 1 new
--------------------------------------
...With me it did, but ":map" (with no exclamation mark) doesn't show it 
because it doesn't show any imaps. With ":map!" I saw it, when editing the 
buffer in question of course, since map-<buffer> for non-current buffers are 
never listed. See ":help map-overview" and scroll down as necessary. Best 
regards, - Sat, Dec 6 2008 7:31 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/0da4608c4de2eda5?hl=en


Simple repetition question - 2 new
----------------------------------
...It isn't obvious, because AFAICT there's no pattern atom to search for the 
nth byte throughout the file. You might try the following (untested): function
SeekToByte(byte) let l = byte2line(a:byte) let b = a:byte - line2byte(l) + 1 
call cursor(l, b) endfunction I think the final cursor will be wrong (but in 
the right line) if the - Sat, Dec 6 2008 7:59 am 
2 messages , 1 author
http://groups.google.com/group/vim_use/t/ccb573bb407ecbca?hl=en


strange directory listing using netrw v134 - 3 new
--------------------------------------------------
...You're right -- I've put 135g up on my website with this addressed. Regards,
 Chip Campbell - Sat, Dec 6 2008 8:01 am 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/6fba7d6c13d6472b?hl=en


Is there some interest in a threadsafe vim ? - 4 new
----------------------------------------------------
See my posts at vim-dev. vim is not yet thread safe. I think that i could be 
made thread safe with only some effort. After adding some locks you could run 
python threads in the background and run vim.command(..) without worrying.. 
Maybe this would also result in vim.sendCmd which would'n return anything but 
would'nt block either? - Sat, Dec 6 2008 10:45 am 
4 messages , 2 authors
http://groups.google.com/group/vim_use/t/7bfdd3e89cc0df78?hl=en


Deleting all but selected on a line - 1 new
-------------------------------------------
if you have the text selected in visual mode already, you could simply do dVP.
this will delete the selected text, putting it in the " register, then select 
the whole line, and replace it with the contents of the " register. ... ... --
Christopher Suter - Sat, Dec 6 2008 1:58 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/65df603ad6db67c3?hl=en


Problem with vimwiki - 1 new
----------------------------
... Problem solved with adding to vimrc: filetype plugin on - Sat, Dec 6 2008 
11:54 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/369f122e29fd29c1?hl=en


vim and bash - 1 new
--------------------
...So how do I explicitly set the VIM shell variable? 10x, Yosi - Sun, Dec 7 
2008 2:17 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