ctrlsf.vim
ctrlsf.vim copied to clipboard
Use the working folder of the search to used it to open the result file.
This pull request intent to solve issue #344:
Fail to open the file of the search result when the working directory change
I think you should use g:ctrlsf_absolute_file_path option instead. This option was originally added to address the issue of potential changes in the working directory.
It is indeed a solution but when your project is in a deep file structure the output of CtrlSF is clutter with the path prefix that add no value to the user.
I believe the pull request bring something to some users (;-))