... Neat! attached is a mod with backslash/39;ff'-bugs fixed and simpler notation, shorter gen'd patterns and preparation for multi-char items, otherwise no...
63037
Christian Brabandt
cblists@...
Nov 1, 2011 5:23 pm
... I think this is intentionally and no bug. bufnr() is not expected to resolve those special variables. regards, Christian -- You received this message from...
63038
Ernie Rael
err@...
Nov 1, 2011 6:05 pm
... Thanks Christian and Andy. I'm on vacation now, won't be giving this any play until after next week. But it looks like some pros are working it over. ...
63039
LHB Jr
lhb.jr@...
Nov 1, 2011 6:35 pm
... for ... CursorLine ... xxxx ... I got the above email from a satisfied 'customer39;. He was kind enough to include some positive feedback and a png...
63040
mattn
mattn.jp@...
Nov 1, 2011 9:06 pm
Hi. When set autocmd InsertCharPre like following, It should work with all key typings to insert 'f' at all. autocmd InsertCharPre * let v:char = 'f' But...
63041
Christian Brabandt
cblists@...
Nov 1, 2011 10:57 pm
Hi Andy! ... Nice. Here is your version extended by not replacing inside collations. regards, Christian -- -- You received this message from the "vim_dev"...
63042
Ben Fritz
fritzophrenic@...
Nov 2, 2011 2:37 pm
... A much better place would be the user-specific file instead of the system-wide one, which additionally could get overwritten with every new Vim install. Go...
63043
Thilo Six
T.Six@...
Nov 2, 2011 6:02 pm
Hello Bram, hello Vimmers, just read: Vim's 20th anniversary ...
63044
zrth
detrith@...
Nov 2, 2011 7:03 pm
Hello, If I use "vat" with the cursor on <list> it selects the "root" element instead of "list". The same goes for "it". It selects the contents of "root" and...
63045
James McCoy
jamessan@...
Nov 2, 2011 7:13 pm
... This was fixed in patch 7.3.331: changeset: 3290:4b8c614c1c91 tag: v7-3-331 user: Bram Moolenaar <bram@...> date: Tue Oct 04...
63046
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2011 8:34 pm
... Maybe something related was fixed in 7.3.331, but I can reproduce _this_ problem in 7.3.353 (see :version heading at bottom of this post). In addition, if...
63047
James McCoy
jamessan@...
Nov 2, 2011 8:44 pm
On Wed, Nov 2, 2011 at 4:33 PM, Tony Mechelynck ... Ah, you're right. I should've double checked first. ... That seems to be documented at ":help tag-blocks"....
63048
Tony Mechelynck
antoine.mechelynck@...
Nov 2, 2011 8:55 pm
... My concern was not that it extended exclusive - inclusive - exclusive etc., but that it missed the <list> and </list> tags completely, halting on neither...
63049
James McCoy
jamessan@...
Nov 3, 2011 4:13 am
Since the urxvt mouse handling was added, certain actions in Vim would cause the mouse to get disabled even all the setting still indicated it should be...
63050
Дмитрий ...
dimon.frank@...
Nov 3, 2011 4:55 am
... i tried to use these variables, but there's anyway some troubles. when gvim is opened in my secondary monitor and it is maximized, command ":winpos"...
63051
Дмитрий ...
dimon.frank@...
Nov 3, 2011 4:58 am
ok, thanks 1 ÎÏÑÂÒÑ 2011 Ç. 21:22 ÐÏÌØÚÏ×ÁÔÅØ Christian Brabandt ... -- You received this message from the "vim_dev" maillist. Do not...
63052
Tony Mechelynck
antoine.mechelynck@...
Nov 3, 2011 7:10 am
... Hmm, IIUC Vim doesn't know about multiple monitors, or about the fact that negative coordinates might be meaningful: so when it moves or resizes the Vim...
63053
Дмитрий ...
dimon.frank@...
Nov 3, 2011 7:19 am
3 ÎÏÑÂÒÑ 2011 Ç. 11:09 ÐÏÌØÚÏ×ÁÔÅØ Tony Mechelynck < ... But could you please change this behaviour? Personally i need to make my * right*...
63054
Дмитрий ...
dimon.frank@...
Nov 3, 2011 7:23 am
3 ÎÏÑÂÒÑ 2011 Ç. 11:18 ÐÏÌØÚÏ×ÁÔÅØ äÍÉÔÒÉÊ æÒÁÎË ... now this isn't legal to use bang ( :winpos! ), so, maybe, the better way ...
63055
Ingo Karkat
swdev@...
Nov 3, 2011 1:18 pm
... Isn't that mostly a matter of documenting it? I, for one, would appreciate the possibility to "remap" the keys in the special "pumvisible" mode (e.g. the...
63056
Taylor Hedberg
tmhedberg@...
Nov 3, 2011 1:58 pm
I noticed that problem myself, but it went away when I set ttymouse=urxvt rather than its default (in urxvt), which is xterm2. Not that your patch isn't...
63057
Walt Elam
wrelam@...
Nov 3, 2011 4:00 pm
2011/11/3 äÍÉÔÒÉÊ æÒÁÎË <dimon.frank@...> ... way? Instead of a negative value try using the equivalent positive value. Also, the y axis...
63058
James McCoy
jamessan@...
Nov 3, 2011 9:43 pm
... The problem my patch is addressing is ensuring the mouse is still usable when 'ttymouse39; is set to something other than xterm/xterm2 (which are correct...
63059
Axel
axel.bender@...
Nov 4, 2011 10:37 am
This error still appears in 7.3-353. Any plans for a fix? -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the...
63060
guotuofeng@...
Nov 4, 2011 11:33 am
Happy birthday. ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
63061
Yukihiro Nakadaira
yukihiro.nakadaira@...
Nov 4, 2011 1:11 pm
For --remote, files are opened with :drop command on remote vim. And :drop command removes backslash followed by special character. This behavior also occur...
63062
Axel
axel.bender@...
Nov 4, 2011 2:13 pm
Thanks Yukihiro, that solved it! Best regards -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are...
63063
bjrn
bjorn.winckler@...
Nov 5, 2011 12:40 pm
Hi, The Python interface on Mac OS X 10.7 Lion crashes Vim reliably when issuing (see backtrace below) ... The crash happens inside Python and it only happens...
63064
Christian Brabandt
cblists@...
Nov 5, 2011 1:22 pm
Hi Bram, I just noticed there is an error when using :g command with folded lines. take this file: #v+ ~$ cat vim_bug.txt 1 1 2 2 1 1 1 1 vim:fdm=expr fdl=0...
63065
P.L. Francisco Javier
fco.plj@...
Nov 7, 2011 3:59 am
Input()/Inputdialog() show repetive information at startup, the following ... if !isdirectory(expand(expand("~/.vim/bundle/vundle/.git/"))) call inputsave() if...