Re: colorcolumn and foldtext

2015-03-06 Thread Carlos Pita
Maybe the solution is not to force filling the fold line all the way to the right margin but to make it the length of the string foldtext() returned. Something like an empty fillchar (which is currently impossible AFAIK) would do the trick while still allowing for the current behaviour in a

Re: Bug: (was vimscripting problem w/tabs and expanding width w/numbering option)

2015-03-06 Thread Linda W
Christian Brabandt wrote: That looks strange indeed. I would suggest to postpone the resizing until Vim has started up completely. Since there are some checks in the Code that postpone processing, if Vim is starting. How do I do that in a gvimrc? Also you might want to consider to

Re: colorcolumn and foldtext

2015-03-06 Thread Carlos Pita
Hi Bram, The idea of 'colorcolumn' is that it applies to the text. So you can align items or make sure they are in a certain column. I don't see how that is useful in a folded region. I would think it makes the closed fold look odd. I have the idea that the closed fold is above the text

Re: gvim not showing unicode Devanagari - Hindi text

2015-03-06 Thread BaRud
Hi, Indic fonts have problem in [g]vim. See this topic https://groups.google.com/forum/#!topic/vim_use/1xxXI_LjdQs -- -- 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

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread boB Stepp
On Fri, Mar 6, 2015 at 11:12 AM, boB Stepp robertvst...@gmail.com wrote: I am not seeing anything in the help that I am seeing as a solution to my dilemma. I guess I am going to bite the bullet, uninstall Vim and reinstall it. Perhaps during installation it will see that there is no Python 2

update local plugin that is not yet committed using vundle

2015-03-06 Thread BaRud
Hi, I am trying to update a the bundle(Vundle) for a plugin lives locally in my machine. But it seems bundle update does not work until that is committed (very fair for git). But then, to update my plugin, my workflow is write-commit-PluginUpdate-if it works, fine- else in local file, git

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread boB Stepp
On Fri, Mar 6, 2015 at 1:05 AM, Christian Brabandt cbli...@256bit.org wrote: Hi boB! On Fr, 06 Mär 2015, boB Stepp wrote: I am very new to Vim and am in the process of setting up Vim for use as my Python 3 editing environment as I continue to work on learning Python. I thought it would be

Re: SyncEdit plugin wanted

2015-03-06 Thread Ethan Hereth
Good morning Erop, On Fri, Mar 6, 2015 at 6:33 AM, Christian Brabandt cbli...@256bit.org wrote: Hi Егор! On Fr, 06 Mär 2015, Егор wrote: Is there a plugin that allows to do something like on attached gif? I found it on lazarus. Allows to select text and change all words in selected

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread Ben Fritz
On Friday, March 6, 2015 at 9:35:25 AM UTC-6, boB Stepp wrote: On Fri, Mar 6, 2015 at 1:05 AM, Christian Brabandt cbli...@256bit.org wrote: Hi boB! On Fr, 06 Mär 2015, boB Stepp wrote: I am very new to Vim and am in the process of setting up Vim for use as my Python 3 editing

Re: Vim completion using reverse engineering Eclipse

2015-03-06 Thread David Fishburn
On Tue, Mar 3, 2015 at 4:42 PM, Marc Weber marco-owe...@gmx.de wrote: Excerpts from David Fishburn's message of Tue Mar 03 21:22:47 + 2015: I am hoping someone on this list has a passing familiarity with Eclipse. Lookup eclim.org project I had looked into eclim at one point before but

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread boB Stepp
On Fri, Mar 6, 2015 at 10:48 AM, Ben Fritz fritzophre...@gmail.com wrote: On Friday, March 6, 2015 at 10:26:59 AM UTC-6, boB Stepp wrote: On Fri, Mar 6, 2015 at 9:50 AM, Ben Fritz fritzophre...@gmail.com wrote: On Friday, March 6, 2015 at 9:47:03 AM UTC-6, Ben Fritz wrote: On Friday, March

