[NVIM] Fix osc52 typo

This commit is contained in:
murgi
2025-08-06 10:41:03 +02:00
parent 6fdcef86b2
commit 7b6e35a1be

View File

@@ -203,7 +203,7 @@ nmap <Leader>t :call TextWrapToggle()<CR>
"augroup END "augroup END
"Copying "Copying
if ((!shared_config) && (exists('$LC_OCS52') && $LC_OCS52 == '1')) if ((!shared_config) && (exists('$LC_OSC52') && $LC_OSC52 == '1'))
lua << EOF lua << EOF
vim.g.clipboard = 'osc52' vim.g.clipboard = 'osc52'
EOF EOF