summary refs log tree commit diff stats
path: root/tests/overload
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-06-27 11:39:16 -0700
committerGitHub <noreply@github.com>2021-06-27 20:39:16 +0200
commit0b7361e938134305d6893ee2876b5fc8f9ba419b (patch)
tree0de77b56c54acfac597823b40706384e235595f7 /tests/overload
parent1b9b8060075efab82912dc33ba64e671d102b999 (diff)
downloadNim-0b7361e938134305d6893ee2876b5fc8f9ba419b.tar.gz
followup #18362: make `UnusedImport` work robustly (#18366)
* warnDuplicateModuleImport => hintDuplicateModuleImport
* improve DuplicateModuleImport msg, add test
Diffstat (limited to 'tests/overload')
0 files changed, 0 insertions, 0 deletions
'>
d7039145 ^




a78cfb7e ^
4b826595 ^
d7039145 ^

ab5676ab ^
aed12f88 ^

ecd1ced9 ^
d7039145 ^
77d3d6f5 ^
d7039145 ^

ecd1ced9 ^

4b826595 ^
8757f653 ^
77d3d6f5 ^
8757f653 ^

811b7c28 ^
8757f653 ^
811b7c28 ^



8757f653 ^
811b7c28 ^



8757f653 ^
811b7c28 ^

77d3d6f5 ^


4b826595 ^
d7039145 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
                                                                 
 



                                                                      
 






                                                                       
 
   




                                                                        
                                                                
 

                                           
                             

                               
 
 
                                                                              

                        

                                                                  
 
 
                                                                              

           
                                                               
 



                                                                    
 



                                                               
 

                                                                     


                                                                              
   
                                   
# Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.

"""
                       Ranger - main help file
                                                                     k
    Move around:  Use the cursor keys, or "h" to go left,          h   l
                  "j" to go down, "k" to go up, "l" to go right.     j
   Close Ranger:  Use ":q<Enter>" or "Q".
  Specific help:  Type the help key "?" prepended with a number:

	|0?|	This index
	|1?|	Basic movement and browsing
	|2?|	Running Files
	|3?|	The console
	|4?|	File operations


==============================================================================
0.1. General information

Annotations like |1?| indicate that the topic is explained in more
detail in chapter 1. You can type 1? to view it.


==============================================================================
0.2 Copying

Copyright (C) 2009, 2010  Roman Zimbelmann <romanz@lavabit.com>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


==============================================================================
"""
# vim:tw=78:sw=4:sts=8:ts=8:ft=help