Fwd: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread boB Stepp
On Fri, Mar 6, 2015 at 9:50 AM, Ben Fritz fritzophre...@gmail.com wrote: On Friday, March 6, 2015 at 9:47:03 AM UTC-6, Ben Fritz wrote: On Friday, March 6, 2015 at 9:35:25 AM UTC-6, boB Stepp wrote: On Fri, Mar 6, 2015 at 1:05 AM, Christian Brabandt cbli...@256bit.org wrote: Hi boB!

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread Ben Fritz
On Friday, March 6, 2015 at 9:47:03 AM UTC-6, Ben Fritz wrote: On Friday, March 6, 2015 at 9:35:25 AM UTC-6, boB Stepp wrote: On Fri, Mar 6, 2015 at 1:05 AM, Christian Brabandt cbli...@256bit.org wrote: Hi boB! On Fr, 06 Mär 2015, boB Stepp wrote: I am very new to Vim and am

Re: Netrw sorting of punctuations in file names

2015-03-06 Thread Charles Campbell
Paul wrote: I'm noticing that netrw v149 lists files sorted by name in the following order: 20140220.1112+20140224.1416.zip* 20140220.1112.zip* In contrast, bash and Windows Explorer lists the files in the reverse order: 20140220.1112.zip* 20140220.1112+20140224.1416.zip*

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread Ben Fritz
On Friday, March 6, 2015 at 10:26:59 AM UTC-6, boB Stepp wrote: On Fri, Mar 6, 2015 at 9:50 AM, Ben Fritz fritzophre...@gmail.com wrote: On Friday, March 6, 2015 at 9:47:03 AM UTC-6, Ben Fritz wrote: On Friday, March 6, 2015 at 9:35:25 AM UTC-6, boB Stepp wrote: On Fri, Mar 6, 2015 at 1:05

Sort by file extension in netrw?

2015-03-06 Thread Ben Fritz
Is it possible to sort by file extension in netrw? I cycled the sort sequence with 's' in my netrw tree and was surprised to see by extension is not in the various sort methods. Only name, time, and size. I looked in the help found the g:netrw_sort_sequence but that just looks like a way to

conversion file pattern - regex pattern

2015-03-06 Thread Enno
To check if a file path 'path' matches backupskip, the naive try path ~=# backupskip does not work because backupskip is a file pattern as used for autocmd events. Is there a function 'file2regex()' that converts backupskip to a Vim regex pattern so that path ~=# file2regex(backupskip) is

Re: Bug? (was vimscripting problem w/tabs and expanding width w/numbering option)

2015-03-06 Thread Linda W
Christian Brabandt wrote: I haven't followed closely. Can you please provide a clear example that exhibits the wrong behaviour when starting from gvim -u myfile -N and also explain what you expect and what you see instead? Best, Christian In myvimrc add: func! SetNumberAndWidth() set number

Re: SyncEdit plugin wanted

2015-03-06 Thread Christian Brabandt
Hi Егор! On Fr, 06 Mär 2015, Егор wrote: Is there a plugin that allows to do something like on attached gif? I found it on lazarus. Allows to select text and change all words in selected area. Looks like the multiple cursor feature: https://github.com/terryma/vim-multiple-cursors Best,

Re: gvim not showing unicode Devanagari - Hindi text

2015-03-06 Thread Linda W
V S Rawat wrote: My gvim, vim 7.4 on w8 is not showing unicode Devanagari - Hindi text. What to do? Use the Cygwin version. I just tried the Siddhanta font: Info: Siddhanta font by Mihail Bayaryn is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License -

Re: Sort by file extension in netrw?

2015-03-06 Thread Charles Campbell
Ben Fritz wrote: Is it possible to sort by file extension in netrw? I cycled the sort sequence with 's' in my netrw tree and was surprised to see by extension is not in the various sort methods. Only name, time, and size. I looked in the help found the g:netrw_sort_sequence but that just

Re: Search pattern while excluding some words

2015-03-06 Thread Tim Chase
On 2015-03-06 15:30, John Cordes wrote: in vim and search for surnames which may have remained embedded within a paragraph; I use /[A-Z]\{4,\} for this (ignoring the occasional 3 letter surname). Here's my question: while running this search on 4 or more uppercase characters, I

Re: Search pattern while excluding some words

2015-03-06 Thread John Cordes
On Fri, Mar 06, 2015 at 02:58:41PM -0500, Charles Campbell wrote: John Cordes wrote: Here's my question: while running this search on 4 or more uppercase characters, I would like to be able to skip past (ignore) certain commonly occurring 'words' such as RCMP, QEII, SPCA and such. I want

