]> git.sev.monster Git - dotfiles.git/commitdiff
vimrc: update suda comment with issue
authorsev <git@sev.monster>
Thu, 5 Dec 2024 20:37:53 +0000 (14:37 -0600)
committersev <git@sev.monster>
Thu, 5 Dec 2024 20:37:53 +0000 (14:37 -0600)
etc/vim/.vimrc

index aca1f42617131c7acdcb58f0b7b22ca0590584f5..888e18967957aee030f3ca5d333757b70f715366 100644 (file)
@@ -89,6 +89,7 @@ function s:SudaSettingsRestore()
     if exists('g:sev_suda_file') && filereadable(g:sev_suda_file)
         if exists('g:sev_suda_backup') && g:sev_suda_backup
             " XXX: suda.vim uses setlocal for this, even though it's global...
+            "      https://github.com/lambdalisue/vim-suda/issues/85
             setlocal backup
         endif
         if exists('g:sev_suda_swapfile') && g:sev_suda_swapfile
This page took 0.050092 seconds and 4 git commands to generate.