Re: Building with Python 2 and 3

2013-06-11 Fir de Conversatie Bram Moolenaar
Andrei Olsen wrote: > On Monday, June 10, 2013 12:55:16 PM UTC+2, Bram Moolenaar wrote: > > On my work system I ran into problems when trying to build with both > > Python 2 and 3. > > > > The first error is: > > > > vim/src/if_python3.c:87: warning:

Re: New compile error on HP-UX with NFA

2013-06-11 Fir de Conversatie Bram Moolenaar
ll not be able to look at this for a week or so. Thanks for reporting. Now I recall why we use [1] in these places. I'll fix this one. -- hundred-and-one symptoms of being an internet addict: 140. You'd rather catch a score on the web than watch the game as i

Re: Failures in test 86

2013-06-11 Fir de Conversatie Bram Moolenaar
Nikolay Pavlov wrote: > On Jun 10, 2013 8:46 PM, "Bram Moolenaar" wrote: > > > > > > After fixing the crash, I still have test 86 fail with slightly > > different output. The first difference is: > > > > --- testdir/test86.ok 2013-06-10 12:42

Re: [patch] memory optimization: reorder fields in AutoPat to reduce padding waste

2013-06-11 Fir de Conversatie Bram Moolenaar
, which could be replaced by using one int as a bitmask. That's more work though, only pays of in structs that are used a lot. -- hundred-and-one symptoms of being an internet addict: 141. You'd rather go to http://www.weather.com/ than look out your window. /// Bram Moolenaar -- b...

Re: Slow ruby syntax highlight with 7.3.1163

2013-06-11 Fir de Conversatie Bram Moolenaar
file. At what position in the file? What lines are visible? Note that this Ruby syntax is just using very expensive patterns, it's more a problem of the syntax than of the regexp engine. -- Drink wet cement and get really stoned. /// Bram Moolenaar -- b...@moolenaar.net -- http

Re: Patch 7.3.1163

2013-06-11 Fir de Conversatie Bram Moolenaar
Davido wrote: > Bram Moolenaar wrote, on mar 11 jun 11:46 : > > > > > Davido wrote: > > > > > Bram Moolenaar wrote, on lun 10 jun 21:27 : > > > > > > > > > > > Patch 7.3.1163 > > > > Problem:Not easy to loa

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-11 Fir de Conversatie Bram Moolenaar
and-one symptoms of being an internet addict: 144. You eagerly await the update of the "Cool Site of the Day." /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new program

Patch 7.3.1164

2013-06-11 Fir de Conversatie Bram Moolenaar
mn has number 1. *** ../vim-7.3.1163/src/version.c 2013-06-10 21:27:18.0 +0200 --- src/version.c 2013-06-11 18:36:46.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1164, /**/ -- Fingers not found - Pound head

Patch 7.3.1165

2013-06-11 Fir de Conversatie Bram Moolenaar
1165, /**/ -- hundred-and-one symptoms of being an internet addict: 145. You e-mail your boss, informing him you'll be late. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an ex

Patch 7.3.1166

