We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5ed4e commit 3cbc3b4Copy full SHA for 3cbc3b4
.gitignore
@@ -1,3 +1,6 @@
1
/rails.zip
2
/rails.vba
3
/doc/tags
4
+*.swp
5
+.*swp
6
+.*~
.netrwhist
@@ -1,3 +1,5 @@
let g:netrw_dirhistmax =10
-let g:netrw_dirhist_cnt =1
-let g:netrw_dirhist_1='/Users/agore/Documents/workspace/twcloud-chef'
+let g:netrw_dirhist_cnt =3
+let g:netrw_dirhist_1='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks'
+let g:netrw_dirhist_2='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks/go-agent'
+let g:netrw_dirhist_3='/Users/agore/Documents/workspace/thoughtworks-devops-chef/cookbooks/go-agent/recipes'
0 commit comments