aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/spellfile.vim
Commit message (Collapse)AuthorAge
* spellfile.vim: Search for a writable directory on WindowsJames McCoy2017-11-06
| | | | Fixes #6664 until #6272 is merged and sdtpath('data') can be used.
* spellfile.vim: use :keeppatterns before :globalJustin M. Keyes2017-11-06
|
* spellfile.vim: less pesteringJustin M. Keyes2016-04-10
| | | | | | | | - Always auto-create spell/ directory, don't ask. - Don't ask where to put .spl file if only 1 choice exists. - Always download .sug file, don't ask. - Use blackhole register for :delete and :g//d. - Formatting: expand tabs.
* spellfile: follow the XDG specFelipe Morales2015-10-28
| | | | Closes #3535
* doc: Misc. cleanupJustin M. Keyes2015-03-24
| | | | | | | | | | Add missing parentheses and whatnot, move dangling comment, etc. Some specific items worth mentioning: Fixed some references to non-existent tags, found via `make html` msgpack_rpc/channel.c: ELOG already prefixes each line with "error @ ..."
* runtime: make the spellfile creation use .nvim folder #1990Seth Woodworth2015-02-15
|
* re-integrate runtime/ vim-patch:0 #938Justin M. Keyes2014-07-29
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>