2013-06-11 Fir de Conversatie Bram Moolenaar
-19 19:16:25.0 +0200 --- Filelist2013-06-11 18:45:13.0 +0200 *** *** 84,89 --- 84,92 src/testdir/test49.vim \ src/testdir/test60.vim \ src/testdir/test83-tags? \ + src/testdir/python2/*.py \ +

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-11 Fir de Conversatie Bram Moolenaar
_after. Anyway, in the other message you mention that the problem is with package initialization, not with directly loaded files as in this test. Right? -- We are the Borg of GNU GPL. We will assimilate your source code. Resistance is futile. /// Bram Moolenaar -- b...@moolenaar.net -- http:

Patch 7.3.1167

2013-06-11 Fir de Conversatie Bram Moolenaar
fi ! PYTHON3_SRC="if_python3.c" ! PYTHON3_OBJ="objects/if_python3.o" ! { $as_echo "$as_me:${as_lineno-$LINENO}: checking if -pthread should be used" >&5 $as_echo_n "checki

Patch 7.3.1168

2013-06-11 Fir de Conversatie Bram Moolenaar
python3_pfx}\"'" else ! PYTHON3_CFLAGS="-I${vi_cv_path_python3_pfx}/include/python${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags} -I${vi_cv_path_python3_epfx}/include/python${vi_cv_var_python3_version}${vi_cv_var_python3_abiflags} -DPYTHON3_HOME=

Re: Error in configure for python

2013-06-11 Fir de Conversatie Bram Moolenaar
surround the " in > addition to removing the backslash. Thanks. It works on my system as well. We also need it for Python 3. -- hundred-and-one symptoms of being an internet addict: 149. You find your computer sexier than your girlfriend /// Bram Moolenaar -- b...@moolenaar.net -

Re: New syntax highlight file for httest

2013-06-11 Fir de Conversatie Bram Moolenaar
ave a syntax file included in the distribution, email it to me. That is, assuming you have asked a few people to try it out. -- hundred-and-one symptoms of being an internet addict: 152. You find yourself falling for someone you've never seen or hardly know, but, boy can he/she TYPE!

Re: Patch 7.3.1163

2013-06-11 Fir de Conversatie Bram Moolenaar
t the value of g:UltiSnipsPythonPath is correct : > > [...]/vim-addon-manager/UltiSnips/plugin > > as in the previous vim version (1156) > > I also checked the value of sys.path, once vim started. It contains the > value of g:UltiSnipsPythonPath. In fact, both lists (from

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-11 Fir de Conversatie Bram Moolenaar
ZyX wrote: > On Jun 11, 2013 9:53 PM, "Bram Moolenaar" wrote: > > > > > > ZyX wrote: > > > > > > Did you see the other message, that loading a module the old way stopped > > > > working? We should support backwards compatibility, oth

Re: Highlighting broken with re=2

2013-06-11 Fir de Conversatie Bram Moolenaar
; :set re=2 > :so lang.vim > 6j$a abck " NOK! You must be using gvim, otherwise nothing is highlighted. I don't see any difference. What would we see? -- hundred-and-one symptoms of being an internet addict: 155. You forget to eat because you're too busy surfing

Patch 7.3.1169

2013-06-11 Fir de Conversatie Bram Moolenaar
ef ENABLE_LOG --- 6474,6483 prog->has_backref = nfa_has_backref; prog->nsubexp = regnpar; + nfa_postprocess(prog); + prog->reganch = nfa_get_reganch(prog->start, 0); prog->regstart = nfa_get_regstart(prog->start, 0); prog->match_text = nfa_g

Re: Patch: Optimise ascii char classificaton

2013-06-12 Fir de Conversatie Bram Moolenaar
CPU. Especially for ASCII_ISLOWER and ASCII_ISUPPER, it's just two compares. Changing VIM_ISDIGIT() this way is likely to make it slower. ASCII_ISALNUM() requires six compares, perhaps a table is faster then? -- hundred-and-one symptoms of being an internet addict: 163. You go outside for the

Re: Vim 7.3 bug on AIX 6.1 with 64-bit inodes

2013-06-12 Fir de Conversatie Bram Moolenaar
with it seems the wrong way to go. Or at least giving you a big headache. Note that ino_t can be 64 bit without any problems. -- If you feel lonely, try schizophrenia. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://w

Re: Issue 141 in vim:

2013-06-12 Fir de Conversatie Bram Moolenaar
ave similar reasons to exist. > > Ok, I'll fix code that treat the keys both. > > https://gist.github.com/5762321 The codes would depend on the keyboard layout. Since it's only one byte, I suspect that the 0xDE, 0xC0 and 0xE2 codes are on different keys

Re: Highlighting broken with re=2

2013-06-12 Fir de Conversatie Bram Moolenaar
quot;$a". I don't see a difference. Please make a screenshot of the "wrong" and the "ok" situation. I hope you are using a very recent version, there have been several fixes for pattern matching. -- hundred-and-one symptoms of being an internet addict: 159. You

Re: [patch] memory optimization: reorder fields in struct dictvar_S to reduce padding waste

2013-06-12 Fir de Conversatie Bram Moolenaar
and several of such other > changes can add up. Yeah, that's not much. It might help more to postpone allocating a dict until it's needed. -- hundred-and-one symptoms of being an internet addict: 162. You go outside and look for a brightness knob to turn down the sun. /// Bra

Re: New syntax highlight file for httest

2013-06-12 Fir de Conversatie Bram Moolenaar
rises to check your e-mail, and you find yourself in the very same chair long after the sun has set. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programm

Re: Slow ruby syntax highlight with 7.3.1163

2013-06-12 Fir de Conversatie Bram Moolenaar
doesn't try lots of different locations. Unfortunately you can only see if this works by enabling "DEBUG" and digging through huge log files. Obviously it doesn't work for ".*". -- You're as much use as a condom machine at the Vatican. -- Rimmer

Patch 7.3.1170

2013-06-12 Fir de Conversatie Bram Moolenaar
2013-06-12 13:36:11.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1170, /**/ -- hundred-and-one symptoms of being an internet addict: 165. You have a web page burned into your glasses /// Bram Moolenaar --

