On Mi, 11 Mär 2026, CrestChristopher wrote:
>
> Does this work?
> :exe ":norm! g\<c-g>"
>
> Yes, that command works; although why not g followed by CTRL+g ?
This is how Vim script expects those two keys.
So did you really press "g" followed by hitting the "CTRL" key (and keep
it down) and pressing the "g" key again?
Thanks,
Christian
--
Television is now so desperately hungry for material that it is scraping
the top of the barrel.
-- Gore Vidal
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/abG%2ByEEDqJLM7sLm%40256bit.org.
Wednesday, March 11, 2026
Re: Current Position
On 3/11/2026 2:54 PM, Christian Brabandt wrote:
On Mi, 11 Mär 2026, Christopher wrote:I tried vim --clean I don't see anything happen ?Please do not top poste. Does this work? :exe ":norm! g\<c-g>" Thanks, Christian
Yes, that command works; although why not g followed by CTRL+g ?
Re: Current Position
On Mi, 11 Mär 2026, Christopher wrote:
> I tried vim --clean I don't see anything happen ?
Please do not top poste.
Does this work?
:exe ":norm! g\<c-g>"
Thanks,
Christian
--
District of Columbia pedestrians who leap over passing autos to escape
injury, and then strike the car as they come down, are liable for any
damage inflicted on the vehicle.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/abG6bJWM9dT00%2BcU%40256bit.org.
> I tried vim --clean I don't see anything happen ?
Please do not top poste.
Does this work?
:exe ":norm! g\<c-g>"
Thanks,
Christian
--
District of Columbia pedestrians who leap over passing autos to escape
injury, and then strike the car as they come down, are liable for any
damage inflicted on the vehicle.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/abG6bJWM9dT00%2BcU%40256bit.org.
Re: Current Position
I tried vim --clean I don't see anything happen ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/0e4968c8-02d2-482e-9174-b3586cd7a931n%40googlegroups.com.
On Wednesday, March 11, 2026 at 1:25:47 PM UTC-4 Christian Brabandt wrote:
On Mi, 11 Mär 2026, Christopher wrote:
> I'm trying to get this to work, first I press g followed by CTRL+G although nothing happens ?
>
> g CTRL-G
>
> Prints the current position of the cursor in five ways: Column, Line,
> Word, Character and Byte. If the number of Characters and Bytes is the
> same then the Character position is omitted. If there are characters
> in the line that take more than one position on the screen (<Tab> or
> special character), or characters using
> more than one byte per column (characters above 0x7F when 'encoding'
> is utf-8), both the byte column and the screen column are shown,
> separated by a dash.
You should see something like this:
Col 20-41 of 54-75; Line 74 of 1738; Word 434 of 11778; Byte 2860 of 73069
(I just pressed g followed by CTRL-G in a help window.)
Does it work if you start vim --clean? Perhaps some plugin is mapping
this key away?
Thanks,
Christian
--
On the subject of C program indentation:
"In My Egotistical Opinion, most people's C programs should be indented
six feet downward and covered with dirt."
-- Blair P. Houghton
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/0e4968c8-02d2-482e-9174-b3586cd7a931n%40googlegroups.com.
Re: Current Position
On Mi, 11 Mär 2026, Christopher wrote:
> I'm trying to get this to work, first I press g followed by CTRL+G although nothing happens ?
>
> g CTRL-G
>
> Prints the current position of the cursor in five ways: Column, Line,
> Word, Character and Byte. If the number of Characters and Bytes is the
> same then the Character position is omitted. If there are characters
> in the line that take more than one position on the screen (<Tab> or
> special character), or characters using
> more than one byte per column (characters above 0x7F when 'encoding'
> is utf-8), both the byte column and the screen column are shown,
> separated by a dash.
You should see something like this:
Col 20-41 of 54-75; Line 74 of 1738; Word 434 of 11778; Byte 2860 of 73069
(I just pressed g followed by CTRL-G in a help window.)
Does it work if you start vim --clean? Perhaps some plugin is mapping
this key away?
Thanks,
Christian
--
On the subject of C program indentation:
"In My Egotistical Opinion, most people's C programs should be indented
six feet downward and covered with dirt."
-- Blair P. Houghton
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/abGlHCNXHL7QxbWF%40256bit.org.
> I'm trying to get this to work, first I press g followed by CTRL+G although nothing happens ?
>
> g CTRL-G
>
> Prints the current position of the cursor in five ways: Column, Line,
> Word, Character and Byte. If the number of Characters and Bytes is the
> same then the Character position is omitted. If there are characters
> in the line that take more than one position on the screen (<Tab> or
> special character), or characters using
> more than one byte per column (characters above 0x7F when 'encoding'
> is utf-8), both the byte column and the screen column are shown,
> separated by a dash.
You should see something like this:
Col 20-41 of 54-75; Line 74 of 1738; Word 434 of 11778; Byte 2860 of 73069
(I just pressed g followed by CTRL-G in a help window.)
Does it work if you start vim --clean? Perhaps some plugin is mapping
this key away?
Thanks,
Christian
--
On the subject of C program indentation:
"In My Egotistical Opinion, most people's C programs should be indented
six feet downward and covered with dirt."
-- Blair P. Houghton
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/abGlHCNXHL7QxbWF%40256bit.org.
Current Position
I'm trying to get this to work, first I press g followed by CTRL+G although nothing happens ?
g CTRL-G
Prints the current position of the cursor in five ways: Column, Line, Word, Character and Byte. If the number of Characters and Bytes is the same then the Character position is omitted. If there are characters in the line that take more than one position on the screen (<Tab> or special character), or characters using more than one byte per column (characters above 0x7F when 'encoding' is utf-8), both the byte column and the screen column are shown, separated by a dash.
-- --
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/bd97dae7-4af4-47a4-835b-8d18138db841n%40googlegroups.com.
Monday, March 9, 2026
Re: Backup Directory
On Mo, 09 Mär 2026, CrestChristopher wrote:
> When I create a file in Vim, save it; a backup should be created after the
> save or after I've saved and added more to the document. In either case none
> of these two are working ?
So I tried this out:
#v+
~/tmp/$ mkdir ~/vim-backup
~/tmp/$ cat backup.vim
set nocp
set backupdir=~/vim-backup//
set backup
~/tmp/$ vim --clean -u backup.vim
:e ~/.vim/vimrc
:w
:q
~/tmp/$ ls -l ~/vim-backup/
-rw-r--r-- 1 chrisbra chrisbra 12481 Jan 20 2025 %home%chrisbra%.vim%vimrc~
#v-
Works as expected.
Thanks,
Christian
--
Death is God's way of telling you not to be such a wise guy.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa7R3tRl7Zr/fA%2BT%40256bit.org.
> When I create a file in Vim, save it; a backup should be created after the
> save or after I've saved and added more to the document. In either case none
> of these two are working ?
So I tried this out:
#v+
~/tmp/$ mkdir ~/vim-backup
~/tmp/$ cat backup.vim
set nocp
set backupdir=~/vim-backup//
set backup
~/tmp/$ vim --clean -u backup.vim
:e ~/.vim/vimrc
:w
:q
~/tmp/$ ls -l ~/vim-backup/
-rw-r--r-- 1 chrisbra chrisbra 12481 Jan 20 2025 %home%chrisbra%.vim%vimrc~
#v-
Works as expected.
Thanks,
Christian
--
Death is God's way of telling you not to be such a wise guy.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa7R3tRl7Zr/fA%2BT%40256bit.org.
Re: Backup Directory
On 3/9/2026 8:22 AM, Christian Brabandt wrote:
> On Mo, 09 Mär 2026, CrestChristopher wrote:
>
>> Although I typed out the full home path where the .backup directory is
>> located query the path returned; backupdir=~/.backup//
>>
>> In this case, after typing something in vim, and quitting without
>> saving; there was no backup saved in the backupdir path ?
> I believe backup is only ever done when saving a file, not from
> arbitrary points in time. There are however plugins available that do
> this. Perhaps you should start explain, what exactly you are trying to
> achieve?
>
> Thanks,
> Christian
When I create a file in Vim, save it; a backup should be created after
the save or after I've saved and added more to the document. In either
case none of these two are working ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/f6af7426-dada-45c8-a674-ba3abd4a3119%40gmail.com.
> On Mo, 09 Mär 2026, CrestChristopher wrote:
>
>> Although I typed out the full home path where the .backup directory is
>> located query the path returned; backupdir=~/.backup//
>>
>> In this case, after typing something in vim, and quitting without
>> saving; there was no backup saved in the backupdir path ?
> I believe backup is only ever done when saving a file, not from
> arbitrary points in time. There are however plugins available that do
> this. Perhaps you should start explain, what exactly you are trying to
> achieve?
>
> Thanks,
> Christian
When I create a file in Vim, save it; a backup should be created after
the save or after I've saved and added more to the document. In either
case none of these two are working ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/f6af7426-dada-45c8-a674-ba3abd4a3119%40gmail.com.
Re: Backup Directory
hi,
On Mon, 9 Mar 2026 at 11:59, CrestChristopher
<crestchristopher@gmail.com> wrote:
> ...
> Although I typed out the full home path where the .backup directory is located query the path returned; backupdir=~/.backup//
> In this case, after typing something in vim, and quitting without saving; there was no backup saved in the backupdir path ?
fwiw, the line in my '~/.vimrc' reads:
set backupdir=/tmp,~/tmp
no trailing slashes, works for me.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAM-dBgom-JnUx756OX5ZbLTAa0-RnO31soTyoSD92FqDEbQU%2Bg%40mail.gmail.com.
On Mon, 9 Mar 2026 at 11:59, CrestChristopher
<crestchristopher@gmail.com> wrote:
> ...
> Although I typed out the full home path where the .backup directory is located query the path returned; backupdir=~/.backup//
> In this case, after typing something in vim, and quitting without saving; there was no backup saved in the backupdir path ?
fwiw, the line in my '~/.vimrc' reads:
set backupdir=/tmp,~/tmp
no trailing slashes, works for me.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAM-dBgom-JnUx756OX5ZbLTAa0-RnO31soTyoSD92FqDEbQU%2Bg%40mail.gmail.com.
Re: Backup Directory
On Mo, 09 Mär 2026, CrestChristopher wrote:
> Although I typed out the full home path where the .backup directory is
> located query the path returned; backupdir=~/.backup//
>
> In this case, after typing something in vim, and quitting without
> saving; there was no backup saved in the backupdir path ?
I believe backup is only ever done when saving a file, not from
arbitrary points in time. There are however plugins available that do
this. Perhaps you should start explain, what exactly you are trying to
achieve?
Thanks,
Christian
--
Just don't create a file called -rf. :-)
-- Larry Wall in <11393@jpl-devvax.JPL.NASA.GOV>
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa67jf6lcpXy8Qxz%40256bit.org.
> Although I typed out the full home path where the .backup directory is
> located query the path returned; backupdir=~/.backup//
>
> In this case, after typing something in vim, and quitting without
> saving; there was no backup saved in the backupdir path ?
I believe backup is only ever done when saving a file, not from
arbitrary points in time. There are however plugins available that do
this. Perhaps you should start explain, what exactly you are trying to
achieve?
Thanks,
Christian
--
Just don't create a file called -rf. :-)
-- Larry Wall in <11393@jpl-devvax.JPL.NASA.GOV>
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa67jf6lcpXy8Qxz%40256bit.org.
Re: Backup Directory
On 3/9/2026 7:48 AM, Christian Brabandt wrote:
Please keep the reply on the vim-use list, forwarding to vim-use for reference. On Mo, 09 Mär 2026, CrestChristopher wrote:Vim returns no error; set backupdir="$HOME/.backup" I've also tried set backupdir="/etc/.backupThis basically is the same as :set backupdir= e.g. because of the double quote acting as a comment character, you are effectively emptying the option value. You probably want: :set backupdir=~/.backup// note the trailing double slashes to ensure that backup files are written with full path names, where slashes are replaced by % signs, as documented at :h 'backupdir'. Please also note: I am not hundert percent sure if Vim expands the "~" automatically, but I believe it does. If not, you may want to explicitly spell out your home directory like this: :set backupdir=/home/user/.backup// Finally please note, you can always check the value by querying the option setting directly: :set backupdir?set writebackupThis will create a backup, but will delete the backup file after a successful write. Is that what you want? Or do you want to keep the backups in which case you want :set backup Thanks, Christian
Although I typed out the full home path where the .backup directory is located query the path returned; backupdir=~/.backup//
In this case, after typing something in vim, and quitting without saving; there was no backup saved in the backupdir path ?
Re: Backup Directory
Please keep the reply on the vim-use list, forwarding to vim-use for
reference.
On Mo, 09 Mär 2026, CrestChristopher wrote:
> Vim returns no error;
>
> set backupdir="$HOME/.backup" I've also tried
>
> set backupdir="/etc/.backup
This basically is the same as
:set backupdir=
e.g. because of the double quote acting as a comment character, you are
effectively emptying the option value.
You probably want:
:set backupdir=~/.backup//
note the trailing double slashes to ensure that backup files are written
with full path names, where slashes are replaced by % signs, as
documented at :h 'backupdir'. Please also note: I am not hundert percent
sure if Vim expands the "~" automatically, but I believe it does. If
not, you may want to explicitly spell out your home directory like this:
:set backupdir=/home/user/.backup//
Finally please note, you can always check the value by querying the
option setting directly:
:set backupdir?
> set writebackup
This will create a backup, but will delete the backup file after a
successful write. Is that what you want? Or do you want to keep the
backups in which case you want
:set backup
Thanks,
Christian
--
Wenn es etwas ist, das "jeder weiß", dann stimmt es garantiert nicht.
-- Robert Anson Heinlein (Die Leben des Lazarus Long)
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa6zhDZ0gKycJhBe%40256bit.org.
reference.
On Mo, 09 Mär 2026, CrestChristopher wrote:
> Vim returns no error;
>
> set backupdir="$HOME/.backup" I've also tried
>
> set backupdir="/etc/.backup
This basically is the same as
:set backupdir=
e.g. because of the double quote acting as a comment character, you are
effectively emptying the option value.
You probably want:
:set backupdir=~/.backup//
note the trailing double slashes to ensure that backup files are written
with full path names, where slashes are replaced by % signs, as
documented at :h 'backupdir'. Please also note: I am not hundert percent
sure if Vim expands the "~" automatically, but I believe it does. If
not, you may want to explicitly spell out your home directory like this:
:set backupdir=/home/user/.backup//
Finally please note, you can always check the value by querying the
option setting directly:
:set backupdir?
> set writebackup
This will create a backup, but will delete the backup file after a
successful write. Is that what you want? Or do you want to keep the
backups in which case you want
:set backup
Thanks,
Christian
--
Wenn es etwas ist, das "jeder weiß", dann stimmt es garantiert nicht.
-- Robert Anson Heinlein (Die Leben des Lazarus Long)
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa6zhDZ0gKycJhBe%40256bit.org.
Re: Backup Directory
On So, 08 Mär 2026, Christopher wrote:
> Putting it in quotes, causes vim to fire an error; although nothing is being written ?
... and the error is what? You may want to share what exactly you put
into your .vimrc.
Also please let me remind you of the list etiquette:
> Do not top-post! Type your reply below the text you are replying to.
Thanks,
Chris
--
Substantial penalty for early withdrawal.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa5whg%2Bbvs9ZQK00%40256bit.org.
> Putting it in quotes, causes vim to fire an error; although nothing is being written ?
... and the error is what? You may want to share what exactly you put
into your .vimrc.
Also please let me remind you of the list etiquette:
> Do not top-post! Type your reply below the text you are replying to.
Thanks,
Chris
--
Substantial penalty for early withdrawal.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa5whg%2Bbvs9ZQK00%40256bit.org.
Sunday, March 8, 2026
Re: Backup Directory
From the backup help page (https://vimdoc.sourceforge.net/htmldoc/editing.html#backup)
"After the file has been successfully written and when the 'writebackup' option is on and the 'backup' option is off, the backup file is deleted. "
This is the default setting (as indicated in the backup help page). So you might not see the backup file.
Also as Christian Brabandt wrote, you can not have double quotes around (or at the beginning) of an option/settings statement (set backupdir=/etc/.backup), otherwise this will be treated as a commented out line.
Please share the error messages you get, and your .vimrc file that you are using.
Regards
On Mon, Mar 9, 2026 at 5:41 AM Lang Hurst <grakker@gmail.com> wrote:
Are you getting backup in your /home/you/vim/backup by default?
Could you attach your .vimrc?
On 26/03/08 02:27PM, Christopher wrote:
> Putting it in quotes, causes vim to fire an error; although nothing is
> being written ?
>
> On Sunday, March 8, 2026 at 4:51:37 PM UTC-4 Christian Brabandt wrote:
>
> >
> > On So, 08 Mär 2026, Christopher wrote:
> >
> > > "set backupdir=/etc/.backup
> >
> > And you have the double quote at the beginning? That is actually a
> > comment character. And you most likely do not want your backups to go
> > into /etc, unless that directory is specifically being set to allow you
> > to write into it. And finally, please I guess you also want :set backup
> > See :h backup-table
> >
> >
> > Thanks,
> > Christian
> > --
> > All my friends and I are crazy. That's the only thing that keeps us sane.
> >
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/vim_use/1c807e21-c69b-4b97-bd19-c7f73462a06fn%40googlegroups.com.
--
When stupidity is considered patriotism, it is unsafe to be intelligent.
-Isaac Asimov
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa4zFaNVJly49DDL%40dominion.lan.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CA%2Bek4BF1PP_m3%3DB-jYB84K0wSa8x81SMy%3Dn4HaH3jH%3DQveXQ1g%40mail.gmail.com.
Re: Backup Directory
Are you getting backup in your /home/you/vim/backup by default?
Could you attach your .vimrc?
On 26/03/08 02:27PM, Christopher wrote:
> Putting it in quotes, causes vim to fire an error; although nothing is
> being written ?
>
> On Sunday, March 8, 2026 at 4:51:37 PM UTC-4 Christian Brabandt wrote:
>
> >
> > On So, 08 Mär 2026, Christopher wrote:
> >
> > > "set backupdir=/etc/.backup
> >
> > And you have the double quote at the beginning? That is actually a
> > comment character. And you most likely do not want your backups to go
> > into /etc, unless that directory is specifically being set to allow you
> > to write into it. And finally, please I guess you also want :set backup
> > See :h backup-table
> >
> >
> > Thanks,
> > Christian
> > --
> > All my friends and I are crazy. That's the only thing that keeps us sane.
> >
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/vim_use/1c807e21-c69b-4b97-bd19-c7f73462a06fn%40googlegroups.com.
--
When stupidity is considered patriotism, it is unsafe to be intelligent.
-Isaac Asimov
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa4zFaNVJly49DDL%40dominion.lan.
Could you attach your .vimrc?
On 26/03/08 02:27PM, Christopher wrote:
> Putting it in quotes, causes vim to fire an error; although nothing is
> being written ?
>
> On Sunday, March 8, 2026 at 4:51:37 PM UTC-4 Christian Brabandt wrote:
>
> >
> > On So, 08 Mär 2026, Christopher wrote:
> >
> > > "set backupdir=/etc/.backup
> >
> > And you have the double quote at the beginning? That is actually a
> > comment character. And you most likely do not want your backups to go
> > into /etc, unless that directory is specifically being set to allow you
> > to write into it. And finally, please I guess you also want :set backup
> > See :h backup-table
> >
> >
> > Thanks,
> > Christian
> > --
> > All my friends and I are crazy. That's the only thing that keeps us sane.
> >
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> ---
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/vim_use/1c807e21-c69b-4b97-bd19-c7f73462a06fn%40googlegroups.com.
--
When stupidity is considered patriotism, it is unsafe to be intelligent.
-Isaac Asimov
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa4zFaNVJly49DDL%40dominion.lan.
Re: Backup Directory
Putting it in quotes, causes vim to fire an error; although nothing is being written ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/1c807e21-c69b-4b97-bd19-c7f73462a06fn%40googlegroups.com.
On Sunday, March 8, 2026 at 4:51:37 PM UTC-4 Christian Brabandt wrote:
On So, 08 Mär 2026, Christopher wrote:
> "set backupdir=/etc/.backup
And you have the double quote at the beginning? That is actually a
comment character. And you most likely do not want your backups to go
into /etc, unless that directory is specifically being set to allow you
to write into it. And finally, please I guess you also want :set backup
See :h backup-table
Thanks,
Christian
--
All my friends and I are crazy. That's the only thing that keeps us sane.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/1c807e21-c69b-4b97-bd19-c7f73462a06fn%40googlegroups.com.
Re: Backup Directory
On So, 08 Mär 2026, Christopher wrote:
> "set backupdir=/etc/.backup
And you have the double quote at the beginning? That is actually a
comment character. And you most likely do not want your backups to go
into /etc, unless that directory is specifically being set to allow you
to write into it. And finally, please I guess you also want :set backup
See :h backup-table
Thanks,
Christian
--
All my friends and I are crazy. That's the only thing that keeps us sane.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa3g4BbhAhTCIKTp%40256bit.org.
> "set backupdir=/etc/.backup
And you have the double quote at the beginning? That is actually a
comment character. And you most likely do not want your backups to go
into /etc, unless that directory is specifically being set to allow you
to write into it. And finally, please I guess you also want :set backup
See :h backup-table
Thanks,
Christian
--
All my friends and I are crazy. That's the only thing that keeps us sane.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa3g4BbhAhTCIKTp%40256bit.org.
Re: Backup Directory
This is what it states in the documentation
On Sunday, March 8, 2026 at 11:00:41 AM UTC-4 Riza Dindir wrote:
Please check your settings if you have enabled backups (and set the directory (backupdir) correctly. I am not sure, but you might set the permissions in the parent directories too.Please also read the help files (:help backup). You must set backup and writebackup settings according to your needs. There is a table in the help (:help backup) that will tell you how to set these two settings.RegardsOn Sun, Mar 8, 2026 at 4:00 PM Christopher <crestchr...@gmail.com> wrote:I understand the permissions issues. How should it backup to begin with, as I mentioned to someone else. I've started Vim and decided to write and then saved with a file name. I then exited Vim and there was no file in the .backup folder ?On Sunday, March 8, 2026 at 1:00:45 AM UTC-5 jr wrote:hi,
On Sun, 8 Mar 2026 at 03:28, Riza Dindir <riza....@gmail.com> wrote:
> As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.
>
> Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).
>
> The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...
just to add, conventionally '/etc' is a system directory and a
non-root user would be permitted to read, not write.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.----
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.To view this discussion visit https://groups.google.com/d/msgid/vim_use/3000797f-110a-4b7f-a17f-d4d1d8fcbcf2n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/c5d8ba2f-d133-46f9-9d85-40ade78e7d71n%40googlegroups.com.
Re: Backup Directory
"set backupdir=/etc/.backup
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/7258275f-f56c-470d-8128-d89d5164cbc0n%40googlegroups.com.
On Sunday, March 8, 2026 at 3:15:17 PM UTC-4 Christian Brabandt wrote:
> I tried your suggestion but I don't see any files in the .backup
> folder ?
Let me repeat:
> Please show what exactly you set
Thanks,
Christian
--
James Joyce -- an essentially private man who wished his total
indifference to public notice to be universally recognized.
-- Tom Stoppard
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/7258275f-f56c-470d-8128-d89d5164cbc0n%40googlegroups.com.
Re: Backup Directory
> I tried your suggestion but I don't see any files in the .backup
> folder ?
Let me repeat:
> Please show what exactly you set
Thanks,
Christian
--
James Joyce -- an essentially private man who wished his total
indifference to public notice to be universally recognized.
-- Tom Stoppard
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa3KS51pSRXLNyjg%40256bit.org.
> folder ?
Let me repeat:
> Please show what exactly you set
Thanks,
Christian
--
James Joyce -- an essentially private man who wished his total
indifference to public notice to be universally recognized.
-- Tom Stoppard
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aa3KS51pSRXLNyjg%40256bit.org.
Re: Backup Directory
Please check your settings if you have enabled backups (and set the directory (backupdir) correctly. I am not sure, but you might set the permissions in the parent directories too.
Please also read the help files (:help backup). You must set backup and writebackup settings according to your needs. There is a table in the help (:help backup) that will tell you how to set these two settings.
Regards
On Sun, Mar 8, 2026 at 4:00 PM Christopher <crestchristopher@gmail.com> wrote:
I understand the permissions issues. How should it backup to begin with, as I mentioned to someone else. I've started Vim and decided to write and then saved with a file name. I then exited Vim and there was no file in the .backup folder ?--On Sunday, March 8, 2026 at 1:00:45 AM UTC-5 jr wrote:hi,
On Sun, 8 Mar 2026 at 03:28, Riza Dindir <riza....@gmail.com> wrote:
> As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.
>
> Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).
>
> The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...
just to add, conventionally '/etc' is a system directory and a
non-root user would be permitted to read, not write.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/3000797f-110a-4b7f-a17f-d4d1d8fcbcf2n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CA%2Bek4BExDdLooUm9nCR3zmzVxwQF8p8%2BBTC2dEs7fDCj%3DbtuYw%40mail.gmail.com.
Re: Backup Directory
As far as I know, whenever you write something to the file that you are editing, and the backup is enabled (writebackup, and backup I believe are the settings, you will have to check with the documentation) and the backupdir is set, it will write to that directory.
And the /etc folder is a system directory, and you might want to keep these folders clean/clear of backups. You could create a ~/.backup folder in your home directory, or maybe you can use /tmp/.backup, or you could use /var/run/.backup (as per the Filesystem Hierarchy Standard). /etc is used for host system specific configuration (if you care about the FHS). But again there is nothing that says you can not change the permissions of the /etc directory and use that for your own purposes.
Regards
On Sun, Mar 8, 2026 at 3:58 PM Christopher <crestchristopher@gmail.com> wrote:
It's possible I should be asking, how does it backup.In other words, must I start vim and write something and it will backup to the folder in this case ".backup" ? Or regardless what file it open, it will backup to this folder. Otherwise so it's clear if it's a permissions issue. Currently the /etc/.backup directories both can read and write for the user.--On Saturday, March 7, 2026 at 10:28:21 PM UTC-5 Riza Dindir wrote:Hello Christopher,As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...RegardsOn Sun, Mar 8, 2026 at 5:00 AM Christopher <crestchr...@gmail.com> wrote:Why don't I see any backup files, no matter what file I work with ?--On Saturday, March 7, 2026 at 12:49:30 PM UTC-5 badli al rashid wrote:hi crestchristopher,try with your home folder.Sent from GmailOn Sat, Mar 7, 2026, 20:45 Christopher <crestchr...@gmail.com> wrote:I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.To view this discussion visit https://groups.google.com/d/msgid/vim_use/c55613d7-5478-4cc6-8702-8fb47b0b70c2n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/088c8263-467c-45b2-974d-dc424c964a5fn%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CA%2Bek4BGz7Hm_7nnpj_Mye%3D-PC%3Dgy5NL-ajhV1qMGt1pOV7Zh8w%40mail.gmail.com.
Re: Backup Directory
I understand the permissions issues. How should it backup to begin with, as I mentioned to someone else. I've started Vim and decided to write and then saved with a file name. I then exited Vim and there was no file in the .backup folder ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/3000797f-110a-4b7f-a17f-d4d1d8fcbcf2n%40googlegroups.com.
On Sunday, March 8, 2026 at 1:00:45 AM UTC-5 jr wrote:
hi,
On Sun, 8 Mar 2026 at 03:28, Riza Dindir <riza....@gmail.com> wrote:
> As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.
>
> Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).
>
> The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...
just to add, conventionally '/etc' is a system directory and a
non-root user would be permitted to read, not write.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/3000797f-110a-4b7f-a17f-d4d1d8fcbcf2n%40googlegroups.com.
Re: Backup Directory
It's possible I should be asking, how does it backup.In other words, must I start vim and write something and it will backup to the folder in this case ".backup" ? Or regardless what file it open, it will backup to this folder. Otherwise so it's clear if it's a permissions issue. Currently the /etc/.backup directories both can read and write for the user.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/088c8263-467c-45b2-974d-dc424c964a5fn%40googlegroups.com.
On Saturday, March 7, 2026 at 10:28:21 PM UTC-5 Riza Dindir wrote:
Hello Christopher,As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...RegardsOn Sun, Mar 8, 2026 at 5:00 AM Christopher <crestchr...@gmail.com> wrote:Why don't I see any backup files, no matter what file I work with ?--On Saturday, March 7, 2026 at 12:49:30 PM UTC-5 badli al rashid wrote:hi crestchristopher,try with your home folder.Sent from GmailOn Sat, Mar 7, 2026, 20:45 Christopher <crestchr...@gmail.com> wrote:I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.To view this discussion visit https://groups.google.com/d/msgid/vim_use/c55613d7-5478-4cc6-8702-8fb47b0b70c2n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/088c8263-467c-45b2-974d-dc424c964a5fn%40googlegroups.com.
Saturday, March 7, 2026
Re: Backup Directory
hi,
On Sun, 8 Mar 2026 at 03:28, Riza Dindir <riza.dindir@gmail.com> wrote:
> As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.
>
> Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).
>
> The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...
just to add, conventionally '/etc' is a system directory and a
non-root user would be permitted to read, not write.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAM-dBgqBZXgP%2BVg%3DSx0x-STHShRVD%3Dzw7y_Oo2sfOKBncKfwbA%40mail.gmail.com.
On Sun, 8 Mar 2026 at 03:28, Riza Dindir <riza.dindir@gmail.com> wrote:
> As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.
>
> Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).
>
> The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...
just to add, conventionally '/etc' is a system directory and a
non-root user would be permitted to read, not write.
--
regards, jr.
You have the right to free speech, as long as you're not dumb enough
to actually try it.
(The Clash 'Know Your Rights')
this email is intended only for the addressee(s) and may contain
confidential information. if you are not the intended recipient, you
are hereby notified that any use of this email, its dissemination,
distribution, and/or copying without prior written consent is
prohibited.
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAM-dBgqBZXgP%2BVg%3DSx0x-STHShRVD%3Dzw7y_Oo2sfOKBncKfwbA%40mail.gmail.com.
Re: Backup Directory
Hello Christopher,
As Eric Marceau pointed out, the double forward slash (//) in the path ("backupdir"=//etc/.backup) might be a problem.
Also the double quotes in "backupdir"=//etc/.backup might be a problem. I would use "set backupdir=/etc/.backup" (without the double quotes) in the ~/.vimrc file or wherever your rc file is. I have something similar in my settings file: "set bakupdir=/tmp" (without the double quotes).
The other thing might be that you have to create the /etc/.backup directory, and you might need write permissions to that directory. It is odd to use the /etc directory for this IMHO. It might be a good idea to move this to the home folder of your choosing (as Badli al Rashid has suggested). This can be something like ~/tmp/.backup or something else...
Regards
On Sun, Mar 8, 2026 at 5:00 AM Christopher <crestchristopher@gmail.com> wrote:
Why don't I see any backup files, no matter what file I work with ?--On Saturday, March 7, 2026 at 12:49:30 PM UTC-5 badli al rashid wrote:hi crestchristopher,try with your home folder.Sent from GmailOn Sat, Mar 7, 2026, 20:45 Christopher <crestchr...@gmail.com> wrote:I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/c55613d7-5478-4cc6-8702-8fb47b0b70c2n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CA%2Bek4BFdcJQnfB1Dt7WMQFEFk0L5_Vs1SL-iFTswE34DNH-BYA%40mail.gmail.com.
Re: Backup Directory
Why don't I see any backup files, no matter what file I work with ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/c55613d7-5478-4cc6-8702-8fb47b0b70c2n%40googlegroups.com.
On Saturday, March 7, 2026 at 12:49:30 PM UTC-5 badli al rashid wrote:
hi crestchristopher,try with your home folder.Sent from GmailOn Sat, Mar 7, 2026, 20:45 Christopher <crestchr...@gmail.com> wrote:I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/c55613d7-5478-4cc6-8702-8fb47b0b70c2n%40googlegroups.com.
Re: Backup Directory
I tried your suggestion but I don't see any files in the .backup folder ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/ba53e686-c361-452f-b57f-c9dfd7556387n%40googlegroups.com.
On Saturday, March 7, 2026 at 5:19:25 PM UTC-5 Eric Marceau wrote:
Also, I think you may need to correct what I see as a mis-type, "//" at start of string. Suggest you try using "backupdir"=/etc/.backup EricOn 2026-03-07 12:52, Christian Brabandt wrote:
On Sa, 07 Mär 2026, Christopher wrote:I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?Please show what exactly you set. You may also need to :set backup to keep the backup file available after the file was successfully written. See :h backup-table Thanks, Christian
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/ba53e686-c361-452f-b57f-c9dfd7556387n%40googlegroups.com.
Re: Backup Directory
Also, I think you may need to correct what I see as a mis-type, "//" at start of string. Suggest you try using "backupdir"=/etc/.backup Eric
On 2026-03-07 12:52, Christian Brabandt wrote:
On Sa, 07 Mär 2026, Christopher wrote:I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?Please show what exactly you set. You may also need to :set backup to keep the backup file available after the file was successfully written. See :h backup-table Thanks, Christian
Re: Backup Directory
On Sa, 07 Mär 2026, Christopher wrote:
> I'm trying to setup a backup directory; "backupdir"=//etc/.backup
> within my vimrc although; no file is being written to this directory ?
Please show what exactly you set. You may also need to :set backup to
keep the backup file available after the file was successfully written.
See :h backup-table
Thanks,
Christian
--
Now my EMOTIONAL RESOURCES are heavily committed to 23% of the SMELTING
and REFINING industry of the state of NEVADA!!
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aaxlxHUiYFbNBw6h%40256bit.org.
> I'm trying to setup a backup directory; "backupdir"=//etc/.backup
> within my vimrc although; no file is being written to this directory ?
Please show what exactly you set. You may also need to :set backup to
keep the backup file available after the file was successfully written.
See :h backup-table
Thanks,
Christian
--
Now my EMOTIONAL RESOURCES are heavily committed to 23% of the SMELTING
and REFINING industry of the state of NEVADA!!
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aaxlxHUiYFbNBw6h%40256bit.org.
Re: Backup Directory
hi crestchristopher,
try with your home folder.
Sent from Gmail
On Sat, Mar 7, 2026, 20:45 Christopher <crestchristopher@gmail.com> wrote:
I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAJinB_CpO0p5gSM3afOHwK3jE3Y%3DQp8%3DRHkWWD4x-ANFm9LRaw%40mail.gmail.com.
Backup Directory
I'm trying to setup a backup directory; "backupdir"=//etc/.backup within my vimrc although; no file is being written to this directory ?
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/2d4c7c1e-9437-4c49-aca8-bf1f2dadb3c1n%40googlegroups.com.
Thursday, March 5, 2026
Re: Does popup_menu() functions asynchronous?
вт, 3 мар. 2026 г., 11:41 Piotr Kolasiński <ptkola@gmail.com>:
I try to use popup_menu() in linear code like:——func PopupResult(id, sel)let g:popup_sel = a:resultecho "In popup: " .. g:resultendfunccall popup_menu(["A","B","C"], #{ callback: 'PopupResult' })echo 'After popup'——-but 'After popup' is displayed immediately, not waiting for finish the call.Does popup_menu works asynchronous? How can I execute such code in linear way?Piotr--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/78474f86-0bd6-401c-bdc3-fc85b4ca7b45n%40googlegroups.com.
Hello,
No you can't. The good news is that you hardly ever need it. Just return and continue execution from the callback function. The way typical for _modeless_ dialogs.
Regards,
Matvey
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAFsTB%2B%2B32J5Qe4eLLhN3QighXUS8KxT%2BsEv%3DkUDOx7OtLCYqGQ%40mail.gmail.com.
Re: Startup flag with Errors ?
The solution is to revert back to a previous vimrc file; unless you know of another way besides just deleting the lines within the vimrc file as well ?
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/f84a5509-0fd2-4b90-bac5-d2d1c5cbbb6fn%40googlegroups.com.
On Thursday, March 5, 2026 at 4:14:29 AM UTC-5 Christian Brabandt wrote:
On Do, 05 Mär 2026, Christopher wrote:
> When running the command `vim --startuptime vimlogMessages. The log messages should be written to such a file but that file doesn't exist ? Although when running the mentioned command the below is seen within my shell but the log messages are placed within my vimrc file ?
>
>
> shellvimerror.png
Looks like you accidentally have overwritten /etc/vimrc with a previous
attempt of using --startuptime /etc/vimrc as root.
And now this file contain a startuptime log instead of being a system
initialization file.
Thanks,
Christian
--
You know it's going to be a long day when you get up, shave and shower,
start to get dressed and your shoes are still warm.
-- Dean Webber
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/f84a5509-0fd2-4b90-bac5-d2d1c5cbbb6fn%40googlegroups.com.
Re: Startup flag with Errors ?
On Do, 05 Mär 2026, Christopher wrote:
> When running the command `vim --startuptime vimlogMessages. The log messages should be written to such a file but that file doesn't exist ? Although when running the mentioned command the below is seen within my shell but the log messages are placed within my vimrc file ?
>
>
> shellvimerror.png
Looks like you accidentally have overwritten /etc/vimrc with a previous
attempt of using --startuptime /etc/vimrc as root.
And now this file contain a startuptime log instead of being a system
initialization file.
Thanks,
Christian
--
You know it's going to be a long day when you get up, shave and shower,
start to get dressed and your shoes are still warm.
-- Dean Webber
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aalJAFYdlrGdz/3M%40256bit.org.
> When running the command `vim --startuptime vimlogMessages. The log messages should be written to such a file but that file doesn't exist ? Although when running the mentioned command the below is seen within my shell but the log messages are placed within my vimrc file ?
>
>
> shellvimerror.png
Looks like you accidentally have overwritten /etc/vimrc with a previous
attempt of using --startuptime /etc/vimrc as root.
And now this file contain a startuptime log instead of being a system
initialization file.
Thanks,
Christian
--
You know it's going to be a long day when you get up, shave and shower,
start to get dressed and your shoes are still warm.
-- Dean Webber
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/aalJAFYdlrGdz/3M%40256bit.org.
Re: Startup flag with Errors ?
When running the command `vim --startuptime vimlogMessages. The log messages should be written to such a file but that file doesn't exist ? Although when running the mentioned command the below is seen within my shell but the log messages are placed within my vimrc file ?
On Wednesday, March 4, 2026 at 8:47:27 PM UTC-5 Igbanam Ogbuluijah wrote:
Works for me. My Vim version is
VIM - Vi IMproved 9.2 (2026 Feb 14, compiled Mar 03 2026 19:50:15)
macOS version - arm64
Included patches: 1-100Try these
- Update Vim, and try again.
- Read `:h --startuptime` and ensure you're passing in the correct parameters
- Try it in a new shell window
In any case, please share more detail when you respond. It's hard to help without knowing details of the environment, version, output, and so on.Cheers.IgbanamOn Thu, Mar 5, 2026 at 12:30 AM Christopher <crestchr...@gmail.com> wrote:When running vim with the --startuptime flag the output isn't clean but with rather dozens of Not an Editor command ?--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/ffd505f3-e529-4a23-90d9-c66e7ce02431n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/41772cdb-d0ec-4060-94e7-1bb4ee92257cn%40googlegroups.com.
Wednesday, March 4, 2026
Re: Startup flag with Errors ?
Works for me. My Vim version is
VIM - Vi IMproved 9.2 (2026 Feb 14, compiled Mar 03 2026 19:50:15)
macOS version - arm64
Included patches: 1-100
VIM - Vi IMproved 9.2 (2026 Feb 14, compiled Mar 03 2026 19:50:15)
macOS version - arm64
Included patches: 1-100
Try these
- Update Vim, and try again.
- Read `:h --startuptime` and ensure you're passing in the correct parameters
- Try it in a new shell window
In any case, please share more detail when you respond. It's hard to help without knowing details of the environment, version, output, and so on.
Cheers.
Igbanam
On Thu, Mar 5, 2026 at 12:30 AM Christopher <crestchristopher@gmail.com> wrote:
When running vim with the --startuptime flag the output isn't clean but with rather dozens of Not an Editor command ? --
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/ffd505f3-e529-4a23-90d9-c66e7ce02431n%40googlegroups.com.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/vim_use/CAOmRJrcxKTvxsg6A2eQfD2m4EahUEfmwHQvFvEuSRbSt%3DqF0cw%40mail.gmail.com.
Subscribe to:
Comments (Atom)