Vim 7.4b not getting any syntax or other default files

2013-07-31 Fir de Conversatie Sazid Al Rashid
Recently, I compiled Vim 7.4b with Python, Ruby, Lua, Perl and huge feature list. But, in Ubuntu 13.04, when I open Vim 7.4b, it complains that the syntax.vim file could not be loaded. Moreover, it did not load the other things, like-colorschemes and default plugins. Then, I copied the whole

Re: 7.4a - Confirm dialog box larger than screen size

2013-07-31 Fir de Conversatie David Fishburn
Can anyone else reproduce this? Any GUI experts out there? Thanks, David On Tue, Jul 9, 2013 at 11:13 AM, Bram Moolenaar b...@moolenaar.net wrote: David Fishburn wrote: I believe I saw this fixed earlier, or something related. I have tested this with: :ver VIM - Vi IMproved 7.4a

Re: 'autochdir' causes setbufvar() to change directory

2013-07-31 Fir de Conversatie Christian Brabandt
On Tue, July 16, 2013 16:57, Benjamin Fritz wrote: Eric Van Dewoestine found this while investigating an eclim issue I was having. When 'autochdir' is set, calling setbufvar() changes Vim's current directory to that of the buffer having its variable set. I think this should not happen.

Re: Effect of 'equalalways' on VimResized event

2013-07-31 Fir de Conversatie Christian Brabandt
On Mon, July 29, 2013 19:32, Seungbeom Kim wrote: The 'equalalways' option makes all the windows the same size after a window is split or closed. However, it doesn't when the Vim window (either the terminal or the GUI) is resized. I hear many people run [g]vimdiff or ':vsplit', enlarge the Vim

Re: Vim 7.4b not getting any syntax or other default files

2013-07-31 Fir de Conversatie Elimar Riesebieter
* Sazid Al Rashid sazido...@gmail.com [2013-07-31 01:25 -0700]: Recently, I compiled Vim 7.4b with Python, Ruby, Lua, Perl and huge feature list. But, in Ubuntu 13.04, when I open Vim 7.4b, it complains that the syntax.vim file could not be loaded. Moreover, it did not load the other things,

Re: 'autochdir' causes setbufvar() to change directory

2013-07-31 Fir de Conversatie Ben Fritz
On Wednesday, July 31, 2013 9:37:24 AM UTC-5, Christian Brabandt wrote: On Tue, July 16, 2013 16:57, Benjamin Fritz wrote: Eric Van Dewoestine found this while investigating an eclim issue I was having. When 'autochdir' is set, calling setbufvar() changes Vim's current directory to

Re: 7.4a - Confirm dialog box larger than screen size

2013-07-31 Fir de Conversatie Mike Williams
On 31/07/2013 14:06, David Fishburn wrote: Can anyone else reproduce this? Yep, reproduced. Even happens with gui VIM on linux builds and without increasing the window height from the default 25 lines. No idea for other platforms. Any GUI experts out there? A quick look at the Windows

Re: 'autochdir' causes setbufvar() to change directory

2013-07-31 Fir de Conversatie Christian Brabandt
On Wed, July 31, 2013 17:17, Ben Fritz wrote: A while ago there was a similar problem where :vimgrep was causing directory changes due to 'autochdir'. The fix for :vimgrep also had to deal with autocmds which might change the directory. Are you talking about issue 72? As far as I know, this

Re: 'autochdir' causes setbufvar() to change directory

2013-07-31 Fir de Conversatie Ben Fritz
On Wednesday, July 31, 2013 10:31:54 AM UTC-5, Christian Brabandt wrote: On Wed, July 31, 2013 17:17, Ben Fritz wrote: A while ago there was a similar problem where :vimgrep was causing directory changes due to 'autochdir'. The fix for :vimgrep also had to deal with autocmds which

Re: Effect of 'equalalways' on VimResized event

2013-07-31 Fir de Conversatie Bram Moolenaar
[Christian, for some reason quoted long lines are wrapped badly] On Mon, July 29, 2013 19:32, Seungbeom Kim wrote: The 'equalalways' option makes all the windows the same size after a window is split or closed. However, it doesn't when the Vim window (either the terminal or the GUI) is

Re: 'autochdir' causes setbufvar() to change directory

2013-07-31 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: On Tue, July 16, 2013 16:57, Benjamin Fritz wrote: Eric Van Dewoestine found this while investigating an eclim issue I was having. When 'autochdir' is set, calling setbufvar() changes Vim's current directory to that of the buffer having its variable set. I

Re: Effect of 'equalalways' on VimResized event

2013-07-31 Fir de Conversatie Christian Brabandt
Hi Bram! On Mi, 31 Jul 2013, Bram Moolenaar wrote: [Christian, for some reason quoted long lines are wrapped badly] Yeah, Squirrelmail messed it up. I usually reformat mails using Vim (of course! ;)), but forgot this time. [adjust Vim windows, when vim is resized and 'equalalways' is set]

Re: 7.4a - Confirm dialog box larger than screen size

2013-07-31 Fir de Conversatie David Fishburn
On Wed, Jul 31, 2013 at 11:24 AM, Mike Williams mike.willi...@globalgraphics.com wrote: On 31/07/2013 14:06, David Fishburn wrote: Can anyone else reproduce this? Yep, reproduced. Even happens with gui VIM on linux builds and without increasing the window height from the default 25

Re: 7.4a - Confirm dialog box larger than screen size

2013-07-31 Fir de Conversatie Andrei Olsen
On Tuesday, July 9, 2013 3:50:20 PM UTC+2, David Fishburn wrote: I believe I saw this fixed earlier, or something related. I have tested this with: :ver VIM - Vi IMproved 7.4a BETA (2013 Jul 6, compiled Jul  9 2013 09:34:36) MS-Windows 32-bit GUI version with OLE support Included

quickfix hidden marks

2013-07-31 Fir de Conversatie richard emberson
If you insert or delete lines, mostly the correct error location is still found because hidden marks are used. Sometimes, when the mark has been deleted for some reason, the message line changed is shown to warn you that the error location may not be correct. If you quit Vim and start again