diff --git a/mypluginList b/mypluginList index b6bffbfc..d6b3df05 100644 --- a/mypluginList +++ b/mypluginList @@ -4,3 +4,24 @@ https://github.com/morhetz/gruvbox.git https://github.com/scrooloose/nerdcommenter.git https://github.com/alpertuna/vim-header https://github.com/aperezdc/vim-template.git +https://github.com/vim-scripts/auto-pairs-gentle.git +https://github.com/morhetz/gruvbox.git +https://github.com/scrooloose/nerdcommenter.git +https://github.com/alpertuna/vim-header +https://github.com/aperezdc/vim-template.git +https://github.com/christoomey/vim-tmux-navigator.git +https://github.com/prabirshrestha/asyncomplete-lsp.vim.git +https://github.com/prabirshrestha/asyncomplete.vim.git +https://github.com/prabirshrestha/async.vim.git +https://github.com/vim-scripts/auto-pairs-gentle.git +https://github.com/morhetz/gruvbox.git +https://github.com/scrooloose/nerdcommenter.git +https://github.com/ervandew/supertab.git +https://github.com/vim-syntastic/syntastic.git +https://github.com/djoshea/vim-autoread.git +https://github.com/alpertuna/vim-header +https://github.com/henrik/vim-indexed-search.git +https://github.com/prabirshrestha/vim-lsp.git +https://github.com/mhinz/vim-signify.git +https://github.com/aperezdc/vim-template.git +https://github.com/christoomey/vim-tmux-navigator.git diff --git a/vimrcs/google.vim b/vimrcs/google.vim index 908742d9..a078e10b 100644 --- a/vimrcs/google.vim +++ b/vimrcs/google.vim @@ -110,8 +110,9 @@ endfunction " eg. you can go to //ads/video.txt wherever you are inside " citc by :e //ads/video/.txt. function GoogleE(...) + " if the number of argument is not 0 if a:0 - let l:filepath = a:0 + let l:filepath = a:1 let l:citc = GetCitCPath() let l:dst_filepath = GetGoogle3Path(l:filepath, l:citc) execute 'e '. l:dst_filepath