Skip to content

Commit

Permalink
udpate(vim-error): handle for e303
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Dec 4, 2018
1 parent 63fd99f commit 1308921
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions programming/tools/vim/vimBasicNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
- [内置补全](#内置补全)
- [git](#git)
- [Documentation](#documentation)
- [Error](#error)

<!-- /TOC -->

Expand Down Expand Up @@ -916,3 +917,10 @@ In insert mode
- `:help i_^n`: `<C-n>` docs in insert mode
- `:help c_^n`: `<C-n>` docs in commandline mode
- `:helpgrep command`: search docs includes `command`

## Error

can't open swap or backup file:

- create `:set directory?` directory
- chown of directory to `${whoami}`

0 comments on commit 1308921

Please sign in to comment.