mirror of
https://github.com/neovim/neovim.git
synced 2025-09-24 20:18:32 +00:00
vim-patch:7.4.2135
Problem: Various tiny issues.
Solution: Update comments, white space, etc.
89eaa4185e
This commit is contained in:
@@ -129,7 +129,7 @@ void diff_buf_add(buf_T *buf)
|
||||
}
|
||||
}
|
||||
|
||||
EMSGN(_("E96: Can not diff more than %" PRId64 " buffers"), DB_COUNT);
|
||||
EMSGN(_("E96: Cannot diff more than %" PRId64 " buffers"), DB_COUNT);
|
||||
}
|
||||
|
||||
/// Find buffer "buf" in the list of diff buffers for the current tab page.
|
||||
|
Reference in New Issue
Block a user