index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nimsuggest
Commit message (
Collapse
)
Author
Age
Files
Lines
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-4
/
+4
|
*
include help short option in processCmdLine (#7515)
skilchen
2018-04-06
1
-1
/
+1
|
*
nimsuggest: do not execute the .nims file when requested to auto-complete it
Araq
2018-03-22
1
-3
/
+3
|
*
Fixed printing nimsuggest commandline help message (#6863)
pqflx3
2017-12-02
1
-0
/
+3
|
*
fixes #6707; nimsuggest tests still not green
Andreas Rumpf
2017-11-08
6
-8
/
+7
|
*
Remove more usages of unary lt (fixes #6634) (#6641)
Fabian Keller
2017-10-31
1
-1
/
+1
|
|
|
|
|
|
* fixes #6634 * remove more usages of unary <
*
Fix spelling error (#6349)
Federico Ceratto
2017-09-15
1
-1
/
+1
|
*
attempt to make nimsuggest work with choosenim
Andreas Rumpf
2017-05-11
1
-0
/
+2
|
*
minor update for nimsuggest
Andreas Rumpf
2017-04-06
2
-2
/
+3
|
*
Make nimsuggest quit when pressing Ctrl-D from the command line. (#5662)
Arne Döring
2017-04-06
1
-0
/
+1
|
*
nimsuggest: die with a project dir/file that doesn't exist
Araq
2017-03-21
1
-0
/
+4
|
*
nimsuggest: when invoked with a directory, detect the main nim file on its own
Andreas Rumpf
2017-03-14
1
-1
/
+7
|
*
nimsuggest: suggest types in a type section
Andreas Rumpf
2017-03-14
1
-0
/
+15
|
*
nimsuggest: make test green again
Andreas Rumpf
2017-03-14
1
-2
/
+2
|
*
nimsuggest: logging enable when compiled with -d:logging
Andreas Rumpf
2017-03-13
1
-10
/
+10
|
*
nimsuggest: special rule for 'of' completion in case statements
Andreas Rumpf
2017-03-10
1
-0
/
+17
|
*
nimsuggest: make 'con' work again
Andreas Rumpf
2017-03-10
1
-0
/
+13
|
*
nimsuggest: maxresults limit; fixed local symbol usages priorizations
Andreas Rumpf
2017-03-10
3
-2
/
+20
|
*
nimsuggest now uses 0 based columsn consistently
Andreas Rumpf
2017-03-10
1
-2
/
+2
|
*
nimsuggest: make tests green again
Araq
2017-03-10
1
-1
/
+1
|
*
nimsuggest: more things work
Araq
2017-03-09
2
-15
/
+20
|
*
nimsuggest: more precise cursor tracking
Araq
2017-03-09
20
-0
/
+2333