... actually, after adding this region, what really happens, is that all the '}' in the script part are of group Delimeter, including the '}' for the 'script...
€ Π’²ΠΈΠΊΡ’ΆΠΎΡ’ € ...
vkojouharov@...
Nov 1, 2006 9:33 am
45534
Patch 7.0.154 Problem: When 'foldnextmax' is negative Vim can hang. (James Vega) Solution: Avoid the fold level becoming negative. Files: src/fold.c,...
Bram Moolenaar
Bram@...
Nov 1, 2006 11:48 am
45535
... try: syn region edcScript matchgroup=edcScriptTag start="\<script\_s*{" end="}" keepend contains=@edcEmbryo syn region embryoBraces matchgroup=Delimiter...
Peter Hodge
toomuchphp-vimdev@...
Nov 1, 2006 12:42 pm
45536
Patch 7.0.155 Problem: When getchar() returns a mouse button click there is no way to get the mouse coordinates. Solution: Add v:mouse_win, v:mouse_lnum...
Bram Moolenaar
Bram@...
Nov 1, 2006 3:06 pm
45537
... that worked almost perfectly. the only problem now, is that if the script part is too long, if I scroll to where it ends, the edc stuff is not highlighted...
€ Π’²ΠΈΠΊΡ’ΆΠΎΡ’ € ...
vkojouharov@...
Nov 1, 2006 6:45 pm
45538
Patch 7.0.156 (extra) Problem: Vim doesn't compile for Amiga OS 4. Solution: Various changes for Amiga OS4. (Peter Bengtsson) Files: src/feature.h,...
Bram Moolenaar
Bram@...
Nov 1, 2006 6:48 pm
45539
Patch 7.0.157 Problem: When a function is used recursively the profiling information is invalid. (Mikolaj Machowski) Solution: Put the start time on the...
Bram Moolenaar
Bram@...
Nov 1, 2006 7:09 pm
45540
Patch 7.0.158 Problem: In a C file with ":set foldmethod=syntax", typing {<CR> on the last line results in the cursor being in a closed fold. (Gautam Iyer) ...
Bram Moolenaar
Bram@...
Nov 1, 2006 8:30 pm
45541
Hello, I have the same problem with large PHP files, Vim gets confused in the midst of all the curly braces ... :-S Unfortunately I'm not yet familiar with...
Peter Hodge
toomuchphp-vimdev@...
Nov 1, 2006 11:25 pm
45542
... Haven't followed the thread but ... usually works fine for me [snip] -- For robots (please don't mail me there): part-maps@... My real email is...
Ilya Sher
ilya-vim@...
Nov 2, 2006 12:24 am
45543
Hello, I use gvim 7.0.xxx for both CYGWIN and WIN32. If I copy the multibyte character to clipboard from CYGWIN-gvim, I cannot correctly paste it to other...
SungHyun Nam
goweol@...
Nov 2, 2006 1:10 am
45544
Hello, I'm pretty new to this mailing list and I hope I'm posting at the right place. I just want to report a simple bug, easy to reproduce. I have only tested...
dotpanic@...
Nov 2, 2006 12:04 pm
45545
On 11/2/06, dotpanic@... ... This problem was reported for Windows vim and fixed in the patch ~month ago. But what is 7.0.262 ? Isn't ~ 158...
Yakov Lerner
iler.ml@...
Nov 2, 2006 12:34 pm
45546
... I've just tested with the last version and it works quite well. Sorry to have bothered you with an already corrected bug. Anyway, even with the latest...
dotpanic@...
Nov 2, 2006 1:17 pm
45547
Hello, Is there any way to make cindent ignore lines that start with ^\s*: and treat them like regular lines? I'm trying to make a basic intent file for...
Viktor Kojouharov
vkojouharov@...
Nov 2, 2006 2:12 pm
45548
From: dotpanic dotpanic homelinux.org, Thu, November 02, 2006 6:11 am ... I don't see it, but Vim has always had a weakness with long lines. For me, the line...
Steve Hall
digitect@...
Nov 2, 2006 2:58 pm
45549
... Running Gvim 7.0.158 on Win XP, I get no crash for 10,000+ character lines. I do get some unusual behavior. With set fileformats=dos,unix,mac I see a ^J...
Bill McCarthy
WJMc@...
Nov 2, 2006 4:14 pm
45550
... Time machine ? Yakov...
Yakov Lerner
iler.ml@...
Nov 2, 2006 6:27 pm
45551
... I don't know where that 4-part version number comes from. 262 can be interpreted as 262d, 106h, 406o, ^F^A (the latter assumes one little-endian word),......
A.J.Mechelynck
antoine.mechelynck@...
Nov 2, 2006 8:06 pm
45552
... It comes from version.h: #define VIM_VERSION_BUILD 262 #define VIM_VERSION_BUILD_BCD 0x106 #define VIM_VERSION_BUILD_STR "262" Obviously we need a...
Vince Negri
vnegri@...
Nov 3, 2006 12:43 pm
45553
Whether Bram thinks it's useful to store this info in some v:variable (so script can know it) ? Within last year, there were requests how script can know ...
Yakov Lerner
iler.ml@...
Nov 3, 2006 12:56 pm
45554
... You mean as in ... I guess? That is too specific; why not make the entire command line available? We have v:progname but not the command-line options ...
Benji Fisher
benji@...
Nov 3, 2006 1:43 pm
45555
... We already have argv() to get the filename arguments. Perhaps there could be another function to get the non-filename arguments. -- hundred-and-one...
Bram Moolenaar
Bram@...
Nov 3, 2006 4:39 pm
45556
building vim-7.0.152 on freebsd-4.10 results in warnings about O_NOFOLLOW being redefined by vim.h. the attached patch fixes it. i've also compiled with this...
pixi@...
Nov 4, 2006 12:29 am
45557
Hello, I am a big fan of the zsh feature allowing to navigate in a two-dimensional way in matches when completing a command, so I tried to code something...
koxinga
koxinga@...
Nov 4, 2006 12:53 am
45558
The message contains Unicode characters and has been sent as a binary attachment....
bram@...
Nov 5, 2006 3:09 am
45559
... Including fcntl.h was needed in only a few files in the past, that's why it's included in individual .c files. But we might as well move it to vim.h now,...
Bram Moolenaar
Bram@...
Nov 5, 2006 10:12 pm
45560
... no. that would work, too. i put it in os_unix.h because it seemed to be the right place to include a unix specific header and it was included by vim.h...
maurice barnum
pixi@...
Nov 5, 2006 11:49 pm
45561
All, It bothers me how when switching between tabs (gt) or switching between buffers (:bn, :bp), sometimes a buffer will end up being shifted/scrolled up/down...
mzyzik@...
Nov 6, 2006 1:53 am
45562
... Yes, Matt, there is. Try http://www.vim.org/tips/tip.php?tip_id=1379 "Tip #1375: preserve screen *visual* line when switching buffers" Yakov...