Re: "real" shell in window?

2017-08-15 Thread Cesar Romani
On 11/08/2017 01:12 a.m., Nikolay Aleksandrovich Pavlov wrote: > 2017-08-09 23:25 GMT+03:00 ANDY KENNEDY: >> All, >> >> First, thanks Christian for adding me back to the list ;). >> >> Is there a way in Vim to open a :vs, then launch some sort of shell in >> that window?

Re: Silently edit a buffer

2017-08-15 Thread Nikolay Aleksandrovich Pavlov
2017-08-15 21:56 GMT+03:00 Dmitry Zotikov : > Dear all, > > what would be the best way to silently edit a buffer? In particular, I want > to > be able to write the content of a variable to it, as well as to delete all > of > its content. > > The story goes, I'm writing a plugin

Silently edit a buffer

2017-08-15 Thread Dmitry Zotikov
Dear all, what would be the best way to silently edit a buffer? In particular, I want tobe able to write the content of a variable to it, as well as to delete all ofits content. The story goes, I'm writing a plugin that among other things reads from anetwork socket using Vim 8 channels and jobs;

Re: does VIM read OK the tags file if ctags was installed after VIM?

2017-08-15 Thread Benji Fisher
On Tue, Aug 15, 2017 at 4:42 PM, Jose Caballero wrote: > Thanks Ben and Erik. > > Both tags files are identical: > > host1 $ md5sum tags > 34e5413f4dea1c0644b35de7808a8029 tags > > host2 $ mad5sum tags > 34e5413f4dea1c0644b35de7808a8029 tags > > Also

Re: Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-08-15 Thread Bram Moolenaar
skeept wrote: > On Monday, August 14, 2017 at 11:16:50 PM UTC-5, Tony Mechelynck wrote: > > On Tue, Aug 15, 2017 at 5:44 AM, skeept wrote: > > > I have some plugins in the locations: > > > > > > > > > ~/.vim/pack/bundle/start > > > ~/.vim/pack/bundle/opt > > > > > > if I start vim with > > > vim

Re: does VIM read OK the tags file if ctags was installed after VIM?

2017-08-15 Thread Jose Caballero
Thanks Ben and Erik. Both tags files are identical: host1 $ md5sum tags 34e5413f4dea1c0644b35de7808a8029 tags host2 $ mad5sum tags 34e5413f4dea1c0644b35de7808a8029 tags Also tags are equal: :set tags? tags=./tags,./TAGS,tags,TAGS But, when hitting CTRL+] on top of a

Re: Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-08-15 Thread Tony Mechelynck
On Tue, Aug 15, 2017 at 6:14 PM, skeept wrote: > On Monday, August 14, 2017 at 11:16:50 PM UTC-5, Tony Mechelynck wrote: >> On Tue, Aug 15, 2017 at 5:44 AM, skeept wrote: >> > I have some plugins in the locations: >> > >> > >> > ~/.vim/pack/bundle/start >> >

Re: gVim : multiple tab / desktop environnement integration

2017-08-15 Thread Tony Mechelynck
On Tue, Aug 15, 2017 at 6:59 PM, Patrice Delineo wrote: [...] > "--remote-tab-silent" seems not to be present in man page (v7.4 for > GnuLinux), but appears with --help option. > I looked only into man page. Vim is one of the very few programs whose online help covers

Re: gVim : multiple tab / desktop environnement integration

2017-08-15 Thread Patrice Delineo
  >You need to configure your desktop environment to use the >"--remote-tab-silent" argument when launching Vim with a file. Some >ideas >here: http://vim.wikia.com/wiki/Launch_files_in_new_tabs_under_Unix     Thanks. It works. "--remote-tab-silent" seems not to be present in man page (v7.4

Re: Any way to make packadd load plugins in start when -u NONE or --noplugins are passed

2017-08-15 Thread skeept
On Monday, August 14, 2017 at 11:16:50 PM UTC-5, Tony Mechelynck wrote: > On Tue, Aug 15, 2017 at 5:44 AM, skeept wrote: > > I have some plugins in the locations: > > > > > > ~/.vim/pack/bundle/start > > ~/.vim/pack/bundle/opt > > > > if I start vim with > > vim --noplugins > > vim -u NONE > > > >

Re: gVim : multiple tab / desktop environnement integration

2017-08-15 Thread Ben Fritz
On Tuesday, August 15, 2017 at 10:06:21 AM UTC-5, Patrice Delineo wrote: > > > When I set up gvim as default editor, with the same process, an instance of > gvim is launched for each file althought gVIm supports multiple tab. > You need to configure your desktop environment to use the

Re: does VIM read OK the tags file if ctags was installed after VIM?

2017-08-15 Thread Ben Fritz
On Monday, August 14, 2017 at 6:23:22 PM UTC-5, Jose Caballero wrote: > It is not a problem with the path, as I do first > > :set path+=** > 'path' option should not matter. What is your 'tags' option set to? Is it finding the tags file you expect (and only the tags file you expect)?

gVim : multiple tab / desktop environnement integration

2017-08-15 Thread Patrice Delineo
Hi. I need of precision about gVim desktop environnement integration.   I use xfce/thunar (xfce file manager).   When I use gedit editor (set as default editor), when I open a file trought Thunar (right click/open with...), ifgedit is already running, instead of opening a new instance of

Re: wrong encoding for digraph page

2017-08-15 Thread Yegappan Lakshmanan
Hi Christian, On Tue, Aug 15, 2017 at 2:26 AM, Christian Brabandt wrote: > > On Di, 15 Aug 2017, Tony Mechelynck wrote: > >> On Tue, Aug 15, 2017 at 7:16 AM, Adam Monsen wrote: >> > Looks like this is still an issue. >> > >> > On Sun, Feb 26, 2012 at 7:59

Re: does VIM read OK the tags file if ctags was installed after VIM?

2017-08-15 Thread Erik Christiansen
On 14.08.17 19:23, Jose Caballero wrote: > I am working on a host that didn't have ctags installed. I have just > installed it. The install order won't make any difference. Vim only needs to find a tags file you've generated. > However, I think I am missing some step. > After creating the tags

Re: wrong encoding for digraph page

2017-08-15 Thread Christian Brabandt
On Di, 15 Aug 2017, Tony Mechelynck wrote: > On Tue, Aug 15, 2017 at 7:16 AM, Adam Monsen wrote: > > Looks like this is still an issue. > > > > On Sun, Feb 26, 2012 at 7:59 PM, Adam Monsen wrote: > >> I think there's a problem with > >>

Re: wrong encoding for digraph page

2017-08-15 Thread Tony Mechelynck
On Tue, Aug 15, 2017 at 7:16 AM, Adam Monsen wrote: > Looks like this is still an issue. > > On Sun, Feb 26, 2012 at 7:59 PM, Adam Monsen wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I think there's a problem with >>