summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7dfed37)
See https://savannah.gnu.org/patch/?8523 and https://git.savannah.gnu.org/cgit/nano.git/commit/?id=
c16e79b
--- /dev/null
+{
+ "name": "nano",
+ "files": [
+ {
+ "path": "$HOME/.nanorc",
+ "movable": true,
+ "help": "XDG is partially supported since _v2.9.0_. You can move the file to _XDG_CONFIG_HOME/nano/nanorc_."
+ },
+ {
+ "path": "$HOME/.nano",
+ "movable": true,
+ "help": "XDG is partially supported since _v2.9.0_. You can move the directory to _XDG_DATA_HOME/nano_."
+ }
+ ]
+}