gerw / vim-latex-suite

71 stars 16 forks source link

Using double backticks for doubleqoutes #8

Closed yuki-93 closed 10 years ago

yuki-93 commented 10 years ago

If i want to type German umlauts i usally type in e.g. "a to get an ä. The problen with your plugin is, that it iterprets " as ``. Maybe you could fix this? :) Thanks so far

gerw commented 10 years ago

This is a feature, not a bug, see ":help Tex_SmartKeyQuote". It can be disabled by "let g:Tex_SmartKeyQuote=0" in your "ftplugin/tex.vim".