Making one error message somewhat clearer.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4867 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
6a007a92c9
commit
127ce15d6b
@ -1,3 +1,6 @@
|
|||||||
|
2014-05-13 Benno Schulenberg <bensberg@justemail.net>
|
||||||
|
* src/text.c (do_linter): Make an error message somewhat clearer.
|
||||||
|
|
||||||
2014-05-12 Benno Schulenberg <bensberg@justemail.net>
|
2014-05-12 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* src/text.c (do_spell): Provide startup feedback, as for the linter.
|
* src/text.c (do_spell): Provide startup feedback, as for the linter.
|
||||||
* doc/syntax/nanorc.nanorc: Show bright foreground colours as valid.
|
* doc/syntax/nanorc.nanorc: Show bright foreground colours as valid.
|
||||||
|
|||||||
@ -3010,7 +3010,7 @@ void do_linter(void)
|
|||||||
lintstruct *lints = NULL, *tmplint = NULL, *curlint = NULL;
|
lintstruct *lints = NULL, *tmplint = NULL, *curlint = NULL;
|
||||||
|
|
||||||
if (!openfile->syntax || !openfile->syntax->linter) {
|
if (!openfile->syntax || !openfile->syntax->linter) {
|
||||||
statusbar(_("No linter defined for this file!"));
|
statusbar(_("No linter defined for this type of file!"));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user