Fix typos (#9)

This commit is contained in:
Harvey R
2022-09-03 15:25:01 +01:00
committed by Alex Vear
parent 1156d9f34c
commit 79dd8529ea

View File

@@ -51,7 +51,7 @@ functionality offered by this plugin:
To control how Org.vim handles folding, just use the standard Vim |folding| To control how Org.vim handles folding, just use the standard Vim |folding|
options and commands. options and commands.
For example if you want to enable or disable folding, just set 'foldenable'. For example, if you want to enable or disable folding, just set 'foldenable'.
> >
autocmd FileType org,outline setlocal nofoldenable autocmd FileType org,outline setlocal nofoldenable
< <
@@ -105,7 +105,7 @@ This option can be enabled for all buffers like so:
> >
let g:org_clean_folds = 1 let g:org_clean_folds = 1
< <
Alternatively it can be enabled for specific buffers: Alternatively, it can be enabled for specific buffers:
> >
let b:org_clean_folds = 1 let b:org_clean_folds = 1
< <
@@ -120,7 +120,7 @@ the italic variant of your font.
As some terminals, terminal multiplexers and monospaced fonts don't support As some terminals, terminal multiplexers and monospaced fonts don't support
the use of italics, org.vim provides a mechanism to disable italic text. the use of italics, org.vim provides a mechanism to disable italic text.
To disable for all Org mode files place the following line in your vimrc: To disable for all Org mode files, place the following line in your vimrc:
> >
let g:org_use_italics = 0 let g:org_use_italics = 0
< <
@@ -137,7 +137,7 @@ Enable/disable syntax highlighting of inline (La)TeX blocks[4]. This option
exists as some Org mode users don't use TeX and may find the highlighting exists as some Org mode users don't use TeX and may find the highlighting
annoying. annoying.
To disable for all Org mode files place the following line in your vimrc: To disable for all Org mode files, place the following line in your vimrc:
> >
let g:org_highlight_tex = 0 let g:org_highlight_tex = 0
< <
@@ -153,7 +153,7 @@ Default: 0~
Enable/disable alphabetical bullets on ordered lists. This is disabled by Enable/disable alphabetical bullets on ordered lists. This is disabled by
default like in Emacs. default like in Emacs.
To enable for all Org mode files place the following line in your vimrc: To enable for all Org mode files, place the following line in your vimrc:
> >
let g:org_list_alphabetical_bullets = 1 let g:org_list_alphabetical_bullets = 1
< <
@@ -221,7 +221,7 @@ in the `LICENCE` file. The license can also be viewed on the web [3] or by
viewing the |license| section of the |uganda.txt| help doc from within Vim. viewing the |license| section of the |uganda.txt| help doc from within Vim.
Org.vim is based on the work of many other people (far too many to list here), Org.vim is based on the work of many other people (far too many to list here),
without them org.vim would not have been possible. The most notable of thse without them org.vim would not have been possible. The most notable of these
works are: works are:
* GNU Emacs' Outline mode [1]. * GNU Emacs' Outline mode [1].