history: create the path '~/.local/share/' when it is needed
Benno Schulenberg authored
On a freshly installed system, or for a new user, the default
XDG data directory may not exist yet.  So, create it when not.
Reported-by: default avatarBrand Huntsman <alpha@qzx.com>
4200ed30
Name Last commit Last update
..
Makefile.am organization: move all history-related stuff to its own file
browser.c copyright: update some years, and standardize on the dashed format
chars.c tweaks: frob a couple of comments
color.c painting: evade an ncurses bug by adding the A_PROTECT attribute
cut.c tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
files.c files: save the marked region only when we've prompted for a file name
global.c tweaks: reshuffle a couple of lines, to put similar things together
help.c tweaks: transform the token DISABLE_COLOR to ENABLE_COLOR
history.c history: create the path '~/.local/share/' when it is needed
move.c copyright: update some years, and standardize on the dashed format
nano.c selecting: do not cancel the softmark when the cursor is not moved
nano.h tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
prompt.c tweaks: reshuffle a bit of code and elide an unneeded variable
proto.h tweaks: reshuffle a couple of lines, to put similar things together
rcfile.c copyright: update some years, and standardize on the dashed format
search.c tweaks: rename, rewrap, and reshuffle some stuff, and frob some comments
text.c selecting: let a justification cancel a softmark
utils.c tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough
winio.c tweaks: elide the 'mark_set' boolean -- the 'mark' pointer is enough