Re: Progressive highlight while typing - incsearch

2014-03-05 Thread Benji Fisher
On Tue, Mar 4, 2014 at 7:35 PM, Jan Larres li...@majutsushi.net wrote:

 Albatossable alex.da...@gmail.com:
  Il giorno sabato 1 marzo 2014 21:51:50 UTC+1, Albatossable ha scritto:
  Is it possible to highlight all occurences found during incremental
  search while still typing (i.e. as after pressing Enter)?
  Strangely, I haven't found anywhere a solution, while most of the
  modern editors I know have this feature.
 
  is it possible to highlight all occurences found during incremental
  search _WHILE STILL TYPING_?

 EasyMotion can do that:
 https://github.com/Lokaltog/vim-easymotion

 -Jan


You might try looking at word_complete.vim:
http://www.vim.org/scripts/script.php?script_id=73 .  Some people actually
use it, but I wrote it as a proof of concept.  As such, it might serve as a
starting point if you want to do something else while still typing.

-- 
Benji Fisher

-- 
-- 
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 this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Syntastic doesn't use pylintrc

2014-03-05 Thread Tim Johnson
Using vim 7.3 on OSX 10.7

I have installed the syntastic plugin.

For checking syntax for python files, I have the following
.pylintrc:

[DESIGN]

max-branchs = 20

max-args = 14

max-attributes = 14

max-locals = 35

[MESSAGES CONTROL]
disable-msg=W0142,R0903

*none* of these settings seem to be read, since I am still 
getting messages about any of the settings
My vim configuration is :
:let g:syntastic_python_checker = 'pylint --rcfile=/home/tim/.pylintrc'

How else can I enable the pylintrc settings?

thanks
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
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 this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Syntastic doesn't use pylintrc

2014-03-05 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [140305 13:42]:
 Using vim 7.3 on OSX 10.7
 
 I have installed the syntastic plugin.
 
 For checking syntax for python files, I have the following
 .pylintrc:
 
 [DESIGN]
 
 max-branchs = 20
 
 max-args = 14
 
 max-attributes = 14
 
 max-locals = 35
 
 [MESSAGES CONTROL]
 disable-msg=W0142,R0903
 
 *none* of these settings seem to be read, since I am still 
 getting messages about any of the settings
 My vim configuration is :
 :let g:syntastic_python_checker = 'pylint --rcfile=/home/tim/.pylintrc'
 
 How else can I enable the pylintrc settings?
  For some settings, the following is working:
  :let g:syntastic_python_pylint_rcfile='/home/tim/.pylintrc'
  *but* disabling W0124 does not get rid of the 'star-args' warning.
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com

-- 
-- 
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 this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Vim redraw issue in Xubuntu 13.10 (running inside VMWare Workstation 10)

2014-03-05 Thread mrh5937
Hello friends,

Did you ever resolve your display issue? I've been having similar issues with 
text not rendering when scrolling and on opening new windows on Lubuntu 13.10 
with LXDE on VMware Player 6.0.1. I tried compiling from source checked out at 
tag v7-3-367, based on Ken's comments below about reverting patch patch 
7.3.638, and that appears to have fixed it for me.  

Thanks,
Mike.


On Monday, December 30, 2013 1:36:19 PM UTC-8, Some Developer wrote:
 On 30/12/2013 16:34, Ken Takata wrote:
 
  Hi,
 
 
 
  2013/12/30 Mon 11:26:45 UTC+9 Some Developer wrote:
 
  It still happens when using gvim -u NONE.
 
 
 
  Steps to reproduce are easy. Load an HTML file with gvim, enter insert
 
  mode and press return a few times in the middle of the file to add new
 
  lines. After 2 or 3 new lines have been added the cursor starts
 
  overwriting text underneath rather than adding new lines. Exiting out of
 
  insert mode and pressing Ctrl-R to refresh the screen redraws everything
 
  and the file looks correct again. Do some more editing in insert mode
 
  and it screws up again until Ctrl-R is pressed again.
 
 
 
  I have a feeling this has something to do with GTK+ rather than Vim
 
  since the command line version works perfectly with the same file.
 
 
 
  I think this is related to the following item from the todo.txt:
 
 
 
 Problem caused by patch 7.3.638: window-open does not update window
 
 correctly. Issue 91.
 
 
 
  How about reverting the patch 7.3.638?
 
 
 
  Regards,
 
  Ken Takata
 
 
 
 
 
 Ah, good catch. Thanks. I'll have a go when I next have some free time 
 
 to play around with this.

-- 
-- 
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 this message because you are subscribed to the Google Groups 
vim_use group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.