Просмотр исходного кода

Merge pull request #79 from kimmel/master

Documentation fixes.
jlanzarotta 6 лет назад
Родитель
Сommit
162f6031ad
2 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      README.md
  2. 4 4
      doc/bufexplorer.txt

+ 1 - 1
README.md

@@ -57,7 +57,7 @@ This plugin can also be found at http://www.vim.org/scripts/script.php?script_id
 
         Plug 'jlanzarotta/bufexplorer'
 
-2. Instal with `:PlugInstall`.
+2. Install with `:PlugInstall`.
 
 ### Pathogen
 1. Install with the following command.

+ 4 - 4
doc/bufexplorer.txt

@@ -53,7 +53,7 @@ If you would like to use something other than the default leader key - '\' -
 you may simply change the leader (see |mapleader|).
 
 When <Leader>bs or <Leader>bv is issued, bufexplorer opens in either a
-horizontally or vertically split window.  By issusing either of these commands,
+horizontally or vertically split window.  By issuing either of these commands,
 the user is telling bufexplorer that they want to split the window and have
 bufexplorer show the buffer they are about to select (from the bufexplorer
 windows) in the newly split window.  When <Leader>be is issued, bufexplorer
@@ -250,12 +250,12 @@ The default is to use the global &splitright.
 
                                                    *g:bufExplorerSplitVertSize*
 To control the size of the new vertical split window, use: >
-  let g:bufExplorerVertSize=n          " New split window is n columns wide.
-  let g:bufExplorerVertSize=0          " New split windows size set by Vim.
+  let g:bufExplorerSplitVertSize=n          " New split window is n columns wide.
+  let g:bufExplorerSplitVertSize=0          " New split windows size set by Vim.
 The default is 0, so that the size is set by Vim.
 
                                                    *g:bufExplorerVersionWarn*
-To control wether to warning about Vim version or not, use: >
+To control whether to warning about Vim version or not, use: >
   let g:bufExplorerVersionWarn=1       " Warn if version conflict.
   let g:bufExplorerVersionWarn=0       " Do not warn if version conflict.
 The default is 1.