summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-02work on issue 868devAndrés
2024-03-02work on issue 868Andrés
2024-02-16prevent memory leak in load_fileAndrés
2024-01-20work on issue 862Andrés
2023-09-28Merge branch 'pr-833' into devmongo
2023-08-27Fixed typospolluks
2023-08-21Merge branch 'pr-832' into devAndrés
2023-08-21fix typoAndrés
2023-08-21Merge branch 'pr-831' into devAndrés
2023-08-21Merge branch 'pr-830' into devAndrés
2023-08-17Fix some grammar in src/docNicholas Todoroff
2023-08-17Fix pad_and_align()Nicholas Todoroff
Properly null terminate str_out after wmemset(). Also remove unecessary calls to wcslen().
2023-08-17Allow :ccopy to copy full representation of cellsNicholas Todoroff
Adds a configuration variable "copy_to_clipboard_wysiwyg" which defaults to 1. When this variable is nonzero, :ccopy copies the selected range as it's displayed. When set to zero, :ccopy copies a full string representation of the cells.
2023-08-17Handle tabs in :ccopy consistentlyNicholas Todoroff
Only output tabs when conf_clipboard_delimited_tab is set to 1, and only pad with spaces when set to 0.
2023-08-10Address 'misleading indentation' warningSijmen J. Mulder
$ uname -a OpenBSD openbsd.joosts-fw13 7.3 GENERIC.MP#1125 amd64 $ cc --version OpenBSD clang version 13.0.0 Target: amd64-unknown-openbsd7.3 Thread model: posix InstalledDir: /usr/bin lex.c:270:25: warning: misleading indentation; statement is not part of the previous 'while' [-Wmisleading-indentation] if (isalpha(*p) || *p == '_') { ^ lex.c:268:21: note: previous statement is here while (isdigit(*++p)) ^
2023-08-10Include string.h where neededSijmen J. Mulder
$ uname -a SunOS hipster 5.11 illumos-9ffcdb10b6 i86pc i386 i86pc $ gcc --version gcc (OpenIndiana 10.5.0-oi-0) 10.5.0 ... $ gmake 2>&1 | grep "implicit declaration" file.c:199:10: warning: implicit declaration of function 'strcasecmp' [-Wimplicit-function-declaration] file.c:249:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] file.c:249:16: warning: incompatible implicit declaration of built-in function 'strlen' file.c:266:28: warning: incompatible implicit declaration of built-in function 'strlen' file.c:271:31: warning: incompatible implicit declaration of built-in function 'strlen' file.c:283:9: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] file.c:283:9: warning: incompatible implicit declaration of built-in function 'strcpy' file.c:288:27: warning: incompatible implicit declaration of built-in function 'strlen' file.c:291:16: warning: incompatible implicit declaration of built-in function 'strlen' file.c:358:12: warning: incompatible implicit declaration of built-in function 'strcpy' file.c:529:52: warning: incompatible implicit declaration of built-in function 'strlen' file.c:532:52: warning: incompatible implicit declaration of built-in function 'strlen' file.c:536:74: warning: incompatible implicit declaration of built-in function 'strlen' file.c:537:74: warning: incompatible implicit declaration of built-in function 'strlen' file.c:538:74: warning: incompatible implicit declaration of built-in function 'strlen' file.c:539:74: warning: incompatible implicit declaration of built-in function 'strlen' file.c:540:74: warning: incompatible implicit declaration of built-in function 'strlen' file.c:541:74: warning: incompatible implicit declaration of built-in function 'strlen' ...
2023-08-05work on issue 826Andrés
2023-08-05Merge branch 'pr-829' into devHEADmainAndrés
2023-08-05Merge branch 'pr-773' into devAndrés
2023-08-05Merge branch 'pr-821' into devAndrés
2023-08-02Properly handle NONE_COLOR as described in :helpNicholas Todoroff
* Adds entry for NONE_COLOR in set_colors_param_dict() * Makes chg_color() not error nor change the color when fg or bg is "NONE_COLOR"
2023-08-02Fix typo HEADINGD_ODD -> HEADINGS_ODDNicholas Todoroff
2023-06-29Save Sheet name in xlsx fileHamza TAMENAOUL
2023-06-11:datefmt does not remove text content anymore allowing future edition - work ↵Andrés
on item 3 of issue 769
2023-06-11do not change color after setting format - issue 819Andrés
2023-06-11get rid of build warningsAndrés
2023-06-10fix number 2 of issue 769Andrés
2023-06-02update CHANGES fileAndrés
2023-06-02Fixed configuration variable name: import_delimited_to_text.Andrés
2023-06-01work on issue 738Andrés
2023-06-01Updated CHANGES fileAndrés
2023-06-01work on issue 708Andrés
2023-06-01Merge branch 'pr-626' into devAndrés
2023-06-01Updated docAndrés
2023-06-01Avoid malloc roman struct everytime loading is made. Added transpose example ↵mongo
file
2023-06-01Added @mycol and @myrowmongo
2023-06-01updated Readme.mdmongo
2023-06-01updated Readme.mdmongo
2023-06-01Update CHANGES filemongo
2023-06-01Merge branch 'pr-814' into devmongo
2023-06-01Merge branch 'pr-783' into devmongo
2023-06-01updated CHANGES filemongo
2023-06-01added commentmongo
2023-06-01ansi Cmongo
2023-06-01update CHANGES filemongo
2023-06-01Merge branch 'pr-777' into devmongo
2023-06-01update CHANGES filemongo
2023-06-01Merge branch 'pr-776' into devmongo
2023-06-01fix typomongo
2023-06-01Merge branch 'pr-789' into devmongo