diff options
| author | ZyX <kp-pav@yandex.ru> | 2015-07-25 19:42:04 +0300 | 
|---|---|---|
| committer | ZyX <kp-pav@yandex.ru> | 2015-10-08 22:00:14 +0300 | 
| commit | 8dafa533dbd505a6a2cf2e009bf440e2bde342f4 (patch) | |
| tree | 0103dbcdd5a102a149531ee0be29e47e2861c761 /runtime | |
| parent | fa8e3f3f20f2f2dc5d160fb70b747568a7b4f1cf (diff) | |
| download | rneovim-8dafa533dbd505a6a2cf2e009bf440e2bde342f4.tar.gz rneovim-8dafa533dbd505a6a2cf2e009bf440e2bde342f4.tar.bz2 rneovim-8dafa533dbd505a6a2cf2e009bf440e2bde342f4.zip  | |
shada: Translate errors and add error codes
Notes:
- E136 code greatly changed its meaning: now it is write error and not read
  error.
- E195 was removed because shada_read_everything will already do all the
  necessary error reporting.
- E886 can be reported by both :rshada and :wshada, but :rshada comes first and
  AFAIR it is the only error which is not E575 and can be reported by :rshada.
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/starting.txt | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 1679ff170d..68f4ff2e64 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -896,8 +896,7 @@ To automatically save and restore views for *.c files: >  	au BufWinEnter *.c silent loadview  ============================================================================== -8. The ShaDa file				*shada* *shada-file* *E136* -						*E575* *E576* *E577* +8. The ShaDa file				*shada* *shada-file* *E575*  If you exit Vim and later start it again, you would normally lose a lot of  information.  The ShaDa file can be used to remember that information, which  enables you to continue where you left off. @@ -1081,7 +1080,7 @@ accidentally did that!).  If you want to overwrite a ShaDa file with an error  in it, you will either have to fix the error, or delete the file (while NeoVim   is running, so most of the information will be restored). -						   *:rsh* *:rshada* *E195* +						    *:rsh* *:rshada* *E886*  :rsh[ada][!] [file]	Read from ShaDa file [file] (default: see above).  			If [!] is given, then any information that is  			already set (registers, marks, |v:oldfiles|, etc.) @@ -1090,7 +1089,7 @@ is running, so most of the information will be restored).  						   *:rv* *:rviminfo*  :rv[iminfo][!] [file]	Deprecated alias to |:rshada| command. -				*:wsh* *:wshada* *E137* *E138* *E574* *E886* +					*:wsh* *:wshada* *E136* *E137* *E138*  :wsh[ada][!] [file]	Write to ShaDa file [file] (default: see above).  			The information in the file is first read in to make  			a merge between old and new info.  When [!] is used,  | 
