Re: searching one word containing # with touch *

2019-05-06 Thread Gary Johnson
On 2019-05-06, Anand Hariharan wrote: > > On Mon, May 6, 2019 at 1:05 PM Gary Johnson wrote: > > On 2019-05-06, Mathieu Roux wrote: > > > > > > Great! it seems to work...! > > > Maybe you also know how i can search one whole lign with vim? > > > Of course, i can use visual mode to select the

Re: searching one word containing # with touch *

2019-05-06 Thread Anand Hariharan
On Mon, May 6, 2019 at 1:05 PM Gary Johnson wrote: > On 2019-05-06, Mathieu Roux wrote: > > > > Great! it seems to work...! > > Maybe you also know how i can search one whole lign with vim? > > Of course, i can use visual mode to select the lign, and then press *, > > but is there one faster

Re: Create buffer without opening a window

2019-05-06 Thread Tony Mechelynck
On Mon, May 6, 2019 at 9:40 PM 'Lifepillar' via vim_use wrote: > > On 6 May 2019, at 20:57, 'Andy Wokula' via vim_use > wrote: > > > > Am 06.05.2019 um 17:02 schrieb 'Lifepillar' via vim_use: > >> I would like to create a new buffer "in the background", without opening > >> any new window, put

Re: searching one word containing # with touch *

2019-05-06 Thread Christian Brabandt
On Mo, 06 Mai 2019, 'Andy Wokula' via vim_use wrote: > When you add characters to 'isk' with the star command `*' > and again remove them when going to a tag with Ctrl-], > then suddenly `#foo' is no longer found, because the pattern > \<#foo\> > ceases to match (`\<' only matches before an

Re: Create buffer without opening a window

2019-05-06 Thread 'Lifepillar' via vim_use
On 6 May 2019, at 20:57, 'Andy Wokula' via vim_use wrote: > > Am 06.05.2019 um 17:02 schrieb 'Lifepillar' via vim_use: >> I would like to create a new buffer "in the background", without opening >> any new window, put some text into the buffer then write it to disk, >> without ever showing the

Re: Create buffer without opening a window

2019-05-06 Thread 'Andy Wokula' via vim_use
Am 06.05.2019 um 17:02 schrieb 'Lifepillar' via vim_use: I would like to create a new buffer "in the background", without opening any new window, put some text into the buffer then write it to disk, without ever showing the buffer (the reason why I am not populating a List and use writefile()

Re: searching one word containing # with touch *

2019-05-06 Thread 'Andy Wokula' via vim_use
Am 06.05.2019 um 15:33 schrieb Tony Mechelynck: On Sun, May 5, 2019 at 9:35 PM Gary Johnson wrote: On 2019-05-05, Mathieu Roux wrote: On dim., 2019-05-05 at 18:50 +0200, Tony Mechelynck wrote: On Sun, May 5, 2019 at 6:44 PM Mathieu Roux wrote: Hello, I would like to search the word under

Re: searching one word containing # with touch *

2019-05-06 Thread Gary Johnson
On 2019-05-06, Mathieu Roux wrote: > On dim., 2019-05-05 at 12:35 -0700, Gary Johnson wrote: > > On 2019-05-05, Mathieu Roux wrote: > > > On dim., 2019-05-05 at 18:50 +0200, Tony Mechelynck wrote: > > > > On Sun, May 5, 2019 at 6:44 PM Mathieu Roux wrote: > > > > > > > > > > Hello, > > > > > I

Re: searching one word containing # with touch *

2019-05-06 Thread Mathieu Roux
On dim., 2019-05-05 at 12:35 -0700, Gary Johnson wrote: > On 2019-05-05, Mathieu Roux wrote: > > On dim., 2019-05-05 at 18:50 +0200, Tony Mechelynck wrote: > > > On Sun, May 5, 2019 at 6:44 PM Mathieu Roux wrote: > > > > > > > > Hello, > > > > I would like to search the word under my prompt on

Create buffer without opening a window

2019-05-06 Thread 'Lifepillar' via vim_use
I would like to create a new buffer "in the background", without opening any new window, put some text into the buffer then write it to disk, without ever showing the buffer (the reason why I am not populating a List and use writefile() directly is that I need to perform some text manipulation

Re: searching one word containing # with touch *

2019-05-06 Thread Tony Mechelynck
On Sun, May 5, 2019 at 9:35 PM Gary Johnson wrote: > > On 2019-05-05, Mathieu Roux wrote: > > On dim., 2019-05-05 at 18:50 +0200, Tony Mechelynck wrote: > > > On Sun, May 5, 2019 at 6:44 PM Mathieu Roux wrote: > > > > > > > > Hello, > > > > I would like to search the word under my prompt on vim.