Re: Patch: Optimise ascii char classificaton

2013-06-12 Fir de Conversatie Bram Moolenaar
And that can be faster than tables lookup because table access > thrashes the L1 cache. Nice trick. Especially because "c" is only used once, thus side effects are OK. -- hundred-and-one symptoms of being an internet addict: 166. You have been on your computer soo long that you didn

Patch 7.3.1171

2013-06-12 Fir de Conversatie Bram Moolenaar
:09:00.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1171, /**/ -- hundred-and-one symptoms of being an internet addict: 167. You have more than 200 websites bookmarked. /// Bram Moolenaar -- b...@moolenaar.net -- h

Patch 7.3.1172

2013-06-12 Fir de Conversatie Bram Moolenaar
--- 1093,1100 vim.current.tabpage = True:(, TypeError('expected vim.TabPage object',)) vim.current.xxx = True:(, AttributeError('xxx',)) 3,xx + before + after vim.command("throw 'abc'"):(, error('abc',)) Exe("throw 'def'

Patch 7.3.1174

2013-06-12 Fir de Conversatie Bram Moolenaar
*(argv[2]) = {"/must>not&exist/foo", NULL}; - PyObject *imp; - - if (!(imp = PyImport_ImportModule("imp"))) - return -1; - - if (!(py_find_module = PyObject_GetAttrString(imp, "find_module"))) - { - Py_DECREF(imp); - return

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-12 Fir de Conversatie Bram Moolenaar
Error('expected vim.TabPage object',)) vim.current.xxx = True:(, AttributeError('xxx',)) -3,xx -before -after vim.command("throw 'abc'"):(, error('abc',)) Exe("throw 'def'"):(, error('def',)) vim.eval("Exe('

Re: Highlighting broken with re=2

2013-06-12 Fir de Conversatie Bram Moolenaar
g utf-8. What are 'encoding' and 'fileencoding' set to when you see the problem? -- "Hit any key to continue" it said, but nothing happened after F sharp. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vot

Patch 7.3.1175

2013-06-12 Fir de Conversatie Bram Moolenaar
200 --- src/version.c 2013-06-12 17:05:51.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1175, /**/ -- "Hit any key to continue" is a lie. /// Bram Moolenaar -- b...@moolenaar.net -- http

Re: Patch 7.3.1171

2013-06-12 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: > On 12/06/2013 13:10, Bram Moolenaar wrote: > > > > Patch 7.3.1171 > > Problem:Check for digits and ascii letters can be faster. > > Solution: Use a trick with one comparison. (Dominique Pelle) > > Files: src/macros.h [..

Re: Patch 7.3.1163

2013-06-12 Fir de Conversatie Bram Moolenaar
as an argument to another function... Anyway, I hope this solution makes it work for everyone. -- An error has occurred. Hit any user to continue. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\

Re: Falcon runtime file updates

2013-06-12 Fir de Conversatie Bram Moolenaar
GetIndent..704_GetMSL, line 33 Should that be s:non_bracket_continuation_regex ? If I change that it passes the test. -- hundred-and-one symptoms of being an internet addict: 169. You hire a housekeeper for your home page. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Mool

Re: Windows 64bit warnings patch

2013-06-12 Fir de Conversatie Bram Moolenaar
Mike Williams wrote: > Back to normal patches from me :) Missing int casts for expression > using STRLEN() Thanks. One change moved to if_py_both.h -- Very funny, Scotty. Now beam down my clothes. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolena

Re: Building with Python 2 and 3

2013-06-12 Fir de Conversatie Bram Moolenaar
r tries to get out of a war by proving he is crazy. But the mere fact he wants to get out of the war only shows he isn't crazy -- creating the original "Catch-22". /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for featu

Re: Highlighting broken with re=2

2013-06-12 Fir de Conversatie Bram Moolenaar
cases fenc was empty. Well, something must be different, I still can't reproduct it. Can anybody else see the problem? -- hundred-and-one symptoms of being an internet addict: 170. You introduce your wife as "my_l...@home.wife" and refer to your children as "forked pr

Patch 7.3.1176

2013-06-12 Fir de Conversatie Bram Moolenaar
06-12 18:07:10.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1176, /**/ -- Living in Hollywood is like living in a bowl of granola. What ain't fruits and nuts is flakes. /// Bram Moolenaar -- b...@moolenaar.net

Re: new syntax files

2013-06-12 Fir de Conversatie Bram Moolenaar
e syntax file. Use "hi def link" instead of "hi link". Please have a look at a few other syntax files to see the usual structure. -- hundred-and-one symptoms of being an internet addict: 173. You keep tracking down the email addresses of all your friends (even ch

Patch 7.3.1177

2013-06-12 Fir de Conversatie Bram Moolenaar
being an internet addict: 174. You know what a listserv is. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org

Re: Falcon runtime file updates

2013-06-12 Fir de Conversatie Bram Moolenaar
red-and-one symptoms of being an internet addict: 175. You send yourself e-mail before you go to bed to remind you what to do when you wake up. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/

Patch 7.3.1178

2013-06-12 Fir de Conversatie Bram Moolenaar
#ifdef VMS ! # ifndef USR_GVIMRC_FILE2 ! # define USR_GVIMRC_FILE2 "sys$login:_gvimrc" # endif #endif --- 322,342 # endif #endif + #ifndef USR_GVIMRC_FILE2 + # ifdef OS2 + # define USR_GVIMRC_FILE2"$HOME/vimfiles/gvimrc" + # else + # ifdef VMS + # define US

Patch 7.3.1179

2013-06-12 Fir de Conversatie Bram Moolenaar
wice as easy to drive; but would only run on five percent of the roads. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org//

Patch 7.3.1180

2013-06-12 Fir de Conversatie Bram Moolenaar
new patch number below this line */ + /**/ + 1180, /**/ -- If Microsoft would build a car... ... Occasionally, executing a maneuver such as a left turn would cause your car to shut down and refuse to restart, in which case you would have to reinstall the engine. /// Bram Moolenaar -- b...@moolenaa

Patch 7.3.1181

2013-06-12 Fir de Conversatie Bram Moolenaar
.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1181, /**/ -- The CIA drives around in cars with the "Intel inside" logo. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Patch 7.3.1182

2013-06-12 Fir de Conversatie Bram Moolenaar
t win32_fileinfo __ARGS((char_u *fname, BY_HANDLE_FILE_INFORMATION *info)); int mch_writable __ARGS((char_u *name)); *** ../vim-7.3.1181/src/version.c 2013-06-12 22:08:54.0 +0200 --- src/version.c 2013-06-12 22:40:29.0 +0200 *** *** 730,731 --- 730,7

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-13 Fir de Conversatie Bram Moolenaar
> > vim.Window object',)) > > vim.current.tabpage = True:(, TypeError('expected > > vim.TabPage object',)) > > vim.current.xxx = True:(, AttributeError('xxx',)) > > -3,xx > > -before > > -after > > vim.command("

Re: Highlighting broken with re=2

2013-06-13 Fir de Conversatie Bram Moolenaar
Dominique Pellé wrote: > > Bram Moolenaar wrote: > > > >> Axel Bender wrote: > >> > >>> you may as well elimitate the inverted question mark (I just forgot to > >>> replace it in the example - in the base document there are no xs), t

Re: [patch] if_lua support linking with LuaJIT on Unix

2013-06-13 Fir de Conversatie Bram Moolenaar
luajit > --with-lua-prefix=/usr/local > $ make > $ sudo make install > > > [1] https://github.com/Shougo/neocomplete.vim > [2] http://luajit.org/luajit.html > [3] https://github.com/vim-jp/issues/issues/48#issuecomment-15355516 > [4] http://www.kaoriya.net/ne

Patch 7.3.1183

2013-06-13 Fir de Conversatie Bram Moolenaar
mber below this line */ + /**/ + 1183, /**/ -- Wizards had always known that the act of observation changed the thing that was observed, and sometimes forgot that it also changed the observer too. Terry Pratchett - Interesting times /// Bram Moolenaar -- b...@moo

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-13 Fir de Conversatie Bram Moolenaar
ith the "happy tune" your modem makes while dialing your ISP. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org

Re: Patch 7.3.1183

2013-06-13 Fir de Conversatie Bram Moolenaar
Manuel Ortega wrote: > On Thu, Jun 13, 2013 at 1:27 PM, Bram Moolenaar wrote: > > > > > Patch 7.3.1183 > > Problem:Python tests 86 and 87 fail. > > Solution: Add "empty" files. (ZyX) > > Files: src/testdir/python_before/before_1.py, >

Patch 7.3.1184

2013-06-13 Fir de Conversatie Bram Moolenaar
symptoms of being an internet addict: 183. You move your coffeemaker next to your computer. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http

Re: new regexp engine bug?

2013-06-13 Fir de Conversatie Bram Moolenaar
t caught before. Looks like the actual problem is matching ^ after \n. -- A bad peace is better than a good war. - Yiddish Proverb /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an excitin

Patch 7.3.1185

2013-06-13 Fir de Conversatie Bram Moolenaar
*** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1185, /**/ -- hundred-and-one symptoms of being an internet addict: 185. You order fast food over the Internet /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Re: [PATCH] (3/3) _vim_runtimepath_ special directory and some small stuff

2013-06-13 Fir de Conversatie Bram Moolenaar
Jun Takimoto wrote: > On 2013/06/12, at 21:41, Bram Moolenaar wrote: > > Thanks for the updates. Unfortunately, now both test 86 and 87 fail for > > me. > (snip) > > -2,xx > > -before > > -after > > I'm getting the same error (python2.7.3 and pyt

Re: ABAP Syntax File Update

2013-06-13 Fir de Conversatie Bram Moolenaar
and-one symptoms of being an internet addict: 186. You overstay in the office so you can have more time surfing the net. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new p

Patch 7.3.11

2013-06-13 Fir de Conversatie Bram Moolenaar
2013-06-13 20:19:35.00000 +0200 --- src/version.c 2013-06-13 20:45:49.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1186, /**/ -- hundred-and-one symptoms of being an internet addict: 188. You purchase a

Patch 7.3.1187

2013-06-13 Fir de Conversatie Bram Moolenaar
} } else *** ../vim-7.3.1186/src/version.c 2013-06-13 20:57:44.0 +0200 --- src/version.c 2013-06-13 21:18:28.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1187, /**/ -- hundred-and-

Patch 7.3.1188

2013-06-13 Fir de Conversatie Bram Moolenaar
unds.width); ! EMSGN(_("Font1 width: %ld"), xfs[i]->max_bounds.width); return FAIL; } } *** ../vim-7.3.1187/src/version.c 2013-06-13 21:24:01.0 +0200 --- src/version.c 2013-06-13 21:56:02.0 +0200 *** *** 730,731

