comparison runtime/doc/spell.txt @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents af69c9335223
children ed00f0fbdaef
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
324 helps when 'encoding' is not "latin1", such as iso-8859-2, and English text 324 helps when 'encoding' is not "latin1", such as iso-8859-2, and English text
325 is being edited. For the ".add" files the same name as the found main 325 is being edited. For the ".add" files the same name as the found main
326 spell file is used. 326 spell file is used.
327 327
328 For example, with these values: 328 For example, with these values:
329 'runtimepath' is "~/.vim,/usr/share/vim81,~/.vim/after" 329 'runtimepath' is "~/.vim,/usr/share/vim82,~/.vim/after"
330 'encoding' is "iso-8859-2" 330 'encoding' is "iso-8859-2"
331 'spelllang' is "pl" 331 'spelllang' is "pl"
332 332
333 Vim will look for: 333 Vim will look for:
334 1. ~/.vim/spell/pl.iso-8859-2.spl 334 1. ~/.vim/spell/pl.iso-8859-2.spl
335 2. /usr/share/vim81/spell/pl.iso-8859-2.spl 335 2. /usr/share/vim82/spell/pl.iso-8859-2.spl
336 3. ~/.vim/spell/pl.iso-8859-2.add.spl 336 3. ~/.vim/spell/pl.iso-8859-2.add.spl
337 4. /usr/share/vim81/spell/pl.iso-8859-2.add.spl 337 4. /usr/share/vim82/spell/pl.iso-8859-2.add.spl
338 5. ~/.vim/after/spell/pl.iso-8859-2.add.spl 338 5. ~/.vim/after/spell/pl.iso-8859-2.add.spl
339 339
340 This assumes 1. is not found and 2. is found. 340 This assumes 1. is not found and 2. is found.
341 341
342 If 'encoding' is "latin1" Vim will look for: 342 If 'encoding' is "latin1" Vim will look for:
343 1. ~/.vim/spell/pl.latin1.spl 343 1. ~/.vim/spell/pl.latin1.spl
344 2. /usr/share/vim81/spell/pl.latin1.spl 344 2. /usr/share/vim82/spell/pl.latin1.spl
345 3. ~/.vim/after/spell/pl.latin1.spl 345 3. ~/.vim/after/spell/pl.latin1.spl
346 4. ~/.vim/spell/pl.ascii.spl 346 4. ~/.vim/spell/pl.ascii.spl
347 5. /usr/share/vim81/spell/pl.ascii.spl 347 5. /usr/share/vim82/spell/pl.ascii.spl
348 6. ~/.vim/after/spell/pl.ascii.spl 348 6. ~/.vim/after/spell/pl.ascii.spl
349 349
350 This assumes none of them are found (Polish doesn't make sense when leaving 350 This assumes none of them are found (Polish doesn't make sense when leaving
351 out the non-ASCII characters). 351 out the non-ASCII characters).
352 352