diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-23 14:42:09 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-23 14:42:09 -0500 |
commit | 53b13d2a1854220ed289e07b5bc8443327a6c09c (patch) | |
tree | b53c1d1764648370ac52dbe0d190b9fe69639858 /runtime | |
parent | e274c5f6223a8b0f1bbd811ad962af3d1ec8aa80 (diff) | |
parent | d5bdc709d06d6d3452dbb7709351a22e6c12597e (diff) | |
download | rneovim-53b13d2a1854220ed289e07b5bc8443327a6c09c.tar.gz rneovim-53b13d2a1854220ed289e07b5bc8443327a6c09c.tar.bz2 rneovim-53b13d2a1854220ed289e07b5bc8443327a6c09c.zip |
Merge pull request #1726 from fwalch/vim-7.4.447
vim-patch:7.4.447
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/spell.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index da447e3b78..2ae0d27690 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1053,6 +1053,9 @@ this text to start with a "#" so that mistakes don't go unnoticed. Example: SFX F 0 in [^i]n # Spion > Spionin ~ SFX F 0 nen in # Bauerin > Bauerinnen ~ +However, to avoid lots of errors in affix files written for Myspell, you can +add the IGNOREEXTRA flag. + Apparently Myspell allows an affix name to appear more than once. Since this might also be a mistake, Vim checks for an extra "S". The affix files for Myspell that use this feature apparently have this flag. Example: @@ -1106,6 +1109,14 @@ Specifically, the affix flags can be used for: - CIRCUMFIX, as explained just below. +IGNOREEXTRA *spell-IGNOREEXTRA* + +Normally Vim gives an error for an extra field that does not start with '#'. +This avoids errors going unnoticed. However, some files created for Myspell +or Hunspell may contain many entries with an extra field. Use the IGNOREEXTRA +flag to avoid lots of errors. + + CIRCUMFIX *spell-CIRCUMFIX* The CIRCUMFIX flag means a prefix and suffix must be added at the same time. |