Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on creating file #111

Closed
Pierre-Green opened this issue Dec 29, 2016 · 3 comments
Closed

Error on creating file #111

Pierre-Green opened this issue Dec 29, 2016 · 3 comments

Comments

@Pierre-Green
Copy link

Pierre-Green commented Dec 29, 2016

Hello all,
I started to use vim yesterday but I've got an error, i enabled vim debug with:
let g:templates_debug = 1

And the output is:

Executing `find -L '/home/pierre/' -maxdepth 1 -type f -name '.vim-template:*'`
No template found
Executing `find -L '/home/' -maxdepth 1 -type f -name '.vim-template:*'`
No template found
Executing `find -L '/' -maxdepth 1 -type f -name '.vim-template:*'`
No template found
Executing `find -L '/home/pierre/.vim/bundle/vim-template/templates/' -maxdepth
1 -type f -name '=template=*'`
No template found

Pathogen is working because NERDTree is working, if I list the files in .vim/bundled/vim-templates/templates I have this output:

OUTPUT

Thank you !

@Pierre-Green Pierre-Green changed the title Error on creating fil Error on creating file Dec 29, 2016
@Pierre-Green
Copy link
Author

This is my .vimrc:

" Enable debug mode
let g:templates_debug = 1

" Executing patogen execute mode
execute pathogen#infect()

" Enabling the syntax
syntax on

" File type plugin
filetype plugin indent on

" Show line number
:set number

@FliiFe
Copy link

FliiFe commented Dec 29, 2016

Fixed with set shell=/bin/bash for me.
See #107

The plugin seems not to support running in fish. This should probably be added to the readme.

aperezdc added a commit that referenced this issue Dec 30, 2016
As suggested in issue #111. Some people seem to stumble on this, so it is a
good idea to mention it in the documentation.
@aperezdc
Copy link
Owner

I have added a note to the README file, and also started with a Troubleshooting/FAQ section in the documentation (see #108). That will hopefully be helpful to the people who may stumble upon this again 😉

xav-b pushed a commit to xav-b/vim-template that referenced this issue Mar 19, 2017
As suggested in issue aperezdc#111. Some people seem to stumble on this, so it is a
good idea to mention it in the documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants