Skip to content

Commit b0bb781

Browse files
committed
Merge pull request preservim#263 from medvid/master
Fix spelling errors in documetation
2 parents 6697bb7 + 21af5e0 commit b0bb781

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ The following features and functionality are provided by the NERD tree:
4444
as you left it
4545
* You can have a separate NERD tree for each tab, share trees across tabs,
4646
or a mix of both.
47-
* By default the script overrides the default file browser (netw), so if
48-
you :edit a directory a (slighly modified) NERD tree will appear in the
47+
* By default the script overrides the default file browser (netrw), so if
48+
you :edit a directory a (slightly modified) NERD tree will appear in the
4949
current window
5050
* A programmable menu system is provided (simulates right clicking on a node)
51-
* one default menu plugin is provided to perform basic filesytem
51+
* one default menu plugin is provided to perform basic filesystem
5252
operations (create/delete/move/copy files/directories)
5353
* There's an API for adding your own keymappings
5454

doc/NERD_tree.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ The following features and functionality are provided by the NERD tree:
8383
as you left it
8484
* You can have a separate NERD tree for each tab, share trees across tabs,
8585
or a mix of both.
86-
* By default the script overrides the default file browser (netw), so if
87-
you :edit a directory a (slighly modified) NERD tree will appear in the
86+
* By default the script overrides the default file browser (netrw), so if
87+
you :edit a directory a (slightly modified) NERD tree will appear in the
8888
current window
8989
* A programmable menu system is provided (simulates right clicking on a
9090
node)
91-
* one default menu plugin is provided to perform basic filesytem
91+
* one default menu plugin is provided to perform basic filesystem
9292
operations (create/delete/move/copy files/directories)
9393
* There's an API for adding your own keymappings
9494

@@ -228,7 +228,7 @@ gs......Same as s, but leave the cursor on the NERDTree..........|NERDTree-gs|
228228
O.......Recursively open the selected directory..................|NERDTree-O|
229229
x.......Close the current nodes parent...........................|NERDTree-x|
230230
X.......Recursively close all children of the current node.......|NERDTree-X|
231-
e.......Edit the current dif.....................................|NERDTree-e|
231+
e.......Edit the current dir.....................................|NERDTree-e|
232232

233233
<CR>...............same as |NERDTree-o|.
234234
double-click.......same as the |NERDTree-o| map.
@@ -780,7 +780,7 @@ If set to 1, doing a >
780780
<
781781
will open up a "secondary" NERD tree instead of a netrw in the target window.
782782

783-
Secondary NERD trees behaves slighly different from a regular trees in the
783+
Secondary NERD trees behaves slightly different from a regular trees in the
784784
following respects:
785785
1. 'o' will open the selected file in the same window as the tree,
786786
replacing it.

lib/nerdtree/bookmark.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function! s:Bookmark.BookmarkNames()
6767
endfunction
6868

6969
" FUNCTION: Bookmark.CacheBookmarks(silent) {{{1
70-
" Class method to read all bookmarks from the bookmarks file intialize
70+
" Class method to read all bookmarks from the bookmarks file initialize
7171
" bookmark objects for each one.
7272
"
7373
" Args:

0 commit comments

Comments
 (0)