Re: setglobal, setlocal, set confusion

2019-08-01 Thread 'Andy Wokula' via vim_use
Am 01.08.2019 um 14:49 schrieb Kai Weber: I found out about 'setglobal' and read the documentation. It seems I am still confused and think that 'set' is more global than 'setglobal' despite the name suggests. I tried to set my spelllang with setglobal First note that spelllang is a

Re: setglobal, setlocal, set confusion

2019-08-01 Thread Tony Mechelynck
On Thu, Aug 1, 2019 at 2:49 PM Kai Weber wrote: > > I found out about 'setglobal' and read the documentation. It seems I am > still confused and think that 'set' is more global than 'setglobal' > despite the name suggests. > > I tried to set my spelllang with setglobal > > setglobal

setglobal, setlocal, set confusion

2019-08-01 Thread Kai Weber
I found out about 'setglobal' and read the documentation. It seems I am still confused and think that 'set' is more global than 'setglobal' despite the name suggests. I tried to set my spelllang with setglobal setglobal spelllang=en,de But I found that the spelling in my buffer did not checked

Re: file subset of file updated

2019-08-01 Thread Erik Christiansen
On 31.07.19 12:15, Bee wrote: > Does vim have the ability to reference a file made of files? > > file A is a subset of file B > file A = text > file B = file A plus more text In my experience, Vim edits multiple files, one at the time, and you can switch between them. Where you have created