From ece45bcb60c0447a7d3c993f35e5b8a82c735296 Mon Sep 17 00:00:00 2001 From: Amir Date: Sat, 15 Oct 2022 21:22:13 +0200 Subject: [PATCH] Fix https://github.com/amix/vimrc/issues/714 --- vimrcs/plugins_config.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/plugins_config.vim b/vimrcs/plugins_config.vim index d177de89..a418f4ee 100644 --- a/vimrcs/plugins_config.vim +++ b/vimrcs/plugins_config.vim @@ -185,7 +185,7 @@ let g:EditorConfig_exclude_patterns = ['fugitive://.*'] """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Copy the link to the line of a Git repository to the clipboard nnoremap v :.GBrowse! -xnoremap v :'<'>GBrowse! +xnoremap v :GBrowse! """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""