Re: [patch] minor bug fix for gui_x11.c

2013-06-13 Fir de Conversatie Bram Moolenaar
ge, you see a > ^@ or ^@'s (That's why I call them minor :-). The attached patch > fixes it by removing redundant \n's in gui_x11.c so that the length of > the message strings will be calculated correctly. Thanks, I'll include it. -- A computer program does what you

Patch 7.3.1189

2013-06-13 Fir de Conversatie Bram Moolenaar
*/ + /**/ + 1189, /**/ -- hundred-and-one symptoms of being an internet addict: 194. Your business cards contain your e-mail and home page address. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an

Re: With 'spellang=en,he' and 'complete+=kspell', completion often hangs

2013-06-14 Fir de Conversatie Bram Moolenaar
being searched. Can you use a debugger to find out where Vim is hanging? -- Some of the well known MS-Windows errors: ESLEEP Operator fell asleep ENOERR No error yet EDOLLAR OS too expensive EWINDOWSMS-Windows loaded, system in da

Vim charity: donate bitcoins

2013-06-14 Fir de Conversatie Bram Moolenaar
: EMULTI Multitasking attempted, system confused EKEYBOARD Keyboard locked, try getting out of this one! EXPLAIN Unexplained error, please tell us what happened EFUTURE Reserved for our future mistakes /// Bram Moolenaar -- b...@moolenaar.net

