In Vim I make local buffer definition with setl and with iabbrev abbreviations. How can I set local buffer or filetype iabbrev?
| ||||
|
feedback
|
Is this what you were looking for? It will set an abbreviation for insert mode, that will work only when javascript filetype is open. It will not work in other filetypes nor in other buffers. | |||||||||
feedback
|