Puneet Pahuja

Results 3 issues of Puneet Pahuja

I want to add non alphanumeric characters in `g:qs_accepted_chars` but it does not work. ![image](https://user-images.githubusercontent.com/14010827/90380501-c2245300-e099-11ea-979e-249373fbfda1.png) `#` and `_` seem to work but others don't. Am, I doing something wrong here?

bug

```haskell let tableToCreate = -- tabTimePartitioning .~ Just (tpField .~ Just "at" $ -- timePartitioning) $ tabLocation .~ Just bigQueryTableLocation $ tabTableReference .~ Just (trDataSetId .~ Just dataSetId $ trProjectId...