Re: Very slow yaml syntax highlighting (7.3.1106)

2013-06-14 Fir de Conversatie Bram Moolenaar
t version. -- Some of the well known MS-Windows errors: EHUHUnexpected error EUSER User error, not our fault! EGODHorrible problem, god knows what has happened EERRErrornous error: nothing wrong /// Bram Moolenaar -- b...@mool

Re: Can't build v7-3-1189

2013-06-14 Fir de Conversatie Bram Moolenaar
use moved, reinstall Windows EILLEGALIllegal error, you are not allowed to see this EVIRUS Undetectable virus found /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\

Patch 7.3.1190

2013-06-14 Fir de Conversatie Bram Moolenaar
Unable to detect errors EOVER You lost! Play another game? ENOCLUE Eh, what did you want? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\

Re: NFA regexp engine incorrectly matching pattern

2013-06-14 Fir de Conversatie Bram Moolenaar
anks for providing an example to test with. -- hundred-and-one symptoms of being an internet addict: 197. Your desk collapses under the weight of your computer peripherals. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www

Patch 7.3.1191

2013-06-14 Fir de Conversatie Bram Moolenaar
Patch 7.3.1191 Problem:Backreference to previous line doesn't work. (Lech Lorens) Solution: Implement looking in another line. Files: src/regexp.c, src/regexp_nfa.c, src/testdir/test64.in, src/testdir/test64.ok *** ../vim-7.3.1190/src/regexp.c2013-06-08 18:19:39.00

