Closed leehc257 closed 3 years ago
Hi, can you translate the Korean text in the pics?
yellow line : 12 line : red line : E475: Invalid argument : env
Please upgrade your vim(>= 8.0.0902)
Patch 8.0.0902 Problem: Cannot specify directory or environment for a job. Solution: Add the "cwd" and "env" arguments to job options. (Yasuhiro Matsumoto, closes #1160)
thanks~!!!!!
Self-Diagnosis
Environment (for bug reports)
nerdtree-git-plugin
installed.call gitstatus#doctor#Say()
outputsSteps to Reproduce the Issue
i want to use this plugin for convenience.
Current Result (Include screenshots where appropriate.)
this situation : enter vim( :e.) my folder structure this situation : move to ..(up a dir)
& my vimrc
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " plugin """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" call plug#begin('~/.vim/plugged')
Plug 'preservim/nerdtree' "nerdtree Plug 'Xuyuanp/nerdtree-git-plugin' Plug 'ryanoasis/vim-devicons' Plug 'tiagofumo/vim-nerdtree-syntax-highlight'
call plug#end() set encoding=utf-8 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "Plug 'Xuyuanp/nerdtree-git-plugin' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "let g:loaded_nerdtree_git_status = 1 "let g:NERDTreeGitStatusShowClean = 1 " default: 0 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" "Plug 'tiagofumo/vim-nerdtree-syntax-highlight' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" let g:NERDTreeFileExtensionHighlightFullName = 1 let g:NERDTreeExactMatchHighlightFullName = 1 let g:NERDTreePatternMatchHighlightFullName = 1 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " 'preservim/nerdtree' """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" nmapr :NERDTreeFocus | R |
let g:NERDTreeGitStatusUseNerdFonts = 1
let g:NERDTreeGitStatusIndicatorMapCustom = {
\ 'Modified' :'✹',
\ 'Staged' :'✚',
\ 'Untracked' :'✭',
\ 'Renamed' :'➜',
\ 'Unmerged' :'═',
\ 'Deleted' :'✖',
\ 'Dirty' :'✗',
\ 'Ignored' :'☒',
\ 'Clean' :'✔︎',
\ 'Unknown' :'?',
\ }
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Expected Result