comparison runtime/doc/quickref.txt @ 15850:a6ca8cf07a98 v8.1.0932

patch 8.1.0932: Farsi support is outdated and unused commit https://github.com/vim/vim/commit/14184a3133b9a6ee5f711d493c04e41ba4fa7c2f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 16 15:10:30 2019 +0100 patch 8.1.0932: Farsi support is outdated and unused Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Feb 2019 15:15:07 +0100
parents c017195b121b
children 314694a2e74a
comparison
equal deleted inserted replaced
15849:c478f5603556 15850:a6ca8cf07a98
598 the help 598 the help
599 599
600 Short explanation of each option: *option-list* 600 Short explanation of each option: *option-list*
601 'aleph' 'al' ASCII code of the letter Aleph (Hebrew) 601 'aleph' 'al' ASCII code of the letter Aleph (Hebrew)
602 'allowrevins' 'ari' allow CTRL-_ in Insert and Command-line mode 602 'allowrevins' 'ari' allow CTRL-_ in Insert and Command-line mode
603 'altkeymap' 'akm' for default second language (Farsi/Hebrew)
604 'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width 603 'ambiwidth' 'ambw' what to do with Unicode chars of ambiguous width
605 'antialias' 'anti' Mac OS X: use smooth, antialiased fonts 604 'antialias' 'anti' Mac OS X: use smooth, antialiased fonts
606 'autochdir' 'acd' change directory to the file in the current window 605 'autochdir' 'acd' change directory to the file in the current window
607 'arabic' 'arab' for Arabic as a default second language 606 'arabic' 'arab' for Arabic as a default second language
608 'arabicshape' 'arshape' do shaping for Arabic characters 607 'arabicshape' 'arshape' do shaping for Arabic characters
698 'fileformats' 'ffs' automatically detected values for 'fileformat' 697 'fileformats' 'ffs' automatically detected values for 'fileformat'
699 'fileignorecase' 'fic' ignore case when using file names 698 'fileignorecase' 'fic' ignore case when using file names
700 'filetype' 'ft' type of file, used for autocommands 699 'filetype' 'ft' type of file, used for autocommands
701 'fillchars' 'fcs' characters to use for displaying special items 700 'fillchars' 'fcs' characters to use for displaying special items
702 'fixendofline' 'fixeol' make sure last line in file has <EOL> 701 'fixendofline' 'fixeol' make sure last line in file has <EOL>
703 'fkmap' 'fk' Farsi keyboard mapping
704 'foldclose' 'fcl' close a fold when the cursor leaves it 702 'foldclose' 'fcl' close a fold when the cursor leaves it
705 'foldcolumn' 'fdc' width of the column used to indicate folds 703 'foldcolumn' 'fdc' width of the column used to indicate folds
706 'foldenable' 'fen' set to display all folds open 704 'foldenable' 'fen' set to display all folds open
707 'foldexpr' 'fde' expression used when 'foldmethod' is "expr" 705 'foldexpr' 'fde' expression used when 'foldmethod' is "expr"
708 'foldignore' 'fdi' ignore lines when 'foldmethod' is "indent" 706 'foldignore' 'fdi' ignore lines when 'foldmethod' is "indent"