Re: NFA regexp engine incorrectly matching pattern

2013-06-14 Fir de Conversatie Bram Moolenaar
ens in 7.3.1184. > > Back references in a previous like was not implemented yet. :s/like/line/ > Thanks for providing an example to test with. -- hundred-and-one symptoms of being an internet addict: 201. When somebody asks you where you are, you tell them in which chat room. ///

Patch 7.3.1192

2013-06-14 Fir de Conversatie Bram Moolenaar
) return TRUE; *** ../vim-7.3.1191/src/version.c 2013-06-14 20:31:20.00000 +0200 --- src/version.c 2013-06-14 21:14:28.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1192,

Re: Can't build v7-3-1189

2013-06-14 Fir de Conversatie Bram Moolenaar
of being an internet addict: 199. You read this entire list of symptoms, looking for something that doesn't describe you. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting

Re: NFA regexp engine incorrectly matching pattern

2013-06-14 Fir de Conversatie Bram Moolenaar
nd is uninitialized. Yeah, I think the problem is that in_use is incremented when only the start position is set, the end position is still undefined. I think we can omit checking the end position. Two identical states that start at the same position must also end at the same position. -- hund

Re: [patch] fail_if_missing for python3

2013-06-14 Fir de Conversatie Bram Moolenaar
Andrei Olsen wrote: > Patch adds fail_if_missing test that was missing for Python 3. Thanks! -- Spam seems to be something useful to novices. Later you realize that it's a bunch of indigestable junk that only clogs your system. Applies to both the food and the e-mail! /// Bram M

