Re: Search in selection - difference in behaviour between ':s' and '/' (or ':/')

2015-08-18 Thread Paul Isambert
Le mardi 18 août 2015 à 03:05, trismarck a écrit: This is based on: http://vim.wikia.com/wiki/Search_and_replace_in_a_visual_selection and was supposed not to be about \%V, which just works. Lets suppose that one does the following: - V, select a few lines - ':', followed by either 's' or

RE: displaying ^M carriage returns in a file, like the 'old' vi used to do

2015-08-18 Thread John Beckett
So, the question has been raised, and I'm posting it to this group. Is there a simple method, in vim, of displaying ^M carriage return characters as a precaution or test when their presence in a file can be detrimental, if not catastrophic? There is some good information at:

Re: netrw 'qb' starts recoding macro

2015-08-18 Thread wolfv
On Sunday, August 16, 2015 at 9:12:18 PM UTC-6, wolfv wrote: From netrw normal mode, I type 'qb' to list bookmarks. Sometimes 'qb' will list bookmarks as intended. But usually the 'q' just starts recording a macro. Is there a setting to make 'q' always list bookmarks from netrw normal mode?

aligning comments; struggle with determination whether quote is part of command or not

2015-08-18 Thread taschentuch
Hello, i want to align all those vim comments, which are not the first non-whitespace character on the line and also not part of an command, etc. Example: aligns all quotes which are not the first character at the beginning of the line nnoremap Leadera1 :Tabularize /^\@! CR

Re: aligning comments; struggle with determination whether quote is part of command or not

2015-08-18 Thread Paul Isambert
i want to align all those vim comments, which are not the first non-whitespace character on the line and also not part of an command, etc. Example: aligns all quotes which are not the first character at the beginning of the line nnoremap Leadera1 :Tabularize /^\@! CR nnoremap

Vim is moving from Google Code to Github

2015-08-18 Thread Bram Moolenaar
Hello Vim users, If you never use the Mercurial repository or deal with issues, you can stop reading now. Google Code is shutting down, the Vim project is being moved to Github. While this is happening, no changes are to be made. Especially, don't add new issues or edit existing issues. These

Re: Vim is moving from Google Code to Github

2015-08-18 Thread Quan Chau
I'm really happy with this change. But are you guys moving to git to replace mercurial? -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received

Re: displaying ^M carriage returns in a file, like the 'old' vi used to do

2015-08-18 Thread bigfootnlc
On Monday, August 17, 2015 at 12:55:57 PM UTC-5, ZyX wrote: 2015-08-17 20:54 GMT+03:00 Nikolay Pavlov zyx@gmail.com: 2015-08-17 20:34 GMT+03:00 bigfoot...@gmail.com: Greetings: I'm certain there are multiple ways this question has already been answered, between the lines, in

Re: displaying ^M carriage returns in a file, like the 'old' vi used to do

2015-08-18 Thread bigfootnlc
On Tuesday, August 18, 2015 at 2:15:32 AM UTC-5, JohnBeckett wrote: So, the question has been raised, and I'm posting it to this group. Is there a simple method, in vim, of displaying ^M carriage return characters as a precaution or test when their presence in a file can be detrimental,