Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8457031
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:42:11+00:00 2026-06-10T12:42:11+00:00

In an .vimrc file, is it possible to only execute an autocmd if the

  • 0

In an .vimrc file, is it possible to only execute an autocmd if the file is loaded from a particular directory?

In MacVim, i have a line of code in my .vimrc which automatically cds to the directory that contains the file i am editing – however it causes an error when i access the git files that :Gedit creates (vim package fugitive).

The autocmd is:

autocmd BufEnter * execute "chdir ".escape(expand("%:p:h"), ' ')

The error is:

Error detected while processing BufEnter Auto commands for "*":

From :echo expand("%") it is clear that Fugitive creates paths that begin with fugitive:///, so i am trying to figure out how to test if the first 12 characters of a file’s path == fugitive:///

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T12:42:12+00:00Added an answer on June 10, 2026 at 12:42 pm

    Hmm, I think I’ve misunderstood. Your are changing the directory in the shell, not in Vim, don’t you? In that case, autochdir won’t be enough.

    :Gedit creates a temporary file with a funky name:

    :e vimrc
    :Gedit ~2
    :echo expand("%")
    fugitive:///home/romainl/.vim/.git//8aece3dc3c19522c33c997bc82a2487e3bdf013b/vimrc
    :echo expand("%:p:h")
    fugitive:///home/romainl/.vim/.git//8aece3dc3c19522c33c997bc82a2487e3bdf013b/
    

    There’s no way your shell is going to cd to that “directory” because it is not a valid path.

    However, I have set autochdir which tells vim to cd automatically to the directory containing the current file. Thanks to that I can see that the temporary file is in:

    :pwd
    /tmp/vGiSmH2
    

    I could use the output of :pwd to cd there.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my .vimrc file, I have the following function, which folds the licensing information
In my .vimrc file, I have this line: set mouse=a This enables the mouse
I have a .vimrc file that contains the following line: syntax match proper /\s[A-Z][a-zA-Z]*/
I have a line set cpoptions+=$ in my .vimrc file. However according to verbose
I want to edit .vimrc file from Vim and apply them without restarting Vim.
My .vimrc file has filetype mappings for different filetypes such as : autocmd FileType
Is it possible to set in .vimrc that vim saves the file every time
I have created the following mapping in my vimrc file: noremap <C-p> ! firefox
I have the following two mappings in my vimrc file nnoremap <C-j> :tabp<CR> nnoremap
after months of tweaking my vimrc file and installing plugins, I have this little

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.