mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh
This commit is contained in:
@@ -892,7 +892,7 @@ EXTERN int skip_redraw INIT(= FALSE); /* skip redraw once */
|
||||
EXTERN int do_redraw INIT(= FALSE); /* extra redraw once */
|
||||
|
||||
EXTERN int need_highlight_changed INIT(= TRUE);
|
||||
EXTERN char *used_shada_file INIT(= NULL); /* name of viminfo file to use */
|
||||
EXTERN char *used_shada_file INIT(= NULL); /* name of ShaDa file to use */
|
||||
|
||||
#define NSCRIPT 15
|
||||
EXTERN FILE *scriptin[NSCRIPT]; /* streams to read script from */
|
||||
|
Reference in New Issue
Block a user