vim_use
[email protected]

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

Today's most active topics:

* how can i unregister to VIM group - 12 new
  http://groups.google.com/group/vim_use/t/236bddb893d43d3c?hl=en
* include new line chars in .* - 7 new
  http://groups.google.com/group/vim_use/t/73176642d613105b?hl=en
* :r ! find into tabnew? - 6 new
  http://groups.google.com/group/vim_use/t/f6cb4aab7402a18f?hl=en
* C-LEFT doesn't work under cygwin - 3 new
  http://groups.google.com/group/vim_use/t/44a01f4df5fe93aa?hl=en
* vim and bash - 3 new
  http://groups.google.com/group/vim_use/t/335033578f84a147?hl=en




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

C-LEFT doesn't work under cygwin - 3 new
----------------------------------------
Hello! ...In Insert mode, when I press Ctrl-V first time, the ^ symbol appears.
 The second Ctrl-V results in V char. So multiple Ctrl-V results in ^V^V^V^V^V^
V^V When I press Ctrl-Q nothing appears! - Thurs, Dec 11 2008 1:22 am 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/44a01f4df5fe93aa?hl=en


Whether file is executable or not affects sort order in netrw - 1 new
---------------------------------------------------------------------
On Dec 10, 6:19 pm, Charles Campbell <[email protected]> wrote: ... .
.. ... ... ... ... ... ... If you have the time, fine. If not, I sort of 
figured out what was going on as I wrote the posting: I've added the rules to 
the sort sequence, and the results are good enough for me. (The - Thurs, Dec 
11 2008 4:35 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/67fd9fa8ccc64d20?hl=en


Howto change selected text's color background ? - 1 new
-------------------------------------------------------
...Yes. Txtfmt lets you highlight your plain text documents with 8 colors and 
either 3 or 6 format attributes (bold, underline, italic, and if "long" format
mode is used, standout, reverse and undercurl as well). Caveat: Currently, 
only foreground text color may be set with Txtfmt. I've been intrigued by the 
possibility of adding background color to the - Thurs, Dec 11 2008 4:55 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/a2c7c584526256c3?hl=en


vim and bash - 3 new
--------------------
...I tried that, and then invoked !ls and got the following errors: /bin/bash:
- : invalid option Usage: /bin/bash [GNU long option] [option] ... /bin/bash [
GNU long option] [option] script-file ... GNU long options: --debug --debugger
--dump-po-strings --dump-strings - Thurs, Dec 11 2008 5:54 am 
3 messages , 3 authors
http://groups.google.com/group/vim_use/t/335033578f84a147?hl=en


include new line chars in .* - 7 new
------------------------------------
Thank you Tony and Jürgen, ... This one resulted in no targets being 
identified. --regex-ant=/^[ \t]*<[ \t]*target.*name="([^<"&]+)"\_ .*>/\1/t,
target/i ... The plugin must be handling the RE differently, because the 
backslashes broke the search i.e. no targets were identified with this:--regex-
ant=/^[ \t]*<[ \t]*target.*name="\([^<"&]\+\) ".*>/\1/ - Thurs, Dec 11 2008 6:
03 am 
7 messages , 5 authors
http://groups.google.com/group/vim_use/t/73176642d613105b?hl=en


:r ! find into tabnew? - 6 new
------------------------------
Hi All, I like tabs.. so I do this a lot: :tabnew ./somefile.txt But since I 
work with programming projects, the file I want to open is usually not in the 
whatever dir I am currently editing from, so I have done this a few times too 
in order to find my file: ... Is there any way to combine the two? I.e. use 
the output of a find - Thurs, Dec 11 2008 6:08 am 
6 messages , 3 authors
http://groups.google.com/group/vim_use/t/f6cb4aab7402a18f?hl=en


how can i unregister to VIM group - 12 new
------------------------------------------
On Dec 10, 6:03 am, Albie Janse van Rensburg <[email protected]> wrote: ... 
Not if you read the mailing list through the google groups interface. I would 
suggest that we stop responding "look at the footer" because "the footer" 
isn't there at all on the google groups interface. Either - Thurs, Dec 11 2008
7:58 am 
12 messages , 7 authors
http://groups.google.com/group/vim_use/t/236bddb893d43d3c?hl=en


2 new snippets for add in sh_snippets.vim - 1 new
-------------------------------------------------
exec "Snippet function ".st."functionName".et." (".st.et.")<CR> {<CR>".st.et."<
CR><BS>}<CR>".s t.et exec "Snippet case case ".st."var".et."in""<cr>".st."1 ".
et.") <cr>;;""<cr>".st."2".et.")<cr> ;;" "<cr>*)<cr>;;<cr>esac".st.et - Thurs,
Dec 11 2008 8:27 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/a21de1f26364ee3d?hl=en


opentype fonts with XP cleartype smoothing - 1 new
--------------------------------------------------
Stumbled onto the following while trying to solve problem in same area: [link]
where the author uses the font Consolas downloadable here: [link] - Thurs, Dec
11 2008 9:58 am 
1 message, 1 author
http://groups.google.com/group/vim_use/t/6f076aa77604d5b6?hl=en


effortless adding and removing of features without restarting vim - 1 new
-------------------------------------------------------------------------
I've implemented some advanced kind of filetype handling: You have different 
features (commands, mappings, completion functions) which you want to assign 
to some buffers: Mappings like this can be tagged (eg tag "vim" and "help") 
map <leader>Help :call ShowHelp()<cr> You than add all features belonging to a
tag to the buffer: - Thurs, Dec 11 2008 2:28 pm 
1 message, 1 author
http://groups.google.com/group/vim_use/t/4c7ce49b1b5d99d9?hl=en


syntax highlight using :e command - 3 new
-----------------------------------------
I didn't set any 'runtimepath' or 'rtp' option. And it does get hightlighted 
when opening other type files. On Dec 3, 2:42 pm, Tony Mechelynck <antoine.
[email protected]> wrote: - Thurs, Dec 11 2008 2:33 pm 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/ce493dcfbfea4068?hl=en


Use ctags and taglist plugins for LaTeX - 3 new
-----------------------------------------------
Does anybody know how to configure ctags and taglist plugins for use with 
LaTeX ? - Thurs, Dec 11 2008 1:57 pm 
3 messages , 2 authors
http://groups.google.com/group/vim_use/t/e0cb0885b105e525?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