Search pattern while excluding some words

2015-03-06 Thread John Cordes
First a small bit of background. I have created a little bash script which runs pdftotext on a PDF file (containing obituaries, with surnames in upper-case), then invokes vim commands to massage the resulting text file, basically to break the file into paragraphs. I then open the resulting text

Re: Search pattern while excluding some words

2015-03-06 Thread Charles Campbell
John Cordes wrote: First a small bit of background. I have created a little bash script which runs pdftotext on a PDF file (containing obituaries, with surnames in upper-case), then invokes vim commands to massage the resulting text file, basically to break the file into paragraphs. I

Re: Search pattern while excluding some words

2015-03-06 Thread Paul Isambert
Le vendredi 06 mars 2015 à 08:30, John Cordes a écrit: First a small bit of background. I have created a little bash script which runs pdftotext on a PDF file (containing obituaries, with surnames in upper-case), then invokes vim commands to massage the resulting text file, basically to

Re: Search pattern while excluding some words

2015-03-06 Thread John Cordes
On Fri, Mar 06, 2015 at 01:48:01PM -0600, Tim Chase wrote: On 2015-03-06 15:30, John Cordes wrote: Try /\(RCMP\|QEII\|SPCA\)\@![A-Z]\{4,} The \(...\) groups alternatives of things you don't want, and the \@! asserts that it can't match at the start. It does have some edge cases like

Re: Search pattern while excluding some words

2015-03-06 Thread John Cordes
On Fri, Mar 06, 2015 at 03:19:25PM -0600, Tim Chase wrote: On 2015-03-06 15:59, John Cordes wrote: I had looked at the \@! construction a bit (obviously not thoroughly enough) but had thought it would only exclude those 'words' if they were *immediately* followed by the search pattern. So

Re: colorcolumn and foldtext

2015-03-06 Thread Christian Brabandt
Bram, On Fr, 06 Mär 2015, Christian Brabandt wrote: On Do, 05 Mär 2015, Carlos Pita wrote: Hi all, is there any way to force the color column to show above a fold header? I tried: highlight Folded cterm=none ctermbg=none and highlight clear Folded to no avail.

Re: Search pattern while excluding some words

2015-03-06 Thread John Cordes
On Fri, Mar 06, 2015 at 09:08:40PM +0100, Paul Isambert wrote: Le vendredi 06 mars 2015 à 08:30, John Cordes a écrit: First a small bit of background. I have created a little bash script which runs pdftotext on a PDF file (containing obituaries, with surnames in upper-case), then invokes

Re: Bug? (was vimscripting problem w/tabs and expanding width w/numbering option)

2015-03-06 Thread Christian Brabandt
Hi Linda! On Fr, 06 Mär 2015, Linda W wrote: Christian Brabandt wrote: I haven't followed closely. Can you please provide a clear example that exhibits the wrong behaviour when starting from gvim -u myfile -N and also explain what you expect and what you see instead? Best, Christian In

Re: Search pattern while excluding some words

2015-03-06 Thread Tim Chase
On 2015-03-06 15:59, John Cordes wrote: I had looked at the \@! construction a bit (obviously not thoroughly enough) but had thought it would only exclude those 'words' if they were *immediately* followed by the search pattern. So I thought it would skip past something like this: SPCATUVW --

Re: colorcolumn and foldtext

2015-03-06 Thread Bram Moolenaar
Christian wrote: Bram, On Fr, 06 Mär 2015, Christian Brabandt wrote: On Do, 05 Mär 2015, Carlos Pita wrote: Hi all, is there any way to force the color column to show above a fold header? I tried: highlight Folded cterm=none ctermbg=none and

Re: Unable to get omnicomplete to work for Python 3.4.3.

2015-03-06 Thread boB Stepp
On Fri, Mar 6, 2015 at 8:00 PM, boB Stepp robertvst...@gmail.com wrote: On Fri, Mar 6, 2015 at 11:12 AM, boB Stepp robertvst...@gmail.com wrote: I am not seeing anything in the help that I am seeing as a solution to my dilemma. I guess I am going to bite the bullet, uninstall Vim and