About 1,370,084 results (4,186 milliseconds)

Security risk of vim swap files

https://groups.google.com/g/vim_dev/c/sRT9BtjLWMk/m/BRtSXNU4BwAJ
But Vim needs to know which swapfile is associated with which non-swap file. How can it do that, other than by having the swapfile's name contain the original ...

vim: recover an unnamed file

https://groups.google.com/g/vim_use/c/EPUKBJ90cYg
May 16, 2013 ... different folders have the same name? will VIM associate each file with a different swap file name without ... setlocal noswapfile "disable ...

Vim warns of swap files in "/var/tmp/"

https://groups.google.com/g/vim_use/c/7uJyqJrzMsc
vim files? MacVim and gvim are different executables. Or are you just referring to a colorscheme? No longer getting "swap exists" after deleting them at ...

[vim] vim creates large swp files

https://groups.google.com/g/vim_dev/c/RRJOfwOXtlA
Feb 26, 2021 ... ... removing the file, you may want to move it to some directory instead (to see if the command is doing what you want). Suggested reading: man ...

[vim/vim] Keyboard Input Delay only when using VIM (Issue #11692)

https://groups.google.com/g/vim_dev/c/GmwyR1ic2RQ
Dec 11, 2022 ... yes, possibly you can tune the swapsync option to disable fsync'ing the swapfile (this is a bit risky however). I believe it may also depend on ...

Persistent undo and swapfile

https://groups.google.com/g/vim_use/c/ng9we1ZIO-I
Dec 31, 2021 ... ... remove undo files that haven't changed in a long time: command! -nargs=0 CleanUpUndoFiles !find ~/.vim/tmp/undo -type f -mtime +100d -delete

vim: how to stop vim from generating ANY additional files?

https://groups.google.com/g/vim_use/c/64rvelgjubs
Feb 17, 2013 ... These backup and swap files protect against losing your files. ... delete the file, you may have to manually delete it. ... so right after I started ...

Removing junk .swp files

https://groups.google.com/g/vim_use/c/JBHSs3kPPJU/m/X9WeMsZcfWAJ
You could setup a tmp directory for where swp files are stores. set directory=~/.vim/tmp/swap. If you have swp files littered about, run this command to ...

How to close all files opened by different vim instances

https://groups.google.com/g/vim_use/c/3cInKwBEa_M
if you don't disable swap and don't edit one file in different vim instances. > I wonder what others think about this? Certainly, vim's text-based windows > ...

E303 Unable to load swap file

https://groups.google.com/g/vim_use/c/JH_XPhrXVXs
Feb 12, 2015 ... Delete. You do not have permission to delete ... file with E303, could not open a swap file for this file. ... Vim was not able to create a swap ...

E325: ATTENTION (rule update getting stuck)

https://groups.google.com/g/security-onion/c/qtypCkTwfmE
to recover the changes (see ":help recovery"). If you did this already, delete the swap file "/etc/nsm/rules/.local.rules.s wp" to ...

How to recover files after vim crash?

https://groups.google.com/d/topic/vim_use/fjsFjx9MPQs
Delete. You do not have permission to delete ... readonly but NOT to mess with the swapfile used by that other Vim. ... file already exists a swap file. regards ...

Mass file recovery from .swp's

https://groups.google.com/g/vim_use/c/3hFoTGEKzcA/m/-Sl2UMmV5hAJ
Sometimes, when vim or the host OS crashes with many open files, .swp ... the swap file for "somedir/foo.c ... just delete them all. And btw vim does not crash ...

[vim/vim] Add initial XDG_CONFIG_HOME compatibility (#8188)

https://groups.google.com/g/vim_dev/c/_8W5xIdNiCE
Delete. You do not have permission to delete ... vim/vimrc $HOME/.config/vim/vimrc.. Bram Moolenaar's ... .netrwhist , .viminfo , views, swap files, history, etc ...

E315: ml_get errors when recovering from a swap file

https://groups.google.com/g/vim_dev/c/G2YWqZMBKP8
call delete('.Xfile1.swp') call writefile ... Using swap file ".Xfile1.swp" Original file "~/vim ... <place the above Test() function in a file called test.vim>

vim: keep undo when moving a file?

https://groups.google.com/d/topic/vim_use/zbeiBYokei4
Jul 5, 2016 ... vim: keep undo when moving a file? ... " This, like swap and backups, uses .vim ... buffer), drop old buffer and delete leftover copy of the file at ...

Strength of builtin blowfish2 encryption?

https://groups.google.com/g/vim_use/c/dlDiaU8QQoE
Sep 25, 2016 ... swap file, undo history, and persisting of registers in .viminfo so it would read the encrypted file in, disable all the settings, pass it ...

netrw-plugin: Hide files with names starting with dot

https://groups.google.com/g/vim_use/c/zPRtFJEOamY
May 16, 2012 ... Delete. You do not have permission to delete ... the shown files are dot files (many being vim swap files). ... So simply use a FileType autocmd, or ...

[vim/vim] autocmd from vim8script acting strange when other ...

https://groups.google.com/g/vim_dev/c/WdPISrgwNj8
When I try to open the configure file in the second Vim instance, I get this warning: ... If you did this already, delete the swap file ".configure.swp" to avoid ...