Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Peter Odding
Hi list! I wrote a plug-in that aims to improve the integration between Vim and its environment by providing functions to switch to full-screen, open URLs in the user's default web browser and execute external commands in the background without opening a command prompt window. A DLL is

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Sergey Khorev
I wrote a plug-in that aims to improve integration between Vim and its environment by providing functions to switch to full-screen, open URLs in the user's default web browser and execute external commands in the background without opening a command prompt window. Re execution background

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Lech Lorens
On 13-Jun-2010 Sergey Khorev sergey.kho...@gmail.com wrote: I wrote a plug-in that aims to improve integration between Vim and its environment by providing functions to switch to full-screen, open URLs in the user's default web browser and execute external commands in the background

Fixed issue with langmap

2010-06-13 Fir de Conversatie Vladimir A . Pavlov
Hi! I use vim-7.2.441 and I use vim's great langmap feature when writing russian texts. But when I try pressing ^[ to exit insert mode (or ^O to exit it temporarily) in russian xkb layout I got `х' (the russian character placed at the same key as `[') inserted instead of exiting. The following

Re: Link error in 7.3a tiny build

2010-06-13 Fir de Conversatie Bram Moolenaar
Tony Mechelynck wrote: With the following config parameters: export CONF_OPT_X='--without-x' export CONF_OPT_GUI='--disable-gui' export CONF_OPT_FEAT='--with-features=tiny' export CONF_OPT_PERL='--disable-perlinterp' export CONF_OPT_PYTHON='--disable-pythoninterp' export

Re: vim73 SEGV

2010-06-13 Fir de Conversatie SungHyun Nam
Dominique Pellé wrote: AM, SungHyun Nam wrote: hg changeset: 2255:0e27866cea99 VIM-7.3 BETA died with sequence below: vim newfile.sh :w :!chmod 0755 % :e [snip...] I can't reproduce it. In your stack, I see that it's reading /home/namsh/tmp/ex.sh and

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Peter Odding
Hi Sergey, Re execution background processes, what's wrong with :call system(cmd /c start notepad)? On Windows when you create a child process running a command-line program (such as Exuberant Ctags) a command prompt window automatically pops up. If you don't want this you have to

Re: vim73 SEGV

2010-06-13 Fir de Conversatie SungHyun Nam
Bram Moolenaar wrote: SungHyun Nam wrote: hg changeset: 2255:0e27866cea99 VIM-7.3 BETA died with sequence below: vim newfile.sh :w :!chmod 0755 % :e I cannot reproduce it. Looks like a problem that was fixed in changeset 2253:772bfca06c18, but you should have

Re: Improved integration between Vim and its environment (full-screen, open URL, background execute())

2010-06-13 Fir de Conversatie Peter Odding
Hi again. Before I published the shell.vim plug-in I tested my execute() implementation by comparing the results of executing the interactive, graphical program Notepad using Vim's system() function and my execute() implementation, simply as a demonstration of a child process blocking

Re: Fixed issue with langmap

2010-06-13 Fir de Conversatie Bram Moolenaar
Vladimir Pavlov wrote: I use vim-7.2.441 and I use vim's great langmap feature when writing russian texts. But when I try pressing ^[ to exit insert mode (or ^O to exit it temporarily) in russian xkb layout I got `È' (the russian character placed at the same key as `[') inserted instead