Re: Possible bug: cursor jumps to the wrong position when undoing changes?

2015-08-03 Fir de Conversatie Dmytro Konstantinov
After a bit of digging around we managed to confirm that it is, indeed, a bug in vim. It can be replicated with `vim +source [filename]` using the following two tests: 1. [OK] The following test produces the expected result: substitution change is joined to the previous change in the buffer

Re: minor bug in the LogiPat plugin for Vim

2015-08-03 Fir de Conversatie Charles Campbell
LCD 47 wrote: This has been mentioned on StackOverflow: LogiPat sets g:loaded_LogiPat, but checks for loaded_logipat: http://stackoverflow.com/a/31695784 Obvious fix below. Best regards, /lcd diff --git a/runtime/plugin/logiPat.vim b/runtime/plugin/logiPat.vim

Re: Diffed window ruler shows Bot when it should show All

2015-08-03 Fir de Conversatie Justin M. Keyes
On Aug 3, 2015 17:08, Gary Johnson garyj...@spocom.com wrote: When a file of fewer lines than the window height is diffed against a longer file, the shorter file's ruler shows only Bot when all the lines are displayed. It should show All. As an example, start Vim like this. $ vimdiff

Re: [Patch] Python syntax: avoid highlighting attributes as builtins

2015-08-03 Fir de Conversatie Marius Gedminas
On Sat, Aug 01, 2015 at 07:39:47AM -0700, Zvezdan Petkovic wrote: Let’s have others chime in and take a look at this next week. I've been mildly annoyed by 'filter' getting mistakenly highlighted as a builtin in expressions like foo.filter(...) There are packages out there (e.g.

Diffed window ruler shows Bot when it should show All

2015-08-03 Fir de Conversatie Gary Johnson
When a file of fewer lines than the window height is diffed against a longer file, the shorter file's ruler shows only Bot when all the lines are displayed. It should show All. As an example, start Vim like this. $ vimdiff -N -u NONE --cmd 'set ruler' (seq 21 30) (seq 50) The cursor will