mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
Replace references to viminfo in various places
This commit is contained in:
@@ -2172,7 +2172,7 @@ readfile_charconvert (
|
||||
*/
|
||||
static void check_marks_read(void)
|
||||
{
|
||||
if (!curbuf->b_marks_read && get_viminfo_parameter('\'') > 0
|
||||
if (!curbuf->b_marks_read && get_shada_parameter('\'') > 0
|
||||
&& curbuf->b_ffname != NULL) {
|
||||
shada_read_marks();
|
||||
}
|
||||
|
Reference in New Issue
Block a user