Peter Aronoff
590927f572
Update links to point to preservim
2022-02-13 07:37:47 -05:00
Caleb Maclennan
667426a017
Merge pull request #34 from robinp/master
...
Make cached spelling file directory configurable.
2020-10-24 12:56:51 +03:00
Reed Es
f0391713fa
Added reference to new vim-wordchipper plugin
2019-11-22 00:23:24 -07:00
Reed Es
87a77cb293
Merge pull request #35 from bcl/master-spelllang
...
Set spelllang correctly
v1.2
2019-08-29 12:16:25 -06:00
Brian C. Lane
e80520718d
Set spelllang correctly
...
Full paths are not allowed in spelllang, only the lang names.
In the ./spell/ directory the files are named using the 'lang' which in
the case of wordy is the dict name.
This patch drops the actual lang from the .spl path, and only passes
the dict names to spelllang.
NOTE: I am not a vimscript expert, this solution works for me when
loading vim-wordy using pathogen. Closes issue #33
2019-08-25 10:39:02 -07:00
Robin Palotai
4e097f5552
Make cached spelling file directory configurable.
...
Introduces the `g:wordy_spell_dir` variable. This is useful with
`nixpkgs` or other distros where plugins are installed into unwritable
locations.
2019-08-19 15:00:09 +02:00
Reed Es
14b9dbf76a
Merge pull request #28 from rndnoise/pr-19
...
Fix excessive regeneration of spelling dictionaries
2018-03-10 16:42:36 -07:00
rndnoise
aa66dfff91
Fix excessive regeneration of spelling dictionaries
2018-03-08 13:32:05 -06:00
Reed Esau
bd37684a04
Support lists of adjectives and adverbs #24
2016-11-07 17:41:36 -07:00
Reed Esau
a4dd6fdb05
Added mention of new danielbmarques/vim-ditto plugin
2016-07-30 19:07:58 -06:00
Reed Esau
ae7470797b
Merge branch 'master' of https://github.com/reedes/vim-wordy
2015-09-05 13:19:22 -06:00
Reed Esau
6b37d5a8c9
Merge pull request #18 from michaelx386/issue-9
...
Replace deprecated commands in demo gif; fixes #9
2015-09-05 12:47:13 -06:00
michaelx386
5a8a149b3c
Replace deprecated commands in demo gif; fixes #9
2015-08-29 20:48:28 +01:00
Reed Esau
05dd76aeeb
Merge branch 'master' of https://github.com/reedes/vim-wordy
2015-05-09 01:24:47 -06:00
Reed Esau
86ab7f3d5b
Misc formatting
v1.1
2015-05-06 01:50:14 -06:00
Reed Esau
2d840bb5fe
Minor updates
2015-05-06 01:37:08 -06:00
Reed Esau
7d90faf657
Merge pull request #13 from Konfekt/patch-1
...
suggest convenient map to cycle through displayed list of dics
2015-05-06 01:33:35 -06:00
Reed Esau
324e08d11d
Merge pull request #15 from sunaku/SpellRare
...
highlight wordy with SpellLocal or SpellRare, for neovim (where it's supported)
2015-05-06 01:24:36 -06:00
Suraj N. Kurapati
bc6b75ad9a
use tempname() for portability; map(), docs, style
...
Use tempname() for portably obtaining a temporary filename.
Use map() instead of a for-loop.
Add comment explaining the purpose of the newly added code.
Add l: prefix to keep coding style in-line with rest of code.
2015-04-26 19:58:31 -07:00
Jakson Alves de Aquino
03680e115b
mark words dynamically: don't need 2 sets of dicts
...
The dic file is read in a list, a new list is created with
the "!" replaced with "?", the new list is saved in a temporary
file, which is used as the dic file. Finally, after used, the
temporary file is deleted.
2015-04-26 19:44:55 -07:00
Suraj N. Kurapati
210dd1077d
GH-15: flag words as rare instead of bad in NeoVim
...
This change marks all words in all dictionaries as rare words so that
NeoVim highlights them as SpellRare instead of SpellBad. This lets you
distinguish between wordy writing and normal misspellings, respectively.
In order for this to work, your NeoVim needs to be patched as follows:
https://github.com/neovim/neovim/pull/2456
https://groups.google.com/forum/#!topic/vim_dev/rPWOoR3ZgSA
See `:help spell-wordlist-format` for details about dictionary markings.
2015-04-26 17:43:29 -07:00
Konfekt
71b1365e2a
suggest convenient map to cycle through list of dics
2015-02-20 22:20:42 +01:00
Reed Esau
65d4e67e7a
Merge pull request #11 from ddm231/master
...
improved examples
v1.0
2015-01-02 00:00:17 -07:00
Devlin Mallory
aae58f414b
improved examples
...
I made the first example one in which the distinction between getting
up and waking up is important, and I made the second example one in
which the word “perhaps” actually weakens the point instead of giving a
numeric fuzz factor. These are not super captivating examples, but
hopefully illustrate my problem with the prior examples.
2014-12-23 12:04:53 -08:00
Reed Esau
3027f129df
Support Arglead in Wordy command completion
2014-09-22 09:05:18 -06:00
Reed Esau
d13caf6137
Truncating message line to avoid enter key
2014-08-21 02:44:21 -06:00
Reed Esau
7db7399705
sort the flattened ring for Wordy command
2014-08-07 10:13:14 -06:00
Reed Esau
72fd1b569e
Place the completion info beneath the ring section
2014-08-07 03:55:37 -06:00
Reed Esau
225a218b38
Merge pull request #8 from reedes/july-beta
...
dictionary changes; new Wordy command with completion list
2014-08-07 03:34:49 -06:00
Reed Esau
8e978041a2
Correct example and improve description.
2014-08-07 03:29:45 -06:00
Reed Esau
ffddb686ba
Merge branch 'master' of https://github.com/reedes/vim-wordy into july-beta
2014-08-07 03:22:41 -06:00
Reed Esau
8db14fd53e
Added completion list; deprecated many xWordy commands
2014-08-07 03:22:03 -06:00
Reed Esau
979a1a1de2
split a compound entry (2)
2014-07-29 15:30:16 -06:00
Reed Esau
fe3046c512
split a compound entry
2014-07-29 15:27:49 -06:00
Reed Esau
40df90cec4
a few additions from Web Economy Bullshit Generator; removed 'women'
2014-07-29 10:51:34 -06:00
Reed Esau
1e0a514cdb
removed he and she
2014-07-29 01:14:10 -06:00
Reed Esau
f69ee904e5
misc additions; remove 'the' from weak; better docs
2014-07-28 22:41:16 -06:00
Reed Esau
ccdc24b7cb
move demo gif to imgur
2014-06-27 21:04:11 -06:00
Reed Esau
6437ef8220
Add an 'off' position to the ring of wordy dictionaries #4
2014-06-24 02:39:07 -06:00
Reed Esau
0752ff3548
Additions found in Ridiculous Business Jargon dictionary
2014-04-26 04:44:57 -06:00
Reed Esau
ff6f55d2a6
Needed typographic quote support for two phrases
2014-04-25 23:51:45 -06:00
Reed Esau
a50d522775
restore acqhisition
2014-04-25 01:24:09 -06:00
Reed Esau
6ae2550411
Add more jargon found in Steve Ballmer letter
2014-04-25 01:21:15 -06:00
Reed Esau
909384fa79
Merge branch 'master' of https://github.com/reedes/vim-wordy
2014-03-14 23:59:07 -06:00
Reed Esau
1b6c5ceb68
bugfix for PrevWordy command
2014-03-14 23:58:47 -06:00
Reed Esau
54beec8629
Misc wording changes
2014-03-12 08:57:48 -06:00
Reed Esau
db51e9a510
Merge pull request #3 from reedes/wordy-ring
...
Supports a ring of dictionaries for rapid cycling
2014-03-12 01:50:02 -06:00
Reed Esau
29bded611e
simplified ring; multiple types
2014-03-12 01:46:21 -06:00
Reed Esau
fa9a2faf9c
First cut of experimental ring of dictionaries
2014-03-10 22:17:23 -06:00
Reed Esau
8ef787e58a
Improve wording
2014-02-26 12:29:51 -07:00