... Fixed. ... Actually after my first patch "print" doesn't print at all. Sorry for inconvenience, I should have tested this first. Please look at the second...
66128
Maxim Philippov
philippovmi@...
Aug 18, 2012 1:05 am
... Though this scripts are useful, I think typing ":py 2+2" is more fluent (and maybe more lightweight) than ":PyInteractiveEval 2+2" or running full REPL...
66129
Jon Long
jonlong@...
Aug 19, 2012 4:34 am
I recently encountered the issue described below, namely that vim always redraws the previous character when using utf8 starting with version 7.1.329. The...
66130
Bram Moolenaar
Bram@...
Aug 19, 2012 10:28 am
... Thanks for the patch. You drop the "cols > 1" condition, was that intentional? -- Place mark here ->[ ]<- if you want a dirty monitor. /// Bram Moolenaar...
66131
vim@...
Aug 19, 2012 12:58 pm
Comment #2 on issue 48 by chrisbr...@...: E490 foldopen error can’t be caught http://code.google.com/p/vim/issues/detail?id=48 Bram, the problem is,...
66132
Roland Puntaier
roland.puntaier@...
Aug 19, 2012 7:28 pm
... A macro like py3<<EOL def python_with_print(*args): global py_res py_res=None try: eval(compile('py_res='+' '.join(args),'<string>','exec'),globals()) ...
66133
Jon Long
jonlong@...
Aug 19, 2012 7:29 pm
... Yes. The call to mb_off2cells (which is actually utf_off2cells in this case) checks the equivalent condition off_from + 1 < off_from + cols. Jon Long -- ...
66134
Christoffer Dall
cdall@...
Aug 19, 2012 7:55 pm
On Thu, Aug 16, 2012 at 10:58 PM, Christoffer Dall ... Hi again, I've tried testing with two other fonts and I still see the behavior. My feeling is that it's...
66135
Maxim Philippov
philippovmi@...
Aug 20, 2012 9:02 am
... It's a nice hack, but, in my opinion, in C it looks more natural (or even simpler). If it makes sense for Py macro, it should make sense for py command. As...
66136
skeept
skeept@...
Aug 20, 2012 2:41 pm
... I think this only makes sense if there is an option that allows to enable/disable it by default, say pythonverbose with the default value being disabled. ...
66137
Maxim Philippov
philippovmi@...
Aug 20, 2012 3:37 pm
... But why not be a bit more verbose out of the box? I mean I could have just used one of the plugins listed by Vlad or script written by Roland, I admit...
66138
Charles E Campbell Jr
drchip@...
Aug 21, 2012 1:43 am
... Hello! Patch #633 appears to be missing from ftp://ftp.home.vim.org/ ... Regards, Chip Campbell -- You received this message from the "vim_dev" maillist. ...
66139
Bee
beeyawned@...
Aug 21, 2012 2:25 am
On Aug 20, 6:21 pm, Charles E Campbell Jr <drc...@...> ... It is also NOT listed in the README. Bill -- You received this message from the...
66140
Marcin Szamotulski
mszamot@...
Aug 21, 2012 7:01 am
Dear Vim_Dev, I found that when I use g-, g+ to move to through undo tree the day of the month always follows the month independently of the locale: ...
66141
Bram Moolenaar
Bram@...
Aug 21, 2012 10:12 am
... The disk on the ftp server was full. I tried again and it seems to have worked now. -- hundred-and-one symptoms of being an internet addict: 266. You hear...
66142
Maxim Philippov
philippovmi@...
Aug 21, 2012 12:35 pm
... Hello, Marcin and vim_dev. I think I got a patch which resolves this issue, but I don't have so old undo history near at hand, so I've tested it only...
66143
Ken Takata
kentkt@...
Aug 21, 2012 1:59 pm
Hi Bram, I have updated syntax/hgcommit.vim. I merged a patch from Audrius Kažukauskas: "Disable spell checking in comment blocks." The latest version is...
66144
Marcin Szamotulski
mszamot@...
Aug 21, 2012 2:15 pm
... Thanks! The patch works fine. I've just tested it within vim with file with undo history longer than 6 month. Best, Marcin -- You received this message...
66145
vim@...
Aug 21, 2012 4:40 pm
Comment #1 on issue 21 by chrisbr...@...: System-calls interferes with &lines http://code.google.com/p/vim/issues/detail?id=21 If you don't want to use...
66146
vim@...
Aug 21, 2012 4:43 pm
Comment #2 on issue 19 by chrisbr...@...: add filetype for mercurial checkins http://code.google.com/p/vim/issues/detail?id=19 A hgcommit syntax file has...
66147
William Bowers
william.bowers@...
Aug 22, 2012 2:52 pm
... Is there something else I can fix in this patch? Or is it acceptable? -- You received this message from the "vim_dev" maillist. Do not top-post! Type your...
... It's already listed in ":help todo.txt" so I think it's only a matter of time for it to be included: ... ... Patch for :tabcloseleft, after closing a tab...
66149
Ian Halliday
ianwjhalliday@...
Aug 22, 2012 10:14 pm
What ever happened to this patch? I just ran into this problem for a second time in the last year, having forgotten how to fix it since last time, had to look...
66150
Bram Moolenaar
Bram@...
Aug 23, 2012 10:59 am
Patch 7.3.634 Problem: Month/Day format for undo is confusing. (Marcin Szamotulski) Solution: Always use Year/Month/Day, should work for everybody. Files:...
66151
Bram Moolenaar
Bram@...
Aug 23, 2012 10:59 am
... This is hard coded. Perhaps we should always show the year: Year/Month/Day. That's ISO 8601. If it's a standard it must be right! -- hundred-and-one...
66152
Bram Moolenaar
Bram@...
Aug 23, 2012 10:59 am
... I'm not sure %x works everywhere. And I prefer to use one format for everybody. Year/Month/Day should work. -- hundred-and-one symptoms of being an...
66153
Maxim Philippov
philippovmi@...
Aug 23, 2012 11:19 am
... "%x is replaced by locale's appropriate date representation" as written in C standard. I have a doubt about whether it is right to hardcode 5 characters...
66154
vim@...
Aug 23, 2012 11:23 am
Updates: Status: Fixed Comment #3 on issue 19 by brammool...@...: add filetype for mercurial checkins http://code.google.com/p/vim/issues/detail?id=19 ...
66155
Bram Moolenaar
Bram@...
Aug 23, 2012 11:29 am
Patch 7.3.635 Problem: Issue 21: System call during startup sets 'lines39; to a wrong value. (Karl Yngve) Solution: Don't set the shell size while the GUI...
66156
vim@...
Aug 23, 2012 11:30 am
Updates: Status: Fixed Comment #2 on issue 21 by brammool...@...: System-calls interferes with &lines http://code.google.com/p/vim/issues/detail?id=21 ...