Patch 7.3.1193

2013-06-14 Fir de Conversatie Bram Moolenaar
2013-06-14 21:20:51.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1193, /**/ -- $ echo pizza > /dev/oven /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponso

Re: Very slow yaml syntax highlighting (7.3.1106)

2013-06-14 Fir de Conversatie Bram Moolenaar
pattern is just crazy... And it matches nearly everywhere. -- hundred-and-one symptoms of being an internet addict: 205. You're constantly yelling at your spouse, family, roommate, whatever, for using the phone for stupid things...like talking. /// Bram Moolenaar -- b...@moolenaar

Re: [patch] vim and the preview window on startup

2013-06-14 Fir de Conversatie Bram Moolenaar
d another window to go to. I'm not sure what happens if you leave "curwin" on whatever it was. -- hundred-and-one symptoms of being an internet addict: 203. You're an active member of more than 20 newsgroups. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Mool

Re: With 'spellang=en,he' and 'complete+=kspell', completion often hangs

2013-06-14 Fir de Conversatie Bram Moolenaar
n=1) at > normal.c:9228 > #9 0x0812c7f5 in n_opencmd (cap=0xb3ac) at normal.c:8540 > #10 0x0812df77 in nv_open (cap=0xb3ac) at normal.c:9574 > #11 0x08120aba in normal_cmd (oap=0xbffff430, toplevel=1) at normal.c:1200 > #12 0x081fb57c in main_loop (cmdwin=0, noexmode=0) at m

Patch 7.3.1194

2013-06-14 Fir de Conversatie Bram Moolenaar
- { /* Add new patch number below this line */ + /**/ + 1194, /**/ -- hundred-and-one symptoms of being an internet addict: 206. You religiously respond immediately to e-mail, while ignoring your growing pile of snail mail. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.M

Re: Compiler warning in Tiny build (not in Huge) for regexp.c

2013-06-14 Fir de Conversatie Bram Moolenaar
prison and you ask them for a laptop. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help me help AI

Patch 7.3.1195

2013-06-14 Fir de Conversatie Bram Moolenaar
mber below this line */ + /**/ + 1195, /**/ -- hundred-and-one symptoms of being an internet addict: 208. Your goals for the future are obtaining an T1 connection and a 130 gig hard drive. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor

Re: Incorrect highlighting with re=1 introduced by 7.3.1191

2013-06-15 Fir de Conversatie Bram Moolenaar
It was fine in vim-7.3.1190 and the regression > started in 7.3.1191. It's also broken in the latest > vim-7.3.1195. Thanks for reporting. It's easy to fix, but this shows multi-line patterns need more testing, also with the old engine. -- hundred-and-one symptoms of being

Patch 7.3.1196

2013-06-15 Fir de Conversatie Bram Moolenaar
/Dir1/Dir2/file1.txt xxstart3 --- 913,937 OK 0 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12} OK 1 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12} OK 2 - [0-9a-zA-Z]\{8}-\([0-9a-zA-Z]\{4}-\)\{3}[0-9a-zA-Z]\{12} ! multi-line tests ! OK 0 - ^.\(.\).\_..\1. ! OK 1 - ^.\(.\

Patch 7.3.1197

2013-06-15 Fir de Conversatie Bram Moolenaar
ar_u *script_get __ARGS((exarg_T *eap, char_u *cmd)); *** ../vim-7.3.1196/src/version.c 2013-06-15 15:09:44.0 +0200 --- src/version.c 2013-06-15 16:13:55.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ +

Patch 7.3.1198

2013-06-15 Fir de Conversatie Bram Moolenaar
noticed my daughter's Disney-net password on a sticky note: "MickeyMinnieGoofyPluto". I asked her why it was so long. "Because they say it has to have at least four characters." /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///

Patch 7.3.1199

2013-06-15 Fir de Conversatie Bram Moolenaar
15 16:53:16.0 +0200 *** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1199, /**/ -- 'Psychologist' -- Someone who looks at everyone else when an attractive woman enters the room. /// Bram Moolenaar -- b...@m

Patch 7.3.1200

2013-06-15 Fir de Conversatie Bram Moolenaar
** *** 730,731 --- 730,733 { /* Add new patch number below this line */ + /**/ + 1200, /**/ -- hundred-and-one symptoms of being an internet addict: 217. Your sex life has drastically improved...so what if it's only cyber-sex! /// Bram Moolenaar -- b...@moolenaar.ne

Re: [patch] vim and the preview window on startup

2013-06-15 Fir de Conversatie Bram Moolenaar
*/ > + break; > + } > + } > +} > +#endif > # ifdef FEAT_AUTOCMD > --autocmd_no_leave; > # endif Something like that. But with only one win_enter(). I'll send out a patch, please try it out. -- hundred-and-one symptoms of being a

