lhmouse / nano-win

GNU nano text editor for Windows [WARNING: The master branch is constantly rebased and force-pushed so don't expect it to be steady!! -end WARNING]
https://files.lhmouse.com/nano-win/
GNU General Public License v3.0
210 stars 25 forks source link

Error expanding @PKGDATADIR@ #24

Closed rashil2000 closed 3 years ago

rashil2000 commented 3 years ago

Hi,

I uncommented the following line in my .nanorc

include "@PKGDATADIR@/*.nanorc"

but nano gives the error

Error in C:\Users\RashilGandhi/.nanorc on line 237: Error expanding @PKGDATADIR@/*.nanorc: No such file or directory
lhmouse commented 3 years ago

Please replace @PKGDATADIR@ with an absolute path on your machine.

rashil2000 commented 3 years ago

I was under the impression that nano automatically detects that.

Thanks!