hanqing0521

Results 9 comments of hanqing0521

now, you can set ```vim let g:completor_tex_omni_trigger = g:vimtex#re#deoplete ```

There is the same problem with my vim. ```vim Plugin Vundle Plugin 'tpope/vim-fugitive' " plugin from http://vim-scripts.org/vim/scripts.html Plugin 'L9' " Git plugin not hosted on GitHub Plugin 'git://git.wincent.com/command-t.git' " git...

after set ``` let g:completor_refresh_always = 0 ``` seems better

nothing about menuone, noselect of the completeopt. I fix it just `let g:completor_refresh_always = 0' I do not know way, waiting the author give us some answer.

after removing an old plugin [AutoComplPop](https://github.com/vim-scripts/AutoComplPop), this bug disappear. Are there some people use this old plugin?

I am sorry. It is so busy during this month. > Did you measure the spectrum at five different wavelengths and stored in one sif file? yes, the spectrum is...

[anthracene-10mw-60s-1800l-full.sif.zip](https://github.com/user-attachments/files/15907664/anthracene-10mw-60s-1800l-full.sif.zip) ![image](https://github.com/fujiisoup/sif_parser/assets/14102975/84080450-e406-4266-9993-5df240aeaa25)

### from the info1 OrderedDict([('SifVersion', 65567), ('ExperimentTime', 1527231064), ('DetectorTemperature', -60.0), ('ExposureTime', 60.0), ('CycleTime', 60.0), ('AccumulatedCycleTime', 60.0), ('AccumulatedCycles', 1), ('StackCycleTime', 60.0), ('PixelReadoutTime', 6.75676e-07), ('GainDAC', 0.0), ('GateWidth', 1e-08), ('GratingBlaze', 3.213e-05), ('DetectorType', 'DR316B_LD,DD'),...

type(Commutator(b, Dagger(b))) is sympy.core.mul.Mul, so we find ```python comm = Commutator(term, B) ``` can not satisfy the condition ```python if isinstance(A, Add): # [A + B, C] -> [A, C]...