Re: Syntastic doesn't use pylintrc

2014-03-06 Thread LCD 47
On 5 March 2014, Tim Johnson t...@akwebsoft.com wrote: 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

Re: Syntastic doesn't use pylintrc

2014-03-06 Thread Tim Johnson
* LCD 47 lcd...@gmail.com [140306 00:59]: .. On 5 March 2014, Tim Johnson t...@akwebsoft.com wrote: :let g:syntastic_python_checker = 'pylint --rcfile=/home/tim/.pylintrc' FWIW, this has never worked. Here's a crazy idea: if everything else fails, consider investing a few minutes in

Re: Syntastic doesn't use pylintrc

2014-03-06 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [140306 07:36]: * LCD 47 lcd...@gmail.com [140306 00:59]: .. On 5 March 2014, Tim Johnson t...@akwebsoft.com wrote: :let g:syntastic_python_checker = 'pylint --rcfile=/home/tim/.pylintrc' FWIW, this has never worked. Here's a crazy idea: if

Re: Syntastic doesn't use pylintrc

2014-03-06 Thread LCD 47
On 6 March 2014, Tim Johnson t...@akwebsoft.com wrote: * LCD 47 lcd...@gmail.com [140306 00:59]: .. On 5 March 2014, Tim Johnson t...@akwebsoft.com wrote: :let g:syntastic_python_checker = 'pylint --rcfile=/home/tim/.pylintrc' FWIW, this has never worked. Here's a crazy idea: if

Need help in figuring out why characters are getting inserted when in Command-mode

2014-03-06 Thread Dan
As of a few weeks ago, when I cursor around using the h-j-k-l keys in Command-mode, I sometimes get Hh, Jj, Kk, Ll inserted into my document. This can also happen when deleting with x or any other keys. I've found one easy way to reproduce this issue: 1.) Type :set ENTER 2.) Hit ENTER again

Need help in figuring out why characters are getting inserted when in Command-mode

2014-03-06 Thread Dan
I'm using MacVim on a new 15 MacBook Pro Retina with Mavericks 10.9.2. When in Command-mode, certain actions can trigger the insertion of characters (e.g. Ll, Kk, Jj, Hh, etc. when cursoring around a document). For example: 1.) Open a document with multiple lines 2.) Type :set RETURN 3.)