Commit Graph

81 Commits

Author SHA1 Message Date
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
Reed Esau
70867c536d plug of new vim-one project 2014-02-23 02:38:44 -07:00
Reed Esau
78fbec8b4d Better resource links for usage 2014-02-15 13:02:15 -07:00
Reed Esau
32bf636fae Misc improvements to documentation 2014-02-15 12:38:32 -07:00
Reed Esau
cf2996d938 Updated See Also, where vim-textobj-quote replaces vim-quotable 2014-02-08 11:51:49 -07:00
Reed Esau
10354b7661 Merge branch 'master' of https://github.com/reedes/vim-wordy 2014-02-04 22:18:15 -07:00
Reed Esau
2d05efb048 added brief screen demo 2014-02-04 22:18:11 -07:00
Reed Esau
1f83e5e16b Misc changes in wording 2014-02-03 22:13:11 -07:00
Reed Esau
da04b35a33 added mention of sibling project vim-wheel 2014-02-01 16:29:23 -07:00
Reed Esau
bd9bc40714 added reference to new vim-textobj-sentence 2014-01-28 02:29:20 -07:00
Reed Esau
7ede49c91c new art-jargon and passive-voice dictionaries; misc improvements 2014-01-26 14:07:49 -07:00
Reed Esau
3056b21618 fix Wordy command for updated dictionary names 2014-01-25 06:04:58 -07:00
Reed Esau
00d8f9d1e0 rename JargWordy to JargonWordy; added WeakWordy 2014-01-24 22:48:16 -07:00
Reed Esau
7011af40bd Merge branch 'master' of https://github.com/reedes/vim-wordy 2014-01-24 22:39:38 -07:00