RE: Updated floating point patch

2008-04-13 Fir de Conversatie John Beckett
Bram Moolenaar wrote: Here is an update for the floating point patch. The 'g' argument for printf() was implemented and a few bug fixes. I have compiled with this updated floating point patch under win32. Here are some issues you might like to address. os_win32.h now has '#define HAVE_POW'

Re: Updated floating point patch

2008-04-13 Fir de Conversatie Bram Moolenaar
Mikolaj Machowski wrote: Dnia Saturday 12 of April 2008, Bram Moolenaar napisa³: Here is an update for the floating point patch. The 'g' argument for printf() was implemented and a few bug fixes. This is to be applied to the original source code, without the older floating point

RE: Updated floating point patch

2008-04-13 Fir de Conversatie Bram Moolenaar
John Beckett wrote: Bram Moolenaar wrote: Here is an update for the floating point patch. The 'g' argument for printf() was implemented and a few bug fixes. I have compiled with this updated floating point patch under win32. Here are some issues you might like to address.

Re: Updated floating point patch

2008-04-13 Fir de Conversatie Bram Moolenaar
Mikolaj Machowski wrote: Dnia Saturday 12 of April 2008, Tony Mechelynck napisa=B3: On 12/04/08 20:29, Mikolaj Machowski wrote: Dnia Saturday 12 of April 2008, Bram Moolenaar napisa=B3: Here is an update for the floating point patch. The 'g' argument for printf() was implemented

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-13 Fir de Conversatie Bram Moolenaar
Birgi Tamersoy wrote: Hey everybody, Apparently many students (like me) are interested in this project. So, I decided to start a new thread where we can talk about the challenges in the project and how to solve them. I went over previous posts to include all the related ideas in this new

Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-13 Fir de Conversatie Tony Mechelynck
vim -gNu NONE :set wildmenu wildmode=longest:full,full laststatus=2 :lcd Tab Left-right arrows work, but up-down arrows beep and lose the wildmenu mode. No way to jump into a subfolder or to go back to parent folder. (Workaround: use SpaceBSTab instead of Down. But it's ugly.)

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-13 Fir de Conversatie Andy Wokula
Tony Mechelynck schrieb: vim -gNu NONE :set wildmenu wildmode=longest:full,full laststatus=2 :lcd Tab Hmm, this works for me: Press Tab twice before using the arrow keys. The first Tab just shows the menu without selecting an entry. It would be less confusing if the first entry

Re: Bug? Cannot use 'wildmenu' up-down arrows with :cd :lcd

2008-04-13 Fir de Conversatie Tony Mechelynck
On 13/04/08 15:10, Andy Wokula wrote: Tony Mechelynck schrieb: vim -gNu NONE :set wildmenu wildmode=longest:full,full laststatus=2 :lcdTab Hmm, this works for me: PressTab twice before using the arrow keys. The firstTab just shows the menu without selecting an entry. It would

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-13 Fir de Conversatie François Ingelrest
On Sat, Apr 12, 2008 at 8:11 PM, Birgi Tamersoy [EMAIL PROTECTED] wrote: I really think that by the end of this August we can have an on-the- fly code checker which will be used by a majority of the community. I'm not sure how many people are interested in on-the-fly compilation. I know I'm

Re: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-13 Fir de Conversatie Birgi Tamersoy
Hey everybody, I'm not really because I program mainly in C++, and my experience demonstrates that after the first error it is not uncommon to have the compiler completely lost. Thus I know this will be a very complex task, and I'm not sure it can be done. After your posts I made a small

RE: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-13 Fir de Conversatie John Beckett
hermitte wrote: I'm not sure how many people are interested in on-the-fly compilation. I'm not really because I program mainly in C++, and my experience demonstrates that after the first error it is not uncommon to have the compiler completely lost. Thus I know this will be a very

RE: GSOC: On-the-fly Code Checking for Vim - Challenges

2008-04-13 Fir de Conversatie hermitte
John Beckett [EMAIL PROTECTED] wrote: Consider the issue recently raised by Dominique Pelle: People editing C++ code would really appreciate a bit more intelligence applied to the tags feature so that Ctrl-] would try a bit harder to jump to the correct overloaded name. That would be tricky,

Updated FP Patch - Not Setting $VIM Correctly

2008-04-13 Fir de Conversatie Bill McCarthy
Hello Vim, Sorry if this shows up a second time - I didn't see it post. As with the first patch I installed the FP package to C:\vim\vim75. In the prior patch, this worked fine. In the new patch, although FP is working fine, my _vimrc is not being found. Started from C:\vim\vim75 or from

RE: Updated floating point patch

2008-04-13 Fir de Conversatie John Beckett
Bram Moolenaar wrote: Here is an update for the floating point patch. I've done a bit more testing with the latest floating point patch. Vim's floating point doesn't need to cover all extremes, but the following shows some bad results. :help floating-point-format (in eval.txt) It says

Re: Updated floating point patch

2008-04-13 Fir de Conversatie Yakov Lerner
On Sat, Apr 12, 2008 at 4:58 PM, Bram Moolenaar [EMAIL PROTECTED] wrote: Here is an update for the floating point patch. The 'g' argument for printf() was implemented and a few bug fixes. This is to be applied to the original source code, without the older floating point patch. I would