Israel Chauca F
16687aec24
Clean s:get() and s:set() up. Force s:set() to take a default value. Closes #287
2020-07-29 11:50:21 -05:00
Christian Wellenbrock
bc97837c71
Don't break undo sequence when moving in insert mode
...
Since Vim version 7.4.849 [1] we can move in insert mode without
breaking the undo sequence by inserting <C-G>U before the movement key.
Add s:joinUndo which returns "\<C-G>U" if available.
Use s:joinUndo before doing any <Left> or <Right> movements in insert
mode to keep a single undo point which can be repeated and undone
with a single command.
[1] https://github.com/vim/vim/releases/tag/v7.4.849
2015-09-06 15:42:30 +02:00
Tibor Claassen
03e94587ae
Add a guard clause to disable expansion for excluded filetypes
2015-03-28 15:48:40 +02:00
Israel Chauca Fuentes
470c053a3b
Better handling of insert_eol_marker. Should fix #195 .
2015-01-17 14:03:48 -05:00
Israel Chauca Fuentes
e7b4dedb84
Add option delimitMate_insert_eol_marker. Closes #195 .
2015-01-08 17:14:27 -05:00
Israel Chauca Fuentes
21a3ade90c
Use s:get() and s:set() instead of the abbreviated forms.
2015-01-06 08:50:17 -05:00
Israel Chauca Fuentes
8e30e70bcd
Refactor reporting code.
2015-01-05 02:16:09 -05:00
Israel Chauca Fuentes
ac792c01b6
Indent with spaces.
2015-01-04 20:25:50 -05:00
Israel Chauca Fuentes
aa9d737763
Rename functions.
2015-01-02 12:07:31 -05:00
Israel Chauca Fuentes
fe9022433d
Use :unlet only when necessary.
2015-01-01 09:41:32 -05:00
Israel Chauca Fuentes
4c13ed6aee
Make s:g() return default optional values. Close #186 .
2014-11-30 11:40:19 -05:00
Israel Chauca Fuentes
c1b832bbf8
Merge pull request #180 from kballard/fix_expand_cr_smartindent
...
Fix expand_cr behavior with 'smartindent'
2014-11-27 02:45:59 -05:00
Israel Chauca Fuentes
073957f0a1
Add expand_inside_quotes to report and fix doc. Closes #179 .
2014-11-27 02:11:12 -05:00
Israel Chauca Fuentes
c678061b79
Fix '<CR><BS>. Closes #178 .
2014-11-27 01:48:34 -05:00
Israel Chauca Fuentes
66834e7209
Allow custom regex for smart_quotes. Close #164 .
...
- Use search() to match on the current line and remove most of the old
code in IsSmartQuote().
- Allow using ! to negate the pattern.
- Add tests.
- s:s() :unlet variables before setting them.
2014-11-26 15:03:00 -05:00
Kevin Ballard
4024181af2
Fix expand_cr behavior with 'smartindent'
...
When indentation is controlled by 'smartindent', the expand_cr behavior
doesn't end up producing the same results that you would get without
delimitMate. The following behavior results instead:
Before: {|}
After: {
|
}
The expected behavior is to produce the following:
Before: {|}
After: {
|
}
To that end, detect when indentation is controlled by 'smartindent' and
adjust the indentation of the close line to match.
2014-06-03 18:26:42 -07:00
Israel Chauca Fuentes
38487bbec8
Merge pull request #169 from blueyed/hack-jumpout-del-and-reinsert
...
JumpOut: delete and insert char instead of jumping over.
2014-02-19 20:40:27 -05:00
Daniel Hahler
df1f32f772
JumpOut: delete and insert char instead of jumping over
...
Ref: https://github.com/Raimondi/delimitMate/issues/168
2014-02-11 23:55:25 +01:00
Daniel Hahler
1c45f7bbde
ParenDelim: improve smart_matchpairs handling
...
* move the check up
* only handle it when smart_matchpairs is configured (default)
2014-02-06 02:20:29 +01:00
Daniel Hahler
06c1f31632
Fix &ft check in QuoteDelim: handle dotted filetypes
...
From `:h 'filetype'`:
When a dot appears in the value then this separates two filetype
names. Example:
/* vim: set filetype=c.doxygen : */ ~
I am using `ft=pentadactyl.vim` for my Pentadactyl/Vimperator
configuration files.
2014-01-29 11:23:20 +01:00
Israel Chauca Fuentes
07d9fa9ddc
Check delimitMate_matchpairs’ syntax. Also some formatting.
2014-01-04 18:14:03 -05:00
Israel Chauca Fuentes
54853a954c
Consider | for matchpairs. Also some minor formatting. Fix #155 .
2014-01-04 16:43:45 -05:00
Israel Chauca Fuentes
821e0019fb
Consider popup menu when expanding. Close #154 .
2013-12-24 13:20:39 -05:00
Israel Chauca Fuentes
5ef40e0234
Do not expand cr and space inside quotes by default. Close #153 .
...
- Add delimitMate_expand_inside_quotes.
- Add tests.
2013-12-24 02:48:35 -05:00
Lowe Thiderman
f7f895c211
Modify QuoteDelim() to be smart about vim comments
...
Add simple check into QuoteDelim() that checks if the user is about to start
a comment in vim files. If that's the case, don't balance it.
2013-12-15 22:24:20 +01:00
Israel Chauca Fuentes
543be33b13
Better handling of nested quotes. Closes #134 .
2013-07-22 20:52:05 -04:00
Israel Chauca Fuentes
16a35eefab
Update version and doc.
2013-07-22 13:29:36 -04:00
Israel Chauca Fuentes
2adbf5a8d7
Remove old test script.
2013-07-14 03:34:20 -04:00
Israel Chauca Fuentes
e4a02eb998
Do not modify the line when checking for syntax groups.
2013-07-14 01:31:30 -04:00
Israel Chauca Fuentes
6b0d448f6a
Don't use a char buffer anymore.
2013-07-14 01:29:53 -04:00
Israel Chauca Fuentes
32c9db8f37
Simplify command.
2013-07-13 23:01:02 -04:00
Israel Chauca Fuentes
14faba1c62
Don't use setline() for left-side matchpair.
2013-07-13 21:57:21 -04:00
Israel Chauca Fuentes
8ab087c95c
Don't use setline() with quotes.
2013-07-13 21:27:38 -04:00
Israel Chauca Fuentes
61d62e8920
small fix.
2013-07-13 19:54:23 -04:00
Israel Chauca Fuentes
7ce61655a7
Do not remove caracters when inserting a closing paren. Close #133 .
2013-07-09 14:10:28 -04:00
Israel Chauca Fuentes
7caa6092b7
Fix <S-Tab> mapping. Close #132 .
2013-06-27 21:35:37 -04:00
Israel Chauca Fuentes
d98d8c0a0d
Fix :DelimitMateTest.
2013-06-27 20:59:04 -04:00
Israel Chauca Fuentes
e2d63e38f6
Store internal values in s:options. Close #79 .
2013-06-22 00:20:45 -04:00
Israel Chauca Fuentes
579e3520a4
Use setter/getter everywhere (well, almost everywhere).
2013-06-21 23:49:48 -04:00
Israel Chauca Fuentes
90d07a68be
Update options list.
2013-06-21 22:42:41 -04:00
Israel Chauca Fuentes
2cb3f4d5e6
Use getter func.
2013-06-21 22:42:15 -04:00
Israel Chauca Fuentes
3a23e89cb5
Jump out of space expansion. Never meant to disable it. Closes #129 .
2013-06-21 21:49:07 -04:00
Israel Chauca Fuentes
70e1ac1462
Smart quotes consider balanced quotes on current line. Closes #94 .
2013-06-19 00:43:42 -04:00
Israel Chauca Fuentes
d4ba528935
Add eol marker finished. Closes #102 . Add s:g().
2013-06-19 00:06:10 -04:00
Israel Chauca Fuentes
8a8aad183f
Fix tests, BS in expansions and close #105 .
2013-06-18 18:52:26 -04:00
Israel Chauca Fuentes
cfc6654855
Make jumping over space and CR expansions optional and off by default.
...
- Closes #130 .
- Closes #110 .
- As suggested in #95 .
2013-06-18 16:02:48 -04:00
Israel Chauca Fuentes
0326b7c14a
Flush buffer on scrolling.
2012-07-20 15:51:19 -04:00
Israel Chauca Fuentes
1dfe26a538
Fix CR expansion & syn fold enabled by InsertLeave
...
Benamin Fritz reported the following:
Without the "zv", if the user has syntax folding on, when the mapping
invokes <Esc> the pair of braces which were just separated by a <CR>
could become folded, so that the trailing "o" opens a new line AFTER
the pair.
2012-06-08 16:56:34 -04:00
Israel Chauca Fuentes
5a84c1a746
Update :DelimitMateTest for eol_marker.
2012-04-15 20:16:44 -04:00
Israel Chauca Fuentes
d3ffebab74
Replace for loop with map(). Should finish with #77 .
2012-04-15 01:34:56 -04:00