Re: [patch] library name for +lua/dyn can't be retrieved

2013-04-13 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: Library name for +lua/dyn can't be retrieved properly on Ubuntu and Fedora (64 bit). The actual name is 'liblua5.1.so.0' on Ubuntu 12.04 and 'liblua-5.1.so.0' on Fedora 17, but Vim tries to use 'liblua.so.5.1'. There were three problems: 1. The configure script tried to

Re: [patch] configure script can't find Python3 on Ubuntu 13.04

2013-04-13 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: I hear that the config directory of Python3 will be changed on Ubuntu 13.04 because of multiarch support. E.g. it becomes /usr/lib/python3.3/config-3.3m-i386-linux-gnu/ on Ubuntu 13.04 32bit. Currently the configure script can't find this directory. The config directory

Re: [patch] Store vimrc and gvimrc in your ~/.vim, ~\vimfiles\ directory

2013-04-13 Fir de Conversatie Lech Lorens
On 12-Apr-2013 Bram Moolenaar b...@moolenaar.net wrote: Lech Lorens wrote: On 12 April 2013 13:45, Bram Moolenaar b...@moolenaar.net wrote: The updated docs say: Unix$HOME/.gvimrc or $HOME/.vim/gvimrc Unix$HOME/.vimrc or

Re: [patch] Store vimrc and gvimrc in your ~/.vim, ~\vimfiles\ directory

2013-04-13 Fir de Conversatie Lech Lorens
On 12-Apr-2013 Gary Johnson garyj...@spocom.com wrote: On 2013-04-12, Lech Lorens wrote: On 12 April 2013 13:45, Bram Moolenaar wrote: The updated docs say: Unix$HOME/.gvimrc or $HOME/.vim/gvimrc Unix$HOME/.vimrc or

Tabline is not updated when closing window in other tabpage.

2013-04-13 Fir de Conversatie Yukihiro Nakadaira
Tabline is not updated when closing window in other tabpage. Steps to reproduce: On Windows Vista and Ubuntu+GTK2 $ gvim -u NONE :tabnew :1bwipeout Then, first tabpage still remains. $ vim -u NONE :set tabline=%{bufexists(1)} :new :tabnew :1bwipeout Then, tabline is

Re: Tabline is not updated when closing window in other tabpage.

2013-04-13 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: Tabline is not updated when closing window in other tabpage. Steps to reproduce: On Windows Vista and Ubuntu+GTK2 $ gvim -u NONE :tabnew :1bwipeout Then, first tabpage still remains. $ vim -u NONE :set tabline=%{bufexists(1)} :new

Re: Issue 128 in vim: valgrind error Invalid read of size 1 in find_var_in_ht (eval.c:20062) in test91

2013-04-13 Fir de Conversatie h_east
Hi, List (as person concerned of patch 7.3.831) I can got reproduce. I think ... This error was included from previous version. getwinvar() and getbufvar() was used to test for the first time in test91 (Patch 7.3.831). Problem has been conspicuous by it. But I'll investigate it. Thanks for

[patch] .viminfo update wrong (after 7.3.880)

2013-04-13 Fir de Conversatie h_east
Hi, Bram Prepare for reproduce (on Linux) $ cat ~/.vimrc_test set nocompatible set history=5 $ rm ~/.viminfo How to reproduce $ vim -u ~/.vimrc_test :echo 1 :echo 2 :echo 3 :echo 4 :echo 5 C-Wq $ vim -u ~/.vimrc_test :q Expect Result (~/.viminfo command history may