aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/shada.c
Commit message (Expand)AuthorAge
* shada: Move '%' handling from shada_write to its own functionJames McCoy2016-12-14
* shada: Respect the optional buffer count for shada-%James McCoy2016-12-12
* Avoid serializing NULL string through msgpackJames McCoy2016-11-23
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* shada: Fix non-writeable ShaDa directory handlingZyX2016-09-04
* option: Also escape commas in options other then &runtimepathZyX2016-07-10
* *: Satisfy linter (newest type casts rule)ZyX2016-06-24
* file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24
* shada: Do not forget to close ShaDa readerZyX2016-06-23
* file: Use own constants, do not rely on fcntl.hZyX2016-06-23
* file: Add buffered reading and writingZyX2016-06-23
* file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
* ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* Fix be64toh() detection on BSDs.John Szakmeister2016-05-14
* normal: convert MCHAR etc operator and register types to enum MotionTypeBjörn Linse2016-05-01
* message: Remove useless emsg* functions, leaving only emsgfZyX2016-04-18
* shada: Make sure that NIL and EXT values can also be parsed backZyX2016-04-18
* eval: Move some decoding functions to eval/decode.cZyX2016-04-18
* eval: Move encode.c to eval/encode.cZyX2016-04-18
* eval: Split out typval_T dumping functions to nvim/encode.cZyX2016-04-18
* config: Remove HAVE_UNISTD_H.Seth Jackson2016-01-18
* Windows: Include <fcntl.h> for file constants.Seth Jackson2016-01-17
* Revert ROOT_UID removalMichael Reed2016-01-15
* Misc. macro cleanupMichael Reed2016-01-14
* shada.c: Fix HAVE_BE64TOH checkMichael Reed2016-01-13
* eval: Use better error messages when failing to dump valuesZyX2016-01-04
* Port fsync() to libuv.Seth Jackson2016-01-01
* shada: Free wms->hms in shada_write_exitZyX2015-12-18
* shada: Continue dumping when variables failed to dumpZyX2015-12-18
* shada: Fix all linter errors in src/nvim/shada.*ZyX2015-12-13
* Add missing guard for HAVE_UNISTD_HRui Abreu Ferreira2015-12-02
* Merge pull request #3724 from ZyX-I/fix-3635Justin M. Keyes2015-11-27
|\
| * shada: Do not save unlisted and quickfix buffersZyX2015-11-23
* | Update shada.c to use libuv error constants instead of errno constantsRui Abreu Ferreira2015-11-25
* | shada: Also store last search directionZyX2015-11-23
|/
* Merge pull request #3470 from ZyX-I/pr-3198Justin M. Keyes2015-10-25
|\
| * shada: Remove SHADA_FILE2ZyX2015-10-23
| * option: Add `//` to the end of default `&directory`ZyX2015-10-23
| * shada: Move shada file to a new locationZyX2015-10-23
* | shada: Run set_last_cursor before writing shada fileZyX2015-10-23
|/
* shada: Do not use msgpack_rpc functions for converting data to msgpackZyX2015-10-08
* shada: Fix shada_removable signatureZyX2015-10-08
* shada: Fix jump/change list merging codeZyX2015-10-08
* shada(documentation): Fix outdated commentsZyX2015-10-08
* shada: Make sure that shada-r option correctly ignores caseZyX2015-10-08
* shada: When using shada-r normalize option pathZyX2015-10-08
* shada: Fix out-of-bounds array accessZyX2015-10-08
* shada: Save an allocation when writing local marksZyX2015-10-08
* shada: Fix v:hlsearch save/restore and do not write empty patternsZyX2015-10-08
* shada,functests: Fix v:hlsearch saving/restoring handlingZyX2015-10-08