Re: With 'spellang=en,he' and 'complete+=kspell', completion often hangs

2013-06-15 Fir de Conversatie Bram Moolenaar
words. Compound words are not included. Note: For some languages the result may be enormous, causing Vim to run out of memory. -- hundred-and-one symptoms of being an internet addict: 219. Your spouse has his or her lawyer deliver the divorce

Patch 7.3.1201

2013-06-15 Fir de Conversatie Bram Moolenaar
r printer to stun? /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help me help AIDS victims -- http:/

Patch 7.3.1202

2013-06-15 Fir de Conversatie Bram Moolenaar
number below this line */ + /**/ + 1202, /**/ -- hundred-and-one symptoms of being an internet addict: 220. Your wife asks for sex and you tell her where to find you on IRC. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for fe

Patch 7.3.1203

2013-06-15 Fir de Conversatie Bram Moolenaar
our keyboard in the oven. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org/// \\\help me help AIDS victims -- h

Re: Patch 7.3.1182

2013-06-16 Fir de Conversatie Bram Moolenaar
of 'backupcopy'? Since you say the problem happens when using ":w" it should. I actually don't see why a wrong value of 'backupcopy' causes a hang. -- hundred-and-one symptoms of being an internet addict: 222. You send more than 20 personal e-mails a day. ///

Patch 7.3.1204

2013-06-16 Fir de Conversatie Bram Moolenaar
pt_flags); ! restore_win(save_curwin, save_curtab, FALSE); if (r == FAIL) return -1; break; *** ../vim-7.3.1203/src/version.c 2013-06-15 23:00:26.0 +0200 --- src/version.c 2013-06-16 13:44:37.00000 +0200 *** *** 730

Re: [patch] Can not become Visual mode when indirectly specified gettabwinvar() to 'tabline' option

2013-06-16 Fir de Conversatie Bram Moolenaar
updating part. But we have to make sure win_valid() works, for example. I'll make a patch for that. -- If evolution theories are correct, humans will soon grow a third hand for operating the mouse. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponso

Re: [patch] Fixing a bug in src/Makefile

2013-06-16 Fir de Conversatie Bram Moolenaar
! -- hundred-and-one symptoms of being an internet addict: 223. You set up a web-cam as your home's security system. /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new p

Patch 7.3.1205

2013-06-16 Fir de Conversatie Bram Moolenaar
an internet addict: 225. You sign up for free subscriptions for all the computer magazines /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net \\\ ///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http

<    1   2   3   4   5   6   